|
From: Mike M. <mme...@at...> - 2002-05-07 18:30:32
|
Well I quickly tried the proxy route, but was getting a proxy error, so I reverted back to the solo server way. I flip-flopped the two Location statements but nothing changed. -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Chris Winters Sent: Tuesday, May 07, 2002 2:01 PM To: Mike Melillo Cc: ope...@li... Subject: RE: [Openinteract-help] broken images 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. _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: ban...@so... _______________________________________________ openinteract-help mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/openinteract-help |