File mailtrace-gui-httpd.conf of Package mailtrace

# You might want to set up a virtual host for the server, but it is
# not a requirement. You can as well reach the server under its
# common name under http://www.example.com/mailtrace
#
# NameVirtualHost *
# <VirtualHost *>
#     ServerName mailtrace.example.com
#     DocumentRoot /srv/www/mailtrace.example.com


<IfModule mod_alias.c>
    Alias /mailtrace       __MAILTRACEGUIPATH__/frontend/public
</IfModule>


<Directory __MAILTRACEGUIPATH__/frontend/public/>
        AllowOverride All
        DirectoryIndex index.php
        Options +FollowSymLinks
</Directory>

# </VirtualHost>
openSUSE Build Service is sponsored by