summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
authorSonic-Y3k2015-09-13 13:03:47 +0200
committerSonic-Y3k2015-09-13 13:03:47 +0200
commit3b7c198d6ebdd332e792b42a3fb903ee8e08f03d (patch)
tree2c14afa1ff0772f5d4f3dccc277add1d3d81ac0a /apache.example.conf
downloadaur-3b7c198d6ebdd332e792b42a3fb903ee8e08f03d.tar.gz
Initial import
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/apache.example.conf b/apache.example.conf
new file mode 100644
index 000000000000..5e1d44d262cd
--- /dev/null
+++ b/apache.example.conf
@@ -0,0 +1,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"
+</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>