- Add attribute dir to /etc/apache2 and /etc/apache2/conf.d in the file list. OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=164
7 lines
141 B
Groff
7 lines
141 B
Groff
Alias /eximstats /srv/www/eximstats
|
|
<Directory /srv/www/eximstats>
|
|
Order allow,deny
|
|
Allow from all
|
|
Options +Indexes
|
|
</Directory>
|