PHP is a popular programming language for web development and blogging. Here are the steps to enable PHP in Apache.
Apache
How to Find Most Frequent IP Addresses Accessing Apache Server
Sometimes you may need to find most frequent IP addresses accessing your website. Here is how to find most frequent IP addresses accessing Apache server.
How to Disable Configuration File in Apache
Apache allows you to host multiple websites and domains on single server. Here is how to disable configuration file in Apache server.
Shell Script To Start & Restart Tomcat Automatically in Linux
Often you need to start, stop & restart tomcat. Here is a shell script to start & restart tomcat automatically in Linux.
How to Disable GZIP Compression in Apache
GZIP compression allows you to improve website performance & speed. Here is how to disable GZIP compression Apache web server.
How to Disable TLS 1.0 in Apache
It is important to disable TLS 1.0 on your website as it is insecure. Here is how to disable TLS 1.0 in Apache web server.
How to Run CGI Script in Apache
Sometimes you may need to run python or perl script in Apache. Here is how to run cgi script in Apache.
How to Install mod_wsgi in Apache
mod_wsgi allows you to run python scripts on your Apache server. Here is how to install mod_wsgi in Apache.
How to Prevent Cross-Site Scripting in PHP/Apache
It is important to prevent cross-site scripting in your website. Here is how to prevent cross-site scripting in PHP/Apache.
Apache Configure Multiple Virtual Hosts
Sometimes you may need to host multiples sites on a single Apache server. Here is how to configure multiple virtual hosts in Apache.