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 - Yun

Pages: [1]
1
CentOS 7 Problems / 502 Bad Gateway - 503 Backend fetch failed
« on: August 03, 2018, 05:46:10 PM »
up to now regularly working my vps has problems.
websites not working: 502 Bad Gateway - 503 Backend fetch failed
cpu: always %100
No idea what will be wrong.
also i dont do any change recently.
need help..

2
CentOS 7 Problems / Missing SysStat Graphs
« on: December 14, 2017, 11:44:24 AM »
Hi all,
On my CWP6 I have 8 graphs in SysStat Graph (Tasks created, Context switches, CPU utilisation, Memory usage, Running/sleeping task count, System load averages, Network packets and Network kilobytes).
Recently, I have fresh install CWP7 on another vps. But i have only two graphs in SysStat Graph (Tasks created, Context switches).
Are there any options to enable them?

3
Mod_Security / Found another rule with the same id
« on: April 20, 2017, 09:02:35 PM »
I have faced strange problem after CWP6 upgrade.
After Mod Security install Apache does not start. I tried Apache Rebuilt, however not fixed. :(

When I have installed Comodo WAF getting error like this:
AH00526: Syntax error on line 22 of /usr/local/apache/modsecurity-cwaf/rules/00_Init_Initialization.conf:
ModSecurity: Found another rule with the same id

When I have installed AWASP latest getting error like this:
AH00526: Syntax error on line 772 of /usr/local/apache/modsecurity-owasp-latest/crs-setup.conf:
ModSecurity: Found another rule with the same id

4
SSL / Hostname SSL with Letsencrypt after Upgrade
« on: April 19, 2017, 02:05:31 PM »
After upgrade of my CWP6 hostname SSL with Letsencrytp don't work. I have tried some combinations, at last I got it.
May be help you..

I have referenced CWP Wiki http://wiki.centos-webpanel.com/hostname-ssl-with-letsencrypt
But Wiki info is need some update according to CWP7 and CWP6 upgrade.

Change in 1st step:
/usr/local/apache/htdocs/   --> /usr/local/cwpsrv/htdocs/admin       Change the "DocumentRoot" and "Directory". Save and restart Apache.

2nd Step is same... (maybe most of them already did before)

Change in 3rd Step:
go to /usr/local/cwpsrv/conf/cwpsrv.conf and change it like below;

.
.
.
server {
        listen       2031;
        listen       2087;
        listen       2083;
        server_name  localhost;

        ssl                 on;
        ssl_session_timeout 90m;
        ssl_certificate     /etc/letsencrypt/live/host.hostname.com/cert.pem;
        ssl_certificate_key /etc/letsencrypt/live/host.hostname.com/privkey.pem;
        ssl_protocols       TLSv1 TLSv1.1 TLSv1.2;
        ssl_ciphers         HIGH:!aNULL:!MD5;
        ssl_prefer_server_ciphers   on;
.
.
.

Save and 'service cwpsrv restart'

That's it. It was worked for me. Good luck...

Pages: [1]