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

<Directory /usr/share/webapps/plexWatchWeb/>
    Options FollowSymlinks
    AllowOverride all
    Require all granted
    php_admin_value open_basedir "/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/plexWatchWeb/:/etc/webapps/plexWatchWeb/:/opt/plexWatch/"
</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>