DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28931>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28931 DirectoryIndex cuts off parameters Summary: DirectoryIndex cuts off parameters Product: Apache httpd-2.0 Version: 2.0.49 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: mod_dir AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi, In Apache 1.3 I was able to use ... AddHandler htmlhandler .html Action htmlhandler /cgi/myhandler.perl ... <VirtualHost *> ServerName a.com DirectoryIndex index.html?host=a </VirtualHost> <VirtualHost *> ServerName b.com DirectoryIndex index.html?host=b </VirtualHost> ... In Apache 2, it seems that everything after (and including) the '?' is dropped. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
