• [^] # Re: Manque d'informations

    Posté par . En réponse au message squid analyzer. Évalué à 1.

    Je suis sur RHEL 6.3 avec Apache/2.2.15, voici la configuration de mon httpd.conf :

     Alias /squidreport /var/www/squidanalyzer
     <Directory /var/www/squidanalyzer>
     #DirectoryIndex index.html
     Order allow,deny
     Allow from all
     </Directory>
    <VirtualHost *:80>
     ServerName RHEL6TEST
     DocumentRoot /var/www/squidanalyzer
    </virtualHost>

    En exécutant manuellement squidanalyzer, ci-après l'output :

    $ /usr/local/bin/squid-analyzer
    FATAL: pid file (/tmp/squid-analyzer.pid) exists, an other squid-analalyzer process may still running.

    Voici le log d'apache :

    [Tue Aug 12 11:52:50 2014] [error] [client 192.168.101.53] Directory index forbidden by Options directive: /var/www/squidanalyzer/