You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/05/12 18:21:16 UTC

DO NOT REPLY [Bug 28931] New: - DirectoryIndex cuts off parameters

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: bugs@httpd.apache.org
        ReportedBy: andrew.miehs@friendscout24.de


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org