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.


Topics - kelyiu3000

Pages: [1]
1
Installation / Abnormal Disk IO and usage
« on: May 18, 2020, 10:28:49 AM »
Dear Sir,

I found the disk IO always shown 0% usage.

And disk usage for email, folder and SQL disk usage also abnormal.

Please help.

https://ibb.co/nQpHYHM

2
CentOS-WebPanel Bugs / file_get_contents local file issue
« on: May 06, 2020, 03:35:32 PM »
Dear Sir,

I got issue and would like to seek help from your side.

I find a interest things when I use file_get_contents and curl to get content from local domain/file hosted on my site.
Example: http://xxx.xxx/index.html
It will have the following error.
 [proxy_fcgi:error] [pid] [client] AH01071: Got error 'PHP message: PHP Warning: file_get_contents(http://xxx.xxx/index.html): failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found\r in /home/xxx/public_html/xxx.xxx/xxx.php on line 3'

Tried rebuild apache-->FPM and php5.5 but still not work.

Please help.

Thanks.

3
I installed CWP in Centos 7 using minimal install option in VM with 2core and 4GB RAM.

After installation, I enabled the mod_cgid.so in Apache module.
Default it is not enabled.

And I have installed Perl and Perl-CGI in the OS.

I also added this to my /usr/local/apache/conf/httpd.conf
<Directory "/home/*/public_html/">
      AllowOverride All
      Options +ExecCGI
      AddHandler cgi-script .cgi .pl
</Directory>

When I try to execute .cgi, it will show 500 error.
Log said is [cgid:error] End of script output before headers.

It seems the permission issue. but the file is also 755 in permission.

I run in terminal is without any error.

Please advise how I can fix this issue.

4
Installation / Issue in new installed CWP
« on: June 08, 2017, 06:28:04 AM »
I installed CWP in Centos 7 using minimal install option in VM with 2core and 4GB RAM.
After installation, I found that ClamAV, AMaViS and SpamAssassin both are in unknown status.

Here is the description when I click into the status button on the dashboard.

clamd.service - clamd scanner () daemon
   Loaded: loaded (/usr/lib/systemd/system/clamd.service; static; vendor preset: disabled)
   Active: inactive (dead)

amavisd.service - Amavisd-new is an interface between MTA and content checkers.
   Loaded: loaded (/usr/lib/systemd/system/amavisd.service; disabled; vendor preset: disabled)
   Active: inactive (dead)
     Docs: http://www.ijs.si/software/amavisd/#doc

spamassassin.service - Spamassassin daemon
   Loaded: loaded (/usr/lib/systemd/system/spamassassin.service; disabled; vendor preset: disabled)
   Active: inactive (dead)

After restart the service manually, they both will work.
But reboot the os, it will become unknown status again.

Please advise how I can fix this issue.

Pages: [1]