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.
331
Installation / Re: Location of default HHTP Test Page for hostname
« on: February 19, 2022, 07:01:39 AM »
Should be /usr/local/apache/htdocs/
332
Postfix / Re: How to empty the spool email?
« on: February 16, 2022, 08:55:46 PM »
CWP uses PostFix, not Exim. I would not recommend removing anything from the que. Eventually, it will give up on non-deliverable, and remove them automatically
333
CentOS-WebPanel Bugs / Re: Problem with new Shoutcast Manager
« on: February 15, 2022, 11:15:07 PM »
Check the log file.
systemctl status liquidsoap@<Port> I found that all of the mp3's, the m3u, and the config file all need 744 chmod in order for autodj to work. The Script is setting them 640, and that is causing errors
systemctl status liquidsoap@<Port> I found that all of the mp3's, the m3u, and the config file all need 744 chmod in order for autodj to work. The Script is setting them 640, and that is causing errors
334
CentOS-WebPanel Bugs / Re: Problem with new Shoutcast Manager
« on: February 15, 2022, 10:25:38 PM »that repo is already installed.
liquidsoap wasn't installed but now it is.
Remove your information. You just opened up your server to be hacked by anyone and everyone. NEVER post passwords
335
CentOS-WebPanel Bugs / Re: Problem with new Shoutcast Manager
« on: February 15, 2022, 04:17:50 PM »
cd /etc/liquidsoap
chmod 744 *.liq
chmod 744 *.liq
336
Nginx / Re: How to start, stop, and restart Apache and Nginx Service from shell?
« on: February 15, 2022, 01:26:04 PM »
I would suggest picking one, and looking at the man pages for that specific tool. If you find a problem, you will have to investigate using other tools to find out what the real problem is.
However, if you have managed help, let them sort it out.
However, if you have managed help, let them sort it out.
337
Updates / Re: Yum manager - unable to update packages
« on: February 15, 2022, 01:24:20 PM »yum install deltarpm
Side Note. If the packages that won't install are MariaDB, that because Maria can't be auto updated. It has to be a manual install.
How are us end user supposed to update MariadDB?
I thought when the updates were minor or patch level then you could just update.
I am a windows user so all of this is complicated
The End User isn't supposed to update anything. If you want to run a hosting company, you need to know what you are doing. A google search will land you on MariaDB's "How to update" page, which explains EXACTLY why they force manual updates, and how to do it. Remember, they are a free software, that does not want to be liable for your data.
338
Nginx / Re: How to start, stop, and restart Apache and Nginx Service from shell?
« on: February 15, 2022, 08:32:37 AM »339
Nginx / Re: How to start, stop, and restart Apache and Nginx Service from shell?
« on: February 15, 2022, 08:02:16 AM »
Look at your inodes. Probably not a RAM/Processor issue, as much as it's a harddrive issue waiting for read/writes. One of the problems with using a VPS, is you don't know how they have it configured. They could have 30 VPS's all using a standard hard disk, and KVM has to iwait read/writes to the disk. If your VPS is really slow with no load, I would contact their support about the issue.
340
Nginx / Re: How to start, stop, and restart Apache and Nginx Service from shell?
« on: February 15, 2022, 07:18:32 AM »
if you check your " top " command while it's high, you'll be able to see what program is using the resources (Most likely SQL ).
If it is indeed in a KVM container, there is very limited chance that another VPS is causing you issues with RAM/CP. However, if the hardware at the server level hosting the KVM is failing for some reason, or they have too many vps's on a single raid, others could affect it.
If it is indeed in a KVM container, there is very limited chance that another VPS is causing you issues with RAM/CP. However, if the hardware at the server level hosting the KVM is failing for some reason, or they have too many vps's on a single raid, others could affect it.
341
PHP Selector / Re: PHP-FPM Selector - Build Fails
« on: February 15, 2022, 07:15:11 AM »
Going to have to blame CentOS on this one. They need to update their repository with a newer version of libzip
342
Updates / Re: Yum manager - unable to update packages
« on: February 15, 2022, 05:53:24 AM »
yum install deltarpm
Side Note. If the packages that won't install are MariaDB, that because Maria can't be auto updated. It has to be a manual install.
Side Note. If the packages that won't install are MariaDB, that because Maria can't be auto updated. It has to be a manual install.
343
CentOS 7 Problems / Re: ajax error list of accounts
« on: February 15, 2022, 05:28:05 AM »
Did you follow the directions on the link you attached? Devs need to know what code was replied on your server to be able to help you with it.
344
Nginx / Re: How to start, stop, and restart Apache and Nginx Service from shell?
« on: February 15, 2022, 05:24:37 AM »
systemctl start | stop | restart <Servicename>
Apache " systemctl restart httpd "
Nginx " systemctl restart nginx "
PHP-FPM systemctl restart php-fpm71
systemctl restart php-fpm72 ... ETC for each version you have installed
Apache " systemctl restart httpd "
Nginx " systemctl restart nginx "
PHP-FPM systemctl restart php-fpm71
systemctl restart php-fpm72 ... ETC for each version you have installed
345
CentOS 7 Problems / Re: (70007)The timeout specified has expired
« on: February 15, 2022, 05:21:26 AM »Hi,
Can you please guide me how to turn off "force php-fpm"?
WebServer Settings -> Webserver Main Conf
Uncheck the last checkbox that states force apache to use PHP-FPM