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.
Apache
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.
Htaccess Redirect If URL Contains
Sometimes you may need to redirect if URL contains a specific word or string. Here is how to do it using .htaccess in Apache server.
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.
How to Install Apache Tomcat with Nginx Proxy on Debian Linux
Apache Tomcat server works great with NGINX reverse proxy. Here is how to install Apache Tomcat with NGINX Proxy on Debian Linux.