Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Alias /awstatsclasses "/usr/share/awstats/classes/"
  2. Alias /awstatscss "/usr/share/awstats/css/"
  3. Alias /awstats-icon "/usr/share/awstats/icon/"
  4.  
  5. <IfVersion < 2.3>
  6. ScriptAlias /stats /usr/lib/cgi-bin/awstats.pl
  7. </IfVersion>
  8. <IfVersion >= 2.3>
  9. ScriptAlias /stats /usr/lib/cgi-bin/
  10. </IfVersion>
  11.  
  12.  
  13. # mêmes paramètres que dans awstats.*.conf
  14. <Directory /usr/lib/cgi-bin/>
  15. DirectoryIndex awstats.pl
  16. UseCanonicalName off
  17. # AuthName "Statistiques awstats"
  18. # AuthType Basic
  19. # Require valid-user
  20. # AuthUserFile /che/min/.passwdstats
  21. Options +ExecCGI
  22. AllowOverride None
  23. <IfVersion < 2.3>
  24. Order allow,deny
  25. Allow from all
  26. </IfVersion>
  27. <IfVersion >= 2.3>
  28. Require all granted
  29. </IfVersion>
  30. </Directory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement