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 website. This…
A 404 error happens when a visitor comes to your website and the page requested is not found on your website. This…
Apache is the most popular web server, it is Open Source and modular. Multi-Processing Modules (MPM) in Apache decides how Apache listens…
On a server, when i restart apache, i got the error # service httpd restart Stopping httpd: [ OK ] Starting httpd:…
I have a web site that is password protected using Apache basic autenticiation. I used following code in Apache config to password…
When Apache Directory Index is enabled, if you browse to a url that have no index file present, you will see list…
On Ubuntu/Debian server, apache run as user www-data. When you install Apache web server on your local computer for developement purpose, it…
To enable CORS in apache, add the following in VirtualHost or .htaccess If your apache installation don’t have mod_headers installed, you need…
On a Ubuntu server, run i run apachectl status, i get following error. root@server:~# apachectl status /usr/sbin/apachectl: 113: /usr/sbin/apachectl: www-browser: not found…
To show the full domain name in the Apache access log, you can use the following log format If you want to…
To password protect a web site or a sub folder using .htaccess, create a .htaccess file in the folder. vi .htaccess Add…