LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Apache configuration tool Red Hat 9 (https://www.linuxquestions.org/questions/red-hat-31/apache-configuration-tool-red-hat-9-a-133379/)

spoody_goon 01-10-2004 09:16 AM

Apache configuration tool Red Hat 9
 
I may be in the wrong forum moderator please send me to the right place I am not there. In Red Hat 9 System Settings/Server Settings/HTTP Server there is a Apache configuration tool. This seems like a very good way to set up Virtual Host but I am failing to get it right. The help file is a little vague, can anyone direct me as to the correct usage of this tool?

fry 01-13-2004 07:59 AM

as I remember, by default your sites are stored in.. let it be /var/www/html.

so file /var/www/html/index.htm is available from http://localhost

if you want to create virtual folder - just create subfolder in /var/www/html: /var/www/html/site1

so file /var/www/html/site1/index.htm is available from http://localhost/site1

you may use 'ln -s', if you want to store sites in your home directory.


All times are GMT -5. The time now is 04:53 AM.