|
From: Chris W. <ch...@cw...> - 2002-05-07 18:05:28
|
On Tue, 2002-05-07 at 13:17, Mike Melillo wrote: > Thanks for the quick response... > > The permissions are all fine....check. > > I am using the http_modperl_solo file, and I did notice that </images> > was set to use the default-handler, I even tried taking that out, but I > got the same result. > > One thing that I have noticed is that nothing shows up in the error > logs, just the access log. > > This machine is just a dev server by itself so I figured the proxy > server wouldn't make sense. Should I try that type of setup instead? > Is it preferred? I've never done anything with proxy's before. No, the _solo file should work fine. I haven't used it for quite some time. One thing to try, switch the ordering of the various directives. So if you have: <Location />...</Location> <Location /images>...</Location> Switch it to: <Location /images>...</Location> <Location />...</Location> Otherwise, I'll try to set a site up here and see whether it works. The fact the nothing shows up in the error log is normal -- the request is being passed to OI which generates its own error message but not an Apache error. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |