Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 15:14:02 +0200
From:      Frank Schoenmann <foxtwo@gmx.net>
To:        keith@mail.telestream.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Apache/SSI
Message-ID:  <2071072466.20000509151402@gmx.net>
In-Reply-To: <Pine.LNX.4.10.10005090049160.16673-100000@mail.telestream.com>
References:  <Pine.LNX.4.10.10005090049160.16673-100000@mail.telestream.com>

next in thread | previous in thread | raw e-mail | index | archive | help
hi keith!

Tuesday, May 09, 2000, 9:54:55 AM, you wrote:

kmtc> How can I get ssi to work globaly in people ~'s? I've followed the
kmtc> instructions at apache.org. Have included the Options Includes AddType and
kmtc> AddHandler.  The only way I can get people to have ssi enabled is if they
kmtc> have Options Includes in their personal .htaccess file. I prefer to have
kmtc> it done individualy as opposed to globaly. It's just that now that I know
kmtc> it does not work globaly for some reason, it also means I don't know why
kmtc> it's working on an individual basis... Confusion.    :-/

Have you tried something like the following in your apache configuration?

<Directory /home/*/public_html*>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch Includes
</Directory>


>> "Believing oneself to be perfect is often the sign of a delusional mind." -- Data
-- 
bye, Frank!




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2071072466.20000509151402>