[Apache] Problème d'alias

Problème d'alias [Apache] - Linux et OS Alternatifs

Marsh Posté le 12-09-2004 à 10:00:05    

J'ai installé Awstats sur une Debian. Problème, y a pas d'icônes sur la page. Le README.Debian dit de rajouter un alias dans /etc/apache/httpd.conf
 

Alias /awstats-icon/ /usr/share/awstats/icon/


 
Une fois fait, toujours pas d'icône. Mais je m'aperçois que Awstats recherche les icônes dans icon. Je me démonte pas et rajoute un

Alias /icon /usr/share/awstats/icon/


 
Toujours rien ! Et quand je veux aller dans le répertoire icon, je me prends une erreur 403 "You don't have permission to access /icon/ on this server". Et toujours pas d'icône. Une idée ?

Reply

Marsh Posté le 12-09-2004 à 10:00:05   

Reply

Marsh Posté le 12-09-2004 à 10:26:35    

Note that if you include a trailing / on the url-path then the server will require a trailing / in order to expand the alias. That is, if you use Alias /icons/ /usr/local/apache/icons/ then the url /icons will not be aliased.
 
Note that you may need to specify additional <Directory> sections which cover the destination of aliases. Aliasing occurs before <Directory> sections are checked, so only the destination of aliases are affected. (Note however <Location> sections are run through once before aliases are performed, so they will apply.)


---------------
Bitcoin, Magical Thinking, and Political Ideology
Reply

Marsh Posté le 12-09-2004 à 10:52:34    

J'avais lu ça. J'ai repris la config de l'alias vers icons qui contient les icônes que met Apache à côté des fichiers quand il liste le contenu d'un répertoire. Cet alias marche, transposé cela donne :

   Alias /icon/ /usr/share/awstats/icon/
 
    <Directory /usr/share/awstats/icon>
         Options Indexes MultiViews
         AllowOverride None
         Order allow,deny
         Allow from all
    </Directory>


 
Et j'ai toujours cette erreur 403 quand j'essaie d'afficher /icon/

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed