# HG changeset patch # User ymh # Date 1272298622 -7200 # Node ID 301bb2f60b884c8e1ef83b913fc67dc1fd9482a9 # Parent b982a1479e1ce3fd6cb2de7688aab315a2ea1425 Correct apache configuratrion file diff -r b982a1479e1c -r 301bb2f60b88 build/conf/httpd.conf --- a/build/conf/httpd.conf Mon Apr 26 18:05:06 2010 +0200 +++ b/build/conf/httpd.conf Mon Apr 26 18:17:02 2010 +0200 @@ -1,15 +1,23 @@ - + AllowOverride All Allow from All - ServerName myapp.example.com - DocumentRoot "/home/steve/myproject/web" + DocumentRoot "/srv/www/mosatags/web" DirectoryIndex index.php - Alias /sf /$data_dir/symfony/web/sf + Alias /sf /srv/www/mosatags/lib/vendor/symfony/data/web/sf - + AllowOverride All Allow from All - \ No newline at end of file + + ErrorLog /var/log/apache2/error.log + + # Possible values include: debug, info, notice, warn, error, crit, + # alert, emerg. + LogLevel warn + + CustomLog /var/log/apache2/access.log combined + +