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.
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.
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
CentOS 7 Problems / Re: Cron Not Working, Error "No such file or directory"
« on: May 25, 2022, 01:55:54 AM »
So at the head of every crontab (crontab -l), there should be a line "SHELL=..."
please post crontab -lu {username}
please post crontab -lu {username}
185
CentOS 7 Problems / Re: Cron Not Working, Error "No such file or directory"
« on: May 23, 2022, 11:48:48 PM »
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
CentOS 7 Problems / Re: Cron Not Working, Error "No such file or directory"
« on: May 23, 2022, 02:24:01 AM »
Seems like that cron is a remnant from an old cpanel server. Can you post the output of crontab -l
187
SSL / Re: Let's Encrypt DST Root CA X3 expiry Sept 30th 2021 needs sorting
« on: May 14, 2022, 02:31:12 AM »
This is a problem with the computers Root Certificates, not a problem with CWP
188
Installation / Re: Hello, Having Hard Time in Redirection with Deafult Page
« on: May 13, 2022, 06:08:12 PM »
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
Addons / Re: CONSIDER ADDING A FEATURE TO ENABLE/DISABLE DOWNLOAD OF FILES/DATABASE
« on: May 13, 2022, 06:21:29 AM »
YOu can create a database user for them to access mysql with a different password. They can access that via (hostname)/pma
190
Addons / Re: CONSIDER ADDING A FEATURE TO ENABLE/DISABLE DOWNLOAD OF FILES/DATABASE
« on: May 12, 2022, 02:43:23 AM »
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
Suggestions / Re: Enable/Disable goaccess web statistics per account
« on: May 01, 2022, 11:56:05 AM »
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
chattr -R +i /home/{acct}/cwp_stats might prevent goaccess from creating the files
193
CentOS 7 Problems / Re: Apache won't start because it is trying to get localhost.crt
« on: April 30, 2022, 05:03:41 AM »
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"
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
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?