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 2003/10/10 17:39:14 UTC

DO NOT REPLY [Bug 23729] New: - Internal error on filenames with .var as part of the file name

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

Internal error on filenames with .var as part of the file name

           Summary: Internal error on filenames with .var as part of the
                    file name
           Product: Apache httpd-2.0
           Version: 2.0.47
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: kevin.maher@ost.dot.gov


Following an upgrade to Apache 2.0.47, MRTG index pages that had the string .var
imbedded (ie: sunscreen.var.html) failed to work, generating an error message. 
Example from our log: 
[Fri Oct 10 11:28:37 2003] [error] [client 152.119.3.30] Syntax error in type
map, no ':' in
/export/home/other/www/public/servers/firewalls/sunscreen/sunscreen.var.html for
header <!-- begin head -->

By renaming the file as sunscreen.test.html, it was able to load fine.  Also by
experimenting with making copies of known working index pages by inserting .var
into the file name, every time I was able to replicate the "Internal Server
Error" message.

ie:  copy index.shtml to var.shtml            No effect - page works fine.
     copy index.shtml to index-var.shtml      No effect - page works fine.
     copy index.shtml to index.var.shtml      Page fails with error message

[Fri Oct 10 11:35:02 2003] [error] [client 152.119.3.30] Syntax error in type
map, no ':' in /export/home/other/www/public/index.var.shtml for header <html>

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org