httpd.conf Speedy* parameters parsing problem
Brought to you by:
samh
Version 2.21, debian binary
The module doesn't correctly set the parameters passed
to the module in httpd.conf.
It always sets the last configured parameters for all
scripts.
Example:
<Directory /var/www/foo/cgi-bin>
SetHandler speedycgi-script
Options ExecCGI
SpeedyMaxruns 1
SpeedyGroup none
</Directory>
<Directory /var/www/foo/cgi-bin/bar>
SpeedyMaxruns 500
SpeedyGroup bar
</Directory>
If I execute something in the /var/www/foo/cgi-bin
directory it's passed to
/usr/bin/speedy_backend -- -gbar -r500
/var/www/foo/cgi-bin/test.pl.
Logged In: YES
user_id=853293
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mtx 2.4.19-686 #1 Mon Nov 18 23:59:03 EST 2002
i686
Apache: 1.3.27