Derek,
Thanks. I checked again-- the /drupal directory is owned by apache, the same user that is running the httpd process.
Permissions for /drupal are drwxr-xr-x Permissions for index.php are: -rw-r--r--
I can access other .html files in /var/www. Verified that I can access a test html page. Also, I have verified that I can access a .php test page.
Genevive: Thanks, I have cerified that the permissions are as specified in your email.
Best, Tim
Tim:
Could you try a couple of things:
1. Copy the generic apache2 index.html (or whichever test html page you say you were able to access) file into the drupal directory. Make sure you chown it to apache:apache and then see if you can browse to it with the explicit URL ".../drupal/index.html".
2. Did you create an apache2 virtual host for your drupal site? Could you post the relevant config snippet you're using for that?
Regards,
Derek
tim fong wrote:
Derek,
Thanks. I checked again-- the /drupal directory is owned by apache, the same user that is running the httpd process.
Permissions for /drupal are drwxr-xr-x Permissions for index.php are: -rw-r--r--
I can access other .html files in /var/www. Verified that I can access a test html page. Also, I have verified that I can access a .php test page.
Genevive: Thanks, I have cerified that the permissions are as specified in your email.
Best, Tim