durusmail: quixote-users: ANNOUNCE: scgi 1.2 alpha 2 available
ANNOUNCE: scgi 1.2 alpha 2 available
2004-02-28
2004-03-02
ANNOUNCE: scgi 1.2 alpha 2 available
charles brandt
2004-02-28
Hi Neil,

Thank you for the update to this.  I'm looking forward to using Apache 2 and
mod_scgi together! :)

There are two things that I'm having trouble with though.  I had originally
configured my apache server to serve static files using the following
configurations in httpd.conf:

    SCGISERVER localhost:4000
    SCGIHandler On


    SetHandler None


    SetHandler None

This was working with 1.2.a1, but now when I try to access the static
content, I get an error as follows:
The requested link does not exist on this site. If you arrived here by
following a link from an external page, please inform that page's
maintainer.
Page not found: /css/global.css:  ''  has
no _q_exports list

I tried changing my httpd.conf to use the "SCGIHandler On/Off" config as
mentioned in the scgi-1.2a2/apache2/README:

    SCGIHandler Off


    SCGIHandler Off


But with the same result.  It looks like SCGI is still trying to process
this file, even with those settings.  Strange...

The second thing is that it looks like the "POST" method to forms still
doesn't work.  Is this still a known issue?

If anyone else migrates from 1.2a1 to 1.2a2, the scgi server deletes the
pidfile (as stated in the CHANGES file), so don't forget to remove any code
that my try to do that in the init script.

Thanks in advance!

-Charles.

----- Original Message -----
From: "Neil Schemenauer" 
To: 
Sent: Friday, February 27, 2004 10:52 AM
Subject: [Quixote-users] ANNOUNCE: scgi 1.2 alpha 2 available


> Version 1.2 alpha 2 of the scgi package is now available from:
>
>   http://www.mems-exchange.org/software/scgi/
>
> The Apache 2 version of mod_scgi has been largely rewritten.  The
> alpha 1 version was buggy (e.g. it was using some Apache 2 APIs
> incorrectly).  While I have much more confidence in this version, it
> has still not received a lot of testing so I advise caution.
>
> Also fixed in this version is a serious bug in the ns_reads()
> function.  It used to read too much data if the entire contents of
> the netstring were not returned by the first read().  It's a little
> surprising that no one else noticed this bug (or at least they
> didn't report it).  It seems to show up more often when using the
> Linux 2.2 kernel.
>
>   Neil
>
> _______________________________________________
> Quixote-users mailing list
> Quixote-users@mems-exchange.org
> http://mail.mems-exchange.org/mailman/listinfo/quixote-users
>




reply