Fedora 19 and centos 6.5

I set up Centos 6.5 to teach myself about setting up a server in my spare time. In both I have /var/www/html both have index.html test files which work as expected.

I set up folders  /var/www/test_folder and put an index.html in each

httpd.conf has DirectoryRoot as /var/www not /var/www/html

In /etc/httpd/conf/httpd.conf in both I have
<Directory /var/www/test_folder>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
</Directory>

and in /var/www/html in  both I have test_folder2
<Directory /var/www/test_folder>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
</Directory>

test_folder and it's index.html are 775. I have tried changing ownership from user:user to user:root and user:apache but errors persist. I can access the latter with localhost/test_folder2/index.html but cannot access folders in /var/www I don't particularly want everything in /var/www/html/
 I get error You do not have permission to access
What am I missing in this scenario.
Help much appreciated
thanks
Roger
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to