How To Troubleshoot Your CGI Scripts – Internal Server Error 500
If you try to use a CGI script on your web page and you get an Internal Server Error 500, this means that the CGI …
If you try to use a CGI script on your web page and you get an Internal Server Error 500, this means that the CGI …
Hivelocity supports the Apache, and Internet Information Server (IIS)
You can easily hide Apache (httpd) version number and other information. There are two config directives that controls Apache version. The ServerSignature directive adds a …
1) in httpd.conf, set: “HostNameLookups off” This avoids doing a reverse DNS lookup on every visitor who hits your web site. 2) In httpd.conf, set …
make sure the following line is in the /etc/hosts file: 127.0.0.1 localhost.localdomain localhost
If you are getting following error while rebuilding apache or restarting apache then follow the solution below this – Syntax error on line 1067 of …
To disable directory listing (directory Indexes): Log into your control panel. Click the Web Options link. In the Settings field select Disabled for the Indexes …
Log files in linux are files that record various events and activities that occur in a linux system. They are useful for troubleshooting, monitoring, and …
Apache Configuration ————————– Once you have the DNS pointing to your virtual domain server, you need to tell your Web server where to find the …
Tha Apache logs can be found in hte following path on a FreeBSD server. /hsphere/local/var/httpd/logs