summarylogtreecommitdiffstats
path: root/httpd-cakephp2.conf
diff options
context:
space:
mode:
authorM0Rf302015-06-17 15:24:38 +0200
committerM0Rf302015-06-17 15:24:38 +0200
commit70a3a88e1d418718d502b8740d69da3099f5f9af (patch)
treee57f9d966b6350484d514bd879b76dcb67f09e3e /httpd-cakephp2.conf
downloadaur-70a3a88e1d418718d502b8740d69da3099f5f9af.tar.gz
Initial import
Diffstat (limited to 'httpd-cakephp2.conf')
-rwxr-xr-xhttpd-cakephp2.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/httpd-cakephp2.conf b/httpd-cakephp2.conf
new file mode 100755
index 000000000000..f1b80b4cc851
--- /dev/null
+++ b/httpd-cakephp2.conf
@@ -0,0 +1,10 @@
+Alias /cakephp2 "/usr/share/webapps/cakephp2"
+ <Directory "/usr/share/webapps/cakephp2">
+ AllowOverride All
+ Options FollowSymlinks
+ Order allow,deny
+ Allow from all
+ php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
+ </Directory>
+ ErrorLog "/var/log/httpd/cakephp2/error.log"
+ CustomLog "/var/log/httpd/cakephp2/access.log" combined