LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   users home pages (https://www.linuxquestions.org/questions/linux-general-1/users-home-pages-328028/)

ilnli 05-28-2005 02:25 PM

users home pages
 
how can i tell apache to take the home pages of users from their home directories?
like
Code:

http://localhost/myuser/index.html        -------->        /home/myuser/index.html or /home/myusr/public_html/index.html
as long as i want the root directory for apache to be /var/www.

david_ross 05-28-2005 02:34 PM

Take a look at:
http://httpd.apache.org/docs-2.0/howto/public_html.html


All times are GMT -5. The time now is 12:26 AM.