File analog-httpd.conf of Package Analog
# ANALOG
Alias /analog/ "/usr/share/analog/images/"
<Directory "/usr/share/analog/images/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Alias /stats/ "/usr/share/analog/html/"
Alias /stats "/usr/share/analog/html"
<Directory "/usr/share/analog/html/">
Options MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
php_admin_flag safe_mode Off
</Directory>
# End of ANALOG