How to Create Custom 404 Error Page in Apache

How to Create Custom 404 Error Page in Apache

A 404 error happens when a visitor comes to your website and the page requested is not found on your

Find what MPM model Apache is using

Apache is the most popular web server, it is Open Source and modular. Multi-Processing Modules (MPM) in Apache decides how

Starting httpd: (99)Cannot assign requested address

Starting httpd: (99)Cannot assign requested address

On a server, when i restart apache, i got the error The error was due to Apache trying to bind

Apache Auto Renew SSL on Password Protected site

Apache Auto Renew SSL on Password Protected site

I have a web site that is password protected using Apache basic autenticiation. I used following code in Apache config

remoteip

remoteip

Cloudflare Restoring Visitor IP in Ubuntu Plesk Apache Server

Bots

How to block Bad Bots (User Agents) using .htaccess How to block bad bots User-Agents in Nginx

apache directory index

Apache disable directory index

When Apache Directory Index is enabled, if you browse to a url that have no index file present, you will

Change Apache User in Ubuntu

Change Apache User in Ubuntu

On Ubuntu/Debian server, apache run as user www-data. When you install Apache web server on your local computer for developement

Enable CORS in Apache

Enable CORS in Apache

To enable CORS in apache, add the following in VirtualHost or .htaccess If your apache installation don’t have mod_headers installed,

apachectl status

apachectl status www-browser not found

On a Ubuntu server, run i run apachectl status, i get following error. To fix error, install lynx text based

Apache LogFormat show full domain name

Apache LogFormat show full domain name

To show the full domain name in the Apache access log, you can use the following log format If you

Password Protect Site using htaccess

Password Protect Site using htaccess

To password protect a web site or a sub folder using .htaccess, create a .htaccess file in the folder. Add