Apache Installation The below command will check whether apache packages are available on the server or not. It will show the listing if it is available on the server. yum list httpd* If packages are available then run the below command to install apache packages. yum install httpd* Now configure your system to start ...
Category: Apache
How to install mod security in linux server
How to install mod security in linux server First check mod_security is enabled on the server. If it is not installed than you can install it through easy apache. Run the below commands to create the directory and give proper permissions. mkdir /var/asl mkdir /var/asl/tmp mkdir /var/asl/data mkdir /var/asl/data/msa mkdir /var/asl/data/audit mkdir /var/asl/data/suspicious chown nobody.nobody ...