| 
      
      
      From: Chris W. <ch...@cw...> - 2002-05-07 19:55:12
      
     | 
| On Tue, 2002-05-07 at 15:21, Mike Melillo wrote:
> 
> Chris, here are my versions...
> 
> apache-1.3.22-2
> Perl 5.6.1
> mod_perl-1.26-2
> 
> # /usr/sbin/httpd -l
> Compiled-in modules:
>   http_core.c
>   mod_so.c
> suexec: enabled; valid wrapper /usr/sbin/suexec
> 
> 
> apache/mod_perl/Perl are all RPM installations.  I hate RPMs but
> EVERYTIME I try and use my own builds of apache/mod_perl I have
> segmentation fault issues.  So I go with the way that at least gets me
> up and running.
> 
> I re-looked over the INSTALL.website docs and it looks like I didn't
> miss anything.  I have a feeling its something in a configuration file
> somewhere.  Unfortunately being so new to OI, I don't know where to
> start poking around.
Some more ideas:
 - What happens if you comment out the <Location /> directive entirely?
 - What happens if you replace it with something like:
   <Location />
     DirectoryIndex index.html
   </Location>
and some other foo to make Apache think it's just a normal Location?
Chris
-- 
Chris Winters (ch...@cw...)
Building enterprise-capable snack solutions since 1988.
 |