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:
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
#
Order allow,deny
Allow from all
#
AllowOverride All
Options ExecCGI
#
Order allow,deny
Allow from all
#
this small tweak will help.
I know most of you are skilled enough to find this yourselves, but
knowing this might help someone.
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 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:
>
>
> Options -Indexes FollowSymLinks MultiViews
> AllowOverride All
> #
> Order allow,deny
> Allow from all
> #
>
>
> AllowOverride All
> Options ExecCGI
> #
> Order allow,deny
> Allow from all
> #
>
>
>
> this small tweak will help.
>
> I know most of you are skilled enough to find this yourselves, but
> knowing this might help someone.
>
> Ondra
>
>
>
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íše v út 12. 12. 2006 v 08:56 -0500:
> 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 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:
> >
> >
> > Options -Indexes FollowSymLinks MultiViews
> > AllowOverride All
> > #
> > Order allow,deny
> > Allow from all
> > #
> >
> >
> > AllowOverride All
> > Options ExecCGI
> > #
> > Order allow,deny
> > Allow from all
> > #
> >
> >
> >
> > this small tweak will help.
> >
> > I know most of you are skilled enough to find this yourselves, but
> > knowing this might help someone.
> >
> > Ondra
> >
> >
> >
>
>