cherokee  

[Cherokee] multiple CGI references

Eric S. Johansson
Tue, 24 Jan 2006 16:28:13 -0800

if I have:

        Directory / {

                Handler cgi {
                        scriptalias /home/esj/akasha/ak404.py
                        ErrorHandler on
                }
        }

and:

        Directory /cgi-bin {
                        Handler cgi
                        DocumentRoot /usr/local/lib/cgi-bin/
        }


in the same configuration, a weird thing happens. counter to my expectations,, the / CGI handler takes priority over /cgi-bin.

bug record or upgrade to latest?

---eric
_______________________________________________
Cherokee mailing list
Cherokee@lists.alobbs.com
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
  • [Cherokee] multiple CGI references Eric S. Johansson