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

Pages: 1 [2]
16
Mod_Security / Re: Apache crash uninstall modsecurity
« on: April 24, 2017, 01:58:11 PM »
Your stiation is good.  ;) At mine, Apache crash when i have installed Mod-Security. Also Apache rebuilt doesn't work.

17
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: April 24, 2017, 01:54:12 PM »
After Upgrade i have Uninstalled Mod security because of problems.
I try the some solutions but not worked for me.
Any good news about this problem? Maybe i have missed solution replies...

18
CentOS 6 Problems / Re: [Help] cwp-ssl.conf does not exist CentOS 6
« on: April 24, 2017, 01:48:08 PM »
I don't know why do you need that file, Maybe it can help you.
Try this link:
http://forum.centos-webpanel.com/ssl/hostname-ssl-with-letsencrypt-after-upgrade/

19
Mod_Security / Re: Found another rule with the same id
« on: April 21, 2017, 10:18:51 PM »
For this problem, I do some search, i can not a solution..

For example Plesk solve the problem with an update.
https://support.plesk.com/hc/en-us/articles/213388129-ModSecurity-Found-another-rule-with-the-same-id

Any solution for CWP?

20
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

21
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 [2]