RH 9 Server configuration

Página Principal
Anexos:
Mensagem como email
+ (text/plain)
Apagar esta mensagem
Responder a esta mensagem
Autor: devin rankin
Data:  
Assunto: RH 9 Server configuration
Your using Apache for your web server?

If so, you need to add

UserDir /home/*/

to the Apache config file. This will direct any requests for

www.yoursite/~username

to the home directory of that user.


Devin