RE: [EMAIL PROTECTED] How to disable public_html

2006-01-12 Thread Jain, Abhay K, ALABS
Title: Message It did the trick. However the message that comes back is slightly misleading   Not Found   Requested URL /~username/index.html was not found on this server. -Original Message-From: Arun G Nair [mailto:[EMAIL PROTECTED] Sent: Thursday, January 1

RE: [EMAIL PROTECTED] How to disable public_html

2006-01-12 Thread Jain, Abhay K, ALABS
Yes. I did it twice. -Original Message- From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 3:19 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] How to disable public_html Stupid question: Did you restart you Apache server following your

RE: [EMAIL PROTECTED] How to disable public_html

2006-01-12 Thread Axel-Stéphane SMORGRAV
: [EMAIL PROTECTED] How to disable public_html On 1/11/06, Jain, Abhay K, ALABS <[EMAIL PROTECTED]> wrote: > > In order to disable public_html usage on the production server, I > commented out the following lines in httpsd.conf file > > # > #UserDir public_html > # &

Re: [EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Arun G Nair
Try...     UserDir DISABLED That should work. -Arun

RE: [EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Jain, Abhay K, ALABS
: [EMAIL PROTECTED] How to disable public_html On 1/11/06, Jain, Abhay K, ALABS <[EMAIL PROTECTED]> wrote: > > In order to disable public_html usage on the production server, > I commented out the following lines in httpsd.conf file > > # > #UserDir public_html > # &

Re: [EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Joshua Slive
On 1/11/06, Jain, Abhay K, ALABS <[EMAIL PROTECTED]> wrote: > > In order to disable public_html usage on the production server, > I commented out the following lines in httpsd.conf file > > # > #UserDir public_html > # > > But public_html is still active. What else needs to be done. In version

[EMAIL PROTECTED] How to disable public_html

2006-01-11 Thread Jain, Abhay K, ALABS
In order to disable public_html usage on the production server, I commented out the following lines in httpsd.conf file   ##    UserDir public_html#   But public_html is still active. What else needs to be done.   Abhay