Previously choosen Document Options in Apache Virtual Server Options is discarded.

Hi Joe and Jamie,

I have noticed that the previously choosen "Document Options" settings in "Virtual Server Options" for a domain is discarded. I noticed that a one of our domains did not have -Indexes in Document Options, first I thought that I had forgott to enter -Indexes for the domain. Then I started to look at our other domains, NO domains had the -Indexes option... I know that all our domains should have the -Indexes directive enterd. Then I took a look at the httpd.conf where I saw that almost all domains had the directive entered.

The previously choosen options gets ignored and of source not shown, and if I enter the -Indexes option again it shows up in two places. See below.

Regars,
Leif

< VirtualHost x.x.x.x:x >
SuexecUserGroup "#549" "#506"
ServerName tidningsshopen.se
ServerAlias www.tidningsshopen.se
ServerAlias lists.tidningsshopen.se
DocumentRoot /home/tidningsshopen/public_html
ErrorLog /home/tidningsshopen/logs/error_log
CustomLog /home/tidningsshopen/logs/access_log common
ScriptAlias /cgi-bin/ /home/tidningsshopen/cgi-bin/
ScriptAlias /awstats /home/tidningsshopen/cgi-bin
< Directory /home/tidningsshopen/public_htm l>
Options -Indexes IncludesNOEXEC FollowSymLinks
allow from all
AllowOverride All
< /Directory >
< Directory /home/tidningsshopen/cgi-bin >
allow from all
< /Directory >
Alias /dav "/home/tidningsshopen/public_html"
< Location /dav >
DAV On
AuthType Digest
AuthName tidningsshopen.se
AuthDigestFile /home/tidningsshopen/etc/dav.digest.passwd
Require valid-user
ForceType text/plain
< /Location >
php_value memory_limit 32M
DirectoryIndex index.php
RedirectMatch ^/webshop/(.*) "http://www.tidningsshopen.se/$1"
Options -Indexes
< /VirtualHost >

Status: 
Closed (fixed)