Thorsten Scherler wrote:
> 
> sudo su
> vi /etc/apache2/httpd.conf
> find "Directory" and add the "" the part should look like:
> 
> # First, we configure the "default" to be a very restrictive set of
> # features.
> #
> <Directory />
>     Options FollowSymLinks
>     AllowOverride None
>     AddDefaultCharset UTF-8
> </Directory>
> 
> That is better as stated in
> http://httpd.apache.org/docs/2.2/howto/htaccess.html since 
> "However, in general, use of .htaccess files should be avoided when
> possible. Any configuration that you would consider putting in
> a .htaccess file, can just as effectively be made in a <Directory>
> section in your main server configuration file."
> 
> Should I apply it as well for our zone? I did it only for Lenya atm and
> it works fine. :)

Yes please.

At some stage we also need that httpd.conf to be in
our forrest/zones SVN.

-David