[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache : ajout d'un répertoire utilisateur



Le lundi 10 Mai 2004 23:01, Baptiste Mathus a écrit :
> Salut à tous,
>
> Il me semble avoir lu un truc là dessus il y a quelques temps, mais je ne
> parviens pas à retrouver un lien intéressant.
>
> J'ai un serveur apache (2) qui tourne et je voudrais qu'en plus du
> répertoire /var/www accessible par http://localhost
>
> Je voudrais en gros que http://localhost/~bapt pointe sur
> /home/baptiste/WWW
>
> Je crois qu'il faut rajouter une directive "directory" dans la config
> d'apache, mais j'ai un doute...
>
> D'avance merci
> @++

UserDir WWW
UserDir disabled root

<Directory /home/*/WWW>
        AllowOverride FileInfo AuthConfig Limit
        Options Indexes SymLinksIfOwnerMatch IncludesNoExec
</Directory>

C'est ca non ? :)

Damien


-- 
Damien Raude-Morvan - DrazziB
GPG : 0x337C7EBB
WWW : www.drazzib.com
ICQ : 68119943
TEL : (+33) 06 08 80 36 98

Attachment: pgp_G0Y5nxWXz.pgp
Description: signature


Reply to: