I'm hoping an apache expert may be able to help me.
Following tutorials on how to set up apache to access a web page development directory in my /home/user file system using <VirtualHost>.

<VirtualHost *:80>
    ServerAdmin user@localhost
    DocumentRoot /var/www/html/mydirectory
    ServerName localhost
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

I do not wish to change <DirectoryRoot> in httpd.conf.

I loaded the config files (ubuntu and apple) as per web tutorials, reset and restarted apache.
Have the correct paths in <Directory "/a/b/c">
But in a browser localhost/directory/index.html always reports error: Not Found The requested URL /directory was not found on this server.

What am I missing please
thank you in advance
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