# HG changeset patch # User ymh # Date 1272297906 -7200 # Node ID b982a1479e1ce3fd6cb2de7688aab315a2ea1425 # Parent e63b40348c2c630455d8710363354046d4432042 add apache conf diff -r e63b40348c2c -r b982a1479e1c build/conf/httpd.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/conf/httpd.conf Mon Apr 26 18:05:06 2010 +0200 @@ -0,0 +1,15 @@ + + AllowOverride All + Allow from All + + + ServerName myapp.example.com + DocumentRoot "/home/steve/myproject/web" + DirectoryIndex index.php + Alias /sf /$data_dir/symfony/web/sf + + + AllowOverride All + Allow from All + + \ No newline at end of file