[EMAIL PROTECTED] Multiple virtual hosts

2005-10-26 Thread Dean Maunder
Is it possible to have multiple virtual names for a single host? Something like: DocumentRoot /usr/local/apache2/htdocs/www.mydomain.com ServerName www.mydomain.com ServerName www.other-mydomain.com ServerAdmin [EMAIL PROTECTED] ErrorLog logs/error_log_www CustomLog "|/usr/local/apache2/bin/cronol

[EMAIL PROTECTED] NFS Logging

2005-09-20 Thread Dean Maunder
Hi, I have 3 load balanced Apache webserver and I am considering using an NFS on another server to write the log files to, can anyone offer suggestions and/or problem associated with this. Currently I am logging to the local disk, then using ssh to copy the logfiles off each server for nightly anal

RE: [EMAIL PROTECTED] Apache won't display index.html

2005-08-08 Thread Dean Maunder
help - Original Message - From: Dean Maunder To: users@httpd.apache.org Sent: Sunday, August 07, 2005 7:13 PM Subject: RE: [EMAIL PROTECTED] Apache won't display index.html Also, look at your httpd.conf for the section titled. # Dire

RE: [EMAIL PROTECTED] Building Load Balanced Web Site

2005-08-07 Thread Dean Maunder
I use 2 Dell PE 750 servers running heatbeat(http://www.linux-ha.org/) and Pound(www.apsis.ch/pound) as redirectors to provide load-balancing to 3 Dell PE 750 backend web servers running Apache.  The web content is on the local disk of each of the webservers.  All development is done on a sep

RE: [EMAIL PROTECTED] Apache won't display index.html

2005-08-07 Thread Dean Maunder
Also, look at your httpd.conf for the section titled. # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. You need to have index.html listed there. Also, just looking at your next post, you seem to be looking at http://zack.radpages.com/index rather than

RE: [EMAIL PROTECTED] Log Error: "Directory index forbidden by rule" ????? Help!

2005-08-02 Thread Dean Maunder
Look in your httpd.conf file for this: -- # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # # The index.html.var file (a type-map) is used to deliver content- # negotiated documents. The MultiViews Option can be used for the # same