Q. I’ve installed Apache2 and mod_security21 under FreeBSD. Whenever I try to restart apach22 process I get following error:
Cannot load /usr/local/libexec/apache22/mod_security2.so into server: /usr/local/libexec/apache22/mod_security2.so
How do I fix this problem?
How do I display Apache server status such as current server activity and performance under Red Hat Enterprise Linux?
I‘d like to switch from mod_php5 to mod_fastcgi. I’m using FreeBSD 7 release along with following software:
+ Apache 2.2
+ PHP as mod_php5
+ MySQL DB 5.1.23 server
How do I configure php as FastCGI server?
Q. If there is no index.html or index.php, Apache displays all other files in a Directory. How do I force Apache web server not to display my directory / folder list? A.This controlled by a module called mod_autoindex or mod_dir. You can completely remove (or replace) automatic index generation as per your requirements. The IndexIgnore [...]
by Vivek Gite on September 15, 2007 · 1 comment
Q. How do I hide the Apache version number under CentOS Linux 5 server? A. You can easily hide Apche (httpd) version number and other information. There are two config directives that controls Apache version. The ServerSignature directive adds a line containing the Apache HTTP Server server version and the ServerName to any server-generated documents, [...]
How do I disable SELinux protection for only Apache web server in Linux? I’m using CentOS Linux server.
Q. What’s the best way to redirect domain.com to www.domain.com on the url address bar whenever someone omits or skip the www from domain.com? My site can be reached by two different URLs. For example http://domain.com/about/us.html and http://www.domain.com/about/us.html How do I do configure Apache web sever vps for this task? A. Apache (web server) 301 [...]