Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rcschaff

Pages: 1 ... 11 12 [13] 14 15 ... 57
181
Apache / Re: Web server is down after installing CWP
« on: May 25, 2022, 02:08:09 AM »
check if apache is running via the IP address.  If apache loads the default website, then you have a misconfiguration what cloudflare.  It's possible that CF's IP's are blocked at the firewall level for too many requests, and should be whitelisted.

182
CentOS-WebPanel Bugs / Re: Shoutcast Won't connect
« on: May 25, 2022, 02:05:02 AM »
Part 1 is correct. If AutoDJ is casting to shoutcast, SC will not allow any other connections.  YOu need to boot the AutoDJ to connect directly to shoutcast from virtualDJ.

Part2:  Disconnecting, Reconnecting usually has something to do with shoutcast not accepting the stream codec.  I'm not sure how your virtual DJ software is streaming to shoutcast, but it usually accepts aac or mp3-lame streams.   I would recommend turning on debug mode for shoutcast to see exactly why it is disconnecting the encoder from VDJ.

Alternatively, you can look into the liquidsoap documentation on how to setup stream relaying.

183
DNS / Re: going crazy please help!
« on: May 25, 2022, 01:58:23 AM »
Use Nginx as a reverse proxy, that connects to VM#2 on the lan IP

184
So at the head of every crontab (crontab -l), there should be a line "SHELL=..."   

please post crontab -lu {username}

185
check /etc/passwd to see if the shell is set their.  If it's set in the crontab itself, you could create a script to remove the line automatically.  Please let me know which way the shell is set.

186
Seems like that cron is a remnant from an old cpanel server.  Can you post the output of crontab -l

187
This is a problem with the computers Root Certificates, not a problem with CWP

188
The Default page is the page added to /home/(user)/public_html when the account is created.  If you have edited the page, and its not working, you probably need to rebuild all of the vhosts

189
YOu can create a database user for them to access mysql with a different password.  They can access that via (hostname)/pma


190
It's called don't give them the credentials to access the backend while developing. Or invest in ionCube and encode your work, and license it for a time period.

191
DNS Manager / DNS manager is broken
« on: May 03, 2022, 04:17:59 AM »
/admin/loader_ajax.php?ajax=slave_dns_admin gives a 404 error on trying to push domains

192
I don't know if it will crash anything, but if someone wants to try.

chattr -R +i /home/{acct}/cwp_stats might prevent goaccess from creating the files

193
apache should be in /usr/local/apache

so you had a previous version of apache installed before you installed CWP.  The directions clearly state that you must have a clean install OS with NO software installed.

On a side note, you can simply "mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.bak"

194
PHP / Re: PHP-FPM not working, 503 Service Unavailable
« on: April 29, 2022, 12:32:10 PM »
systemctl status php-fpm74

if it is stopped, start it

systemctl start php-fpm74


if it's alive, try restarting it

systemctl restart php-fpm74

if that doesn't work, please post the contents of

journalctl -xeu php-fpm74

195
E-Mail / Re: too much mail from
« on: April 28, 2022, 01:55:12 AM »
What is your "Hourly Emails" set at for the package the account has?

Pages: 1 ... 11 12 [13] 14 15 ... 57