durusmail: quixote-users: mod_scgi 1.2 and Apache2.0.53
mod_scgi 1.2 and Apache2.0.53
2005-05-06
2005-05-06
2005-05-06
2005-05-06
2005-05-06
2005-05-07
2005-05-07
2005-05-11
2005-05-11
mod_scgi 1.2 and Apache2.0.53
vincent delft
2005-05-07
Following the Apache2.0.x documentation rules are
executed in the sequence they are defined (look at
http://httpd.apache.org/docs/sections.html)

But if I put Location "/qxnews/images" before Location
"/qxnews" the problem remains. (I cannot display my
images).

Should I conclude that it's a apache problems ?

Does any one running Apache 1.x can confirm that the
following works:
         
                 SCGIHandler Off
         
         
                 SCGIHandler Off
         
         
                 SetHandler scgi-handler
                 SCGIServer localhost 3000
                 SCGIHandler On
                 Options -Multiviews
         








--- Titus Brown  wrote:
> On Fri, May 06, 2005 at 11:13:49AM -0700, vincent
> delft wrote:
> ->
> -> I'm trying to use the same httpd.conf as given
> with
> -> mod_scgi doc, but don't work ;-(.
> ->
> -> Here after an extract of the config:
> -> "
> ->         # Apache2 example
> ->         
> ->                 SetHandler scgi-handler
> ->                 SCGIServer localhost:3000
> ->                 SCGIHandler On
> ->                 Options -Multiviews
> ->         
> ->         
> ->                 SCGIHandler Off
> ->         
> ->         
> ->                 SCGIHandler Off
> ->         
> -> "
> ->
> -> My quixote url works (but without css and images)
> ->
> -> Indeed, when I want to access my images (or css)
> files
> -> i receive a quixote message saying that page is
> not
> -> found:
> -> "Page not found: /qxnews/images/logo.png:
> directory
> ->  has no
> -> component 'images'"
>
> So isn't the problem in Apache/mod_scgi, rather than
> Quixote?  We run it
> just fine, but we don't try to turn off the handler
> rule for specific
> subdirectories, which looks like the problem here.
>
> Quixote should never get /qxnews/css requests,
> right?
>
> --titus
>



__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail
reply