Nginx vs Apache

Nginx vs Apache

I recently added nginx as front end for apache. Now nginx serve static content, PHP requests are peroxided to Apache.

Apache Limit access to a url

Apache Limit access to a url

I want to limit access to admin login url of a web application to specified IP address. The web site

Apache mod_proxy

Cpanel ReverseProxy Traffic to Docker Container

On a cpanel server, i need to run a web application using docker container. Application running side docker container listening

Apache Benchmark

Apache Benchmark

ab is a tool for benchmarking web servers. It is designed to give you an impression of how your web

Apache AH00144: couldn’t grab the accept mutex

Apache AH00144: couldn’t grab the accept mutex

On Ubuntu 18.04 server, apache crashed. On checking apache error log, found following To fix the error, edit file Find

Limit Access Using htaccess

Limit Access Using htaccess

To limit access to a folder using .htaccess, create .htacess file with following content. YOUR_IP_HERE = Replace it with your

Moving from Apache PHP 5 to Nginx PHP 7

Today i moved a high traffic WordPress web using from Apache + PHP 5 to Nginx + PHP 7.2. Here

Run .html files as PHP in Apache

Run .html files as PHP in Apache

On Ubuntu, to execute .htm files as PHP, create file Add following content This is similar code from your PHP

Apache SSL

Apache SSL

Here is a non SSL apache virtual host. To convert it to SSL VirtualHost, first change port to 443 Find

Apache Invalid command Header

Apache Invalid command Header

On a new Debian server with Apache, web site give 500 internal server error. On checking error log, i found

htaccess

htaccess

Limit Access Using htaccess Apache Limit access to a url Disable PHP on a folder How to protect .git folder

Apache Permission Denied

Apache Permission Denied

On a newly installed Apache server, when I visit the website, I get permission denied error. On Apache error log