Forum Linux.debian/ubuntu Config Apache, alias
J'aimerai configurer apache correctement pour qu'il cherche des pages web hors de /var/www,
Voici ce que j'ai essayé, sans succès. Je peine à comprendre l'erreur !
Les droits sont ok. (777 sur le dossier en question)
[code]
NameVirtualHost *
<VirtualHost *>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/
Options FollowSymLinks
AllowOverride None
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have (…)