summarylogtreecommitdiffstats
path: root/httpd-cakephp.conf
blob: 9513ad24acda2efbe2c8d560f8a311cb3745b10f (plain)
1
2
3
4
5
6
7
8
9
10
Alias /cakephp "/usr/share/webapps/cakephp"
	<Directory "/usr/share/webapps/cakephp">
		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/cakephp/error.log"
	CustomLog "/var/log/httpd/cakephp/access.log" combined