How to Install mod_cloudflare.so, file_cache_module.so and mod_mem_cache.so on CentOS 6
Apache
Install xcache
CentOS 6 Debian/Ubuntu/Linux Mint Configure RHEL/CentOS/Fedora Debian/Ubuntu/Linux Mint OR once you’re done with configuration settings, restart your Apache web server. Verify Enabling XCache Admin Panel for PHP By default the admin panel is protected with http-auth and in disabled state. To set user/password open the Xcache.ini file. But, first you have to create md5 password … Read more
How to enable Xcache in cPanel
How to enable Xcache in cPanel to speed up website? Xcache can be enabled in cPanel by using Easy Apache. Log into your cPanel server. After you login, search for “EasyApache” in left column and click on the link. Select “Previously Saved Config” and click on “start customizing”. For both Apache and PHP, click on … Read more
Set up vhost in CentOS
Make a vhosts file in /etc/httpd/conf.d Add the following
How to keep apache and mysql from starting automatically on Ubuntu 14
For all system services in /etc/init.d, disabling them can be done with the update-rc.d command, e.g.: To restore it to running on startup: You can also manually start and stop via service apache2 start and service apache2 stop
Install Apache, Mysql and PHP on Ubuntu 14.04
How to install Apache, MySQL and PHP on Ubuntu 14.04 Update Apache Install MySQL Install PHP Restart Server Check Apache Open a web browser and navigate to http://IPADDRESS. You should see a message saying It works! Check PHP
The requested resource does not allow request data with POST requests
The requested resource /marketplace/marketplaceaccount/editProfile/ does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit mod_security configuration in the /etc/httpd/conf.d/mod_security.conf file: You should be able to change this value and restart apache for the uploads to work.
Update SSL cipher Suite from 1.0 to 1.2
SSL certificate info on Chrome you get a message that we are using an obsolete cipher suite TLS 1.0. We need to upgrade to 1.1 or 1.2. How can this be done? Old New
Find and disable specific ModSecurity rules
ModSecurity uses can help block potential attack attempts from malicious users, but sometimes it can also block legitimate requests. Note: Using SecRuleEngine Off in your modsecurity configuration, you won’t want to put that in your ModSecurity configuration file. As that completely turns off ModSecurity. The SecRuleRemoveById setting is used instead to only disable one specific … Read more
warn] module security2_module is already loaded, skipping
It simply means that the security2 module is being listed twice in your httpd configurations. edited /etc/httpd/conf/httpd.conf and commented out the occurrence of this module so you should no longer see this notification.