conf apache: alias log & compagnie

Page principale

Répondre à ce message
Auteur: frederic bressy
Date:  
À: guilde
Sujet: conf apache: alias log & compagnie
Bonjour

Sur un serveur apache, comment fait-on pour avoir plusieurs Alias et
surtout que les logs apache soient différent par alias?

La doc apache ne montre pas trop d'exemple

Les lignes Errorlog et Customlog doivent être dans le directory de
l'alias? ou on doit faire autrement, et dans ce cas comment?

Et peut-on définir aussi un serverAdmin avec adresse mail différent par
alias? Si oui, comment?

voila une conf apache pour exemple

****************************************************
<VirtualHost *:80>
         ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html


     Alias /suivitemp /var/www/suivitemp/public
     #ServerName www.suivitemp.com
     <Directory /var/www/suivitemp/public>
    DirectoryIndex index.html index.php
    #Options Indexes FollowSymLinks MultiViews
         Options -Indexes -FollowSymLinks
         #AllowOverride None
         AllowOverride All
         Order Allow,Deny
         Allow from All
         #Require all granted
     </Directory>


     Alias /autrealias /var/www/autrealias/public
     #ServerName www.autrealias.com
     <Directory /var/www/autrealias/public>
    DirectoryIndex index.html index.php
    #Options Indexes FollowSymLinks MultiViews
         Options -Indexes -FollowSymLinks
         #AllowOverride None
         AllowOverride All
         Order Allow,Deny
         Allow from All
         #Require all granted
     </Directory>



ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined


</VirtualHost>
****************************************************

Et pour un site en https peut-on faire de même pour la directive
VirtualHost sur port 443 ?


--

Cordialement
Bressy Frederic

Pensez ENVIRONNEMENT : n'imprimer que si nécessaire

Think ENVIRONMENT: print only if necessary