Re: Apache 2.2 and campsite
"Holman Romero" <[email protected]> Tue, 12 Dec 2006 08:56:12 -0500
| Newsgroups | gmane.comp.cms.campsite.general |
|---|---|
| Message-ID | <[email protected]> |
hi Ondra! you are right, at least in my case i have not tried it out with A 2.x. yet. thanks a lot and we will take care about it. regards. On 12/12/06, Ondra Koutek <[email protected]> wrote: > Hi all, > I am unsure if any of you tried to use campsite on Apache 2.2, but it > does not work, due to default campsite Apache config. The problem is, > that Apache 2.2 does not have mod_access, but has the access ability > itself. Therefore in campsite config you need to comment out the checks > for mod_access module: > > <Directory /usr/local/campsite/www/campsite/html> > Options -Indexes FollowSymLinks MultiViews > AllowOverride All > # <IfModule mod_access.c> > Order allow,deny > Allow from all > # </IfModule> > </Directory> > <Directory /usr/local/campsite/www/campsite/cgi-bin> > AllowOverride All > Options ExecCGI > # <IfModule mod_access.c> > Order allow,deny > Allow from all > # </IfModule> > </Directory> > > > this small tweak will help. > > I know most of you are skilled enough to find this yourselves, but > knowing this might help someone. > > Ondra > > > -- /holman