summarylogtreecommitdiffstats
path: root/apache.example.conf
blob: 74b06833e7526ecc382ce28cad8a60eff5df9a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<IfModule mod_alias.c>
    Alias /plex-email /usr/share/webapps/plex-email/
</IfModule>

<Directory /usr/share/webapps/plex-email/>
    Options FollowSymlinks
    AllowOverride all
    Require all granted
    php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/plex-email/:/opt/plex-email/"
</Directory>

<VirtualHost *:80>
    ServerAdmin foo@foofarm.com
    DocumentRoot /usr/share/webapps/plexWatchWeb
    ServerName plexWatchWeb.foo.com
    ErrorLog /var/log/httpd/plexWatchWeb.foo.info-error_log
    CustomLog /var/log/httpd/plexWatchWeb.foo.info-access_log common
</VirtualHost>