summarylogtreecommitdiffstats
path: root/httpd-cakephp2.conf
blob: f1b80b4cc85106f7388765bd45334eaabb849921 (plain)
1
2
3
4
5
6
7
8
9
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