DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24768>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24768

RemoveHandler without effect

           Summary: RemoveHandler without effect
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_mime
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Tho following worked in v.2.0.44 but not in 2.0.48:

  Alias /poe.web "C:/POE-test/hauptserver/poe 3.0/_server/POE.Web"
  <Directory "C:/POE-test/hauptserver/poe 3.0/_server/POE.Web">
    Options Indexes FollowSymLinks MultiViews ExecCGI
    AllowOverride None
    Order allow,deny
    Allow from all
    AddHandler cgi-script .web
    DirectoryIndex portal.htm
  </Directory>
  <Directory "C:/POE-test/hauptserver/poe 3.0/_server/POE.web/doc">
    RemoveHandler .web
  </Directory>

I had to replace RemoveHandler by 
    AddHandler default-handler .web

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to