Apache 2.0.40 Permissions Issue?
Hi,I just purchased an EV1Server RH9 Plain server and I'm tryinig to get my site to come up. I've setup httpd.conf with my virtual host info as:
Code:
<VirtualHost 207.44.234.16> ServerAdmin root@localhost DocumentRoot /home/elisesport/www ServerName www.elisesport.net ServerAlias elisesport.net LogLevel error ErrorLog logs/elisesport.net-error_log CustomLog logs/elisesport.net-access_log combined </VirtualHost>
I uploaded the files using the user 'elisesport', which I created using the useradd function. Here's elisesport's info in passwd:
Code:
elisesport:x:501:501::/home/elisesport:/bin/bash
Code:
drwxr-xr-x 2 elisesport elisesport 4096 Oct 17 22:32 corp drwxr-xr-x 2 elisesport elisesport 4096 Oct 17 22:32 css drwxr-xr-x 8 elisesport elisesport 4096 Oct 17 23:42 dbadmin drwxr-xr-x 2 elisesport elisesport 4096 Oct 17 22:32 faqs drwxr-xr-x 6 elisesport elisesport 4096 Oct 17 22:36 features drwxr-xr-x 12 elisesport elisesport 4096 Oct 17 23:25 forums -rw-r--r-- 1 elisesport elisesport 3376 Oct 17 22:32 global_login.php -rw-r--r-- 1 elisesport elisesport 12074 Oct 17 22:32 global_register.php drwxr-xr-x 2 elisesport elisesport 4096 Oct 17 22:41 inc -rw-r--r-- 1 elisesport elisesport 3696 Oct 17 22:32 index.php drwxr-xr-x 2 elisesport elisesport 4096 Oct 17 22:54 marketplace drwxr-xr-x 2 elisesport elisesport 4096 Oct 17 22:41 news drwxr-xr-x 6 elisesport elisesport 4096 Oct 17 22:42 registry drwxr-xr-x 2 elisesport elisesport 4096 Oct 17 22:42 resources drwxrwxrwx 2 elisesport elisesport 4096 Oct 17 22:42 uploads
Code:
[Sat Oct 18 19:12:08 2003] [error] [client 66.167.145.34] (13)Permission denied: access to / denied [Sat Oct 18 19:14:03 2003] [error] [client 66.167.145.34] (13)Permission denied: access to /index.php denied
Thanks,
Mark