Question about Apache and users adding their own webpages.

2003-06-12 Thread Adam Long
My company has an apache server that we use for internal web pages. The server is RH 7.2, and apache 1.3.42?? I think. Anyway every user has an html and they can get to it from internal.mapletronics.com/~username. Where/how can I recreate this? Thanks Adam -- redhat-list mailing list

RE: Question about Apache and users adding their own webpages.

2003-06-12 Thread michael . bartlett
to the config - but I'm sure with that config snippet you can google a bit and find some more info. Cheers Michael -Original Message- From: Adam Long [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 13:17 To: [EMAIL PROTECTED] Subject: Question about Apache and users adding their own webpages. My

Re: Question about Apache and users adding their own webpages.

2003-06-12 Thread Anthony E. Greene
On 12-Jun-2003/13:22 +0100, [EMAIL PROTECTED] wrote: Adam, As far as I remember you need this in your config: IfModule mod_userdir.c UserDir public_html /IfModule Then in /home/$user/ create a dir public_html. Whatever goes in there is what is mapped to www.domain.com/~user. I can't