RE: Apache Virtual Hosting Frustrations

2002-10-07 Thread Basil L. Copeland Jr.
At 11:48 AM 10/7/2002 -0400, you wrote: As far as I can tell, the GUI applet generates a brand new config each time you run it. And even in the docs for the applet it says it mostly based on being used for newcomers to webservers/apache. If you know your way around the httpd.conf reasonably wel

RE: Apache Virtual Hosting Frustrations

2002-10-07 Thread Basil L. Copeland Jr.
At 12:10 PM 10/7/2002 -0400, you wrote: I have very little faith in the redhat-config-* tools based on past experience. I run virtual domains myself, using httpd (better known as 'Apache'), and manually edit httpd.conf after consulting the O'Reilly book on Apache and the Apache Software Founda

RE: Apache Virtual Hosting Frustrations

2002-10-07 Thread Cochran Robert L (NO)
Title: RE: Apache Virtual Hosting Frustrations I have very little faith in the redhat-config-* tools based on past experience. I run virtual domains myself, using httpd (better known as 'Apache'), and manually edit httpd.conf after consulting the O'Reilly book on Apache

RE: Apache Virtual Hosting Frustrations

2002-10-07 Thread Chip
ECTED] [mailto:psyche-list-admin@;redhat.com] On Behalf Of Basil L. Copeland Jr. Sent: Monday, October 07, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: Re: Apache Virtual Hosting Frustrations I'm back. The following proved very helpful: At 02:01 PM 10/6/2002 +0100, you wrote: >A sta

Re: Apache Virtual Hosting Frustrations

2002-10-07 Thread Basil L. Copeland Jr.
I'm back. The following proved very helpful: At 02:01 PM 10/6/2002 +0100, you wrote: A stab in the dark: # # Disable autoindex for the root directory, and present a # default Welcome page if no other index page is present. # Options -Indexes ErrorDocument 403 /error/noindex.html

Re: Apache Virtual Hosting Frustrations

2002-10-06 Thread Basil L. Copeland Jr.
At 02:01 PM 10/6/2002 +0100, you wrote: A stab in the dark: # # Disable autoindex for the root directory, and present a # default Welcome page if no other index page is present. # Options -Indexes ErrorDocument 403 /error/noindex.html This section of configuration may explain your prob

Re: Apache Virtual Hosting Frustrations

2002-10-06 Thread Mr. Adam ALLEN
A stab in the dark: # # Disable autoindex for the root directory, and present a # default Welcome page if no other index page is present. # Options -Indexes ErrorDocument 403 /error/noindex.html This section of configuration may explain your problem. If there is no index.html in your vi