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=8045>.
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=8045

Apache 2.0.35 compile without mod_autoindex

           Summary: Apache 2.0.35 compile without mod_autoindex
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


I'm a trying compile light build of apache 2.0.35, without some useless modules.
when i disable mod_autoindex, and mod_dir still active.. i set up
DirectoryIndex index.htm index.html
if directory don't have this files ... when i get url like / - 
http://domain.com/
apache response error - 500 ! ...  1.3 version in this case show 404 error ...
in error_log i get strange message about handler httpd/unix-directory bla-bla..
how fix it ? ..  if i enable autoindex -> error code is 503 Forbidden 
how disable autoindex and get 404 like a 1.3 version ? ..

config:
<Directory /var/www/htdocs >
Options None
AllowOverride All
</Directory>

Reply via email to