Steff Watkins wrote:
>> From: David Southwell [mailto:da...@vizion2000.net]=20
>
>> OK guys -- thank you everyone BUT BUT
>
>> Alias /pipermail "/usr/local/mailman/archives/public"
>> <Directory "/usr/local/mailman/archives/public/">
>>  Options FollowSymLinks ExecCGI
>>        AllowOverride None
>>        Order allow,deny
>>           Allow from all
>> Options Indexes MultiViews
>>   AddDefaultCharset Off
>> DirectoryIndex index.html
>>     </Directory>
>
>Errm... suggestion... tidy up! :)
>
>AFAIK Apache doesn't allow you to just sequently "add" Options lines
>together. If I've read it correctly, the "Options Indexes MultiViews"
>would cancel the "Options FollowSymLinks ExecCGI" as it is a later
>instruction.. I could be wrong on that, been a while since I went
>grubbing around in Apache's mechanics.


That is correct. You can add options with a + as in

  Options FollowSymLinks ExecCGI
  Options +Indexes +MultiViews

but without + to add or - to take away, The options will replace any
prior options.


-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to