How to Install ModSecurity with OWASP on VestaCP
How to Install ModSecurity with OWASP on VestaCP
Any guidelines on this?
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: How to Install ModSecurity with OWASP on VestaCP
You can search on Google ...
You can look at this: http://www.servermom.org/how-to-install ... erver/844/
You can look at this: http://www.servermom.org/how-to-install ... erver/844/
Re: How to Install ModSecurity with OWASP on VestaCP
If you follow exact the steps. You will end up having error on your existing website that ruining on vesta.
Mod_security is the fundamental and efficient way to prevent the current cms to get hacked and it's would be nice if its included in the current installation. Just like centos webpanel.
Mod_security is the fundamental and efficient way to prevent the current cms to get hacked and it's would be nice if its included in the current installation. Just like centos webpanel.
Re: How to Install ModSecurity with OWASP on VestaCP
I think it can be installed a different way:shanjie wrote:If you follow exact the steps. You will end up having error on your existing website that ruining on vesta.
Code: Select all
yum install mod_security
Code: Select all
nano /etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf
Code: Select all
SecRuleEngine On
Code: Select all
service httpd restart
If you think so, please add this idea to http://bugs.vestacp.com/shanjie wrote:Mod_security is the fundamental and efficient way to prevent the current cms to get hacked
Well, vulnerabilities must be addressed to сms, rest are crutches and rake.. ;-(
shanjie wrote:and it's would be nice if its included in the current installation. Just like centos webpanel.
Re: How to Install ModSecurity with OWASP on VestaCP
I too will be trying my hand at installing mod security today, one my servers is being hit hard by a session fixation attack with nothing hosted on it yet, so I have a good testing ground. I am wondering though with a nginx + apache combo if installing it will it be effective seeing nginx is the front end it really should be compiled with nginx modsecurity options enabed standalone. But this is my first time attempting this, so trail and error here I think.