Re: Apache 2.2 and campsite
Ondra Koutek <[email protected]> Tue, 12 Dec 2006 15:07:18 +0100
| Newsgroups | gmane.comp.cms.campsite.general |
|---|---|
| Organization | TOL |
| Message-ID | <[email protected]> |
you are welcome. Please note, that on Apache 2.0 you have the mod_access. I have no idea about 2.1, because I skipped it and went directly to 2.2 Ondra Holman Romero p=C3=AD=C5=A1e v =C3=BAt 12. 12. 2006 v 08:56 -0500: > hi Ondra! >=20 > 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. >=20 > regards. >=20 >=20 > 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 chec= ks > > 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 > > > > > > >=20 >=20