Re: Apache Web Server question

2000-07-01 Thread Jay Kelly
On Fri, Jun 30, 2000 at 08:08:14PM -0700, kmself@ix.netcom.com wrote: On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: Hello Group, Im running apache and have /var/www as the root directory. I wanted to add another folder so I added var/www/file and when I try to access html

Re: Apache Web Server question

2000-07-01 Thread Ethan Benson
On Fri, Jun 30, 2000 at 09:53:43PM -0700, Jay Kelly wrote: Should I be worried that my apache server is running under root. running apache as root is a very bad idea, but you would have had to do this yourself it is never done like by any default i am aware of. run ps aux | grep apache to

Re: Apache Web Server question

2000-07-01 Thread kmself
On Fri, Jun 30, 2000 at 09:53:43PM -0700, Jay Kelly wrote: On Fri, Jun 30, 2000 at 08:08:14PM -0700, kmself@ix.netcom.com wrote: On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: [...] Directories must have read and execute permissions for user www-data (world read/execute if not

Apache Web Server question

2000-06-30 Thread Jay Kelly
Hello Group, Im running apache and have /var/www as the root directory. I wanted to add another folder so I added var/www/file and when I try to access html from the directory I get access denied. I looked in the apachpe error.log and see Permission denied: file permission deny server access:

Re: Apache Web Server question

2000-06-30 Thread Ethan Benson
On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: Hello Group, Im running apache and have /var/www as the root directory. I wanted to add another folder so I added var/www/file and when I try to access html from the directory I get access denied. I looked in the apachpe error.log

Re: Apache Web Server question

2000-06-30 Thread Tom von Schwerdtner
On Fri, Jun 30, 2000 at 07:03:05PM -0800, Ethan Benson wrote: On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: Hello Group, Im running apache and have /var/www as the root directory. I wanted to add another folder so I added var/www/file and when I try to access html from the

Re: Apache Web Server question

2000-06-30 Thread kmself
On Fri, Jun 30, 2000 at 07:55:38PM -0700, Jay Kelly wrote: Hello Group, Im running apache and have /var/www as the root directory. I wanted to add another folder so I added var/www/file and when I try to access html from the directory I get access denied. I looked in the apachpe error.log

Re: Apache Web Server question

2000-06-30 Thread Ethan Benson
On Fri, Jun 30, 2000 at 10:12:11PM -0400, Tom von Schwerdtner wrote: chmod -R a+r /var/www/files Keep in mind that 'chomd -R' follows sym links so it can cause serious issues if you have a link to a downloads direcotry somewhere else on your box. no it does not follow symlinks: