I am having a problem get SetEnv to work (at least
as I think it is supposed to). I have some python
cgi scripts that start with:
#!/usr/bin/env python
I cannot (for logistical reasons) change these scripts.
However, the system python in /usr/bin/ is an old version
that the scripts will not
> Boyle Owen wrote:
> > Stuart McGraw wrote:
> > How do you reset the IndexIgnore list?
> > My httpd.conf (apache-2.2 on Fedora Core 5) has the line:
> >
> > IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
> >
> > The is fine for all direc
How do you reset the IndexIgnore list?
My httpd.conf (apache-2.2 on Fedora Core 5) has the line:
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
The is fine for all directories except one (and it's subdirs).
For that one I need to have those ignored files appear in
the directory listing.