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

Apache config parser should not be local aware ( gives problems with Turkish 
locales )

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|httpd-std-conf.in contains  |Apache config parser should
                   |wrong magic mime directive  |not be local aware ( gives
                   |                            |problems with Turkish
                   |                            |locales )



------- Additional Comments From [EMAIL PROTECTED]  2003-11-21 13:49 -------
Ok I found the exact problem. 
 
If I do export LC_ALL=POSIX && apachectl start 
apache works fine. 
 
If I do export LC_ALL=tr_TR && apachectl start 
it gives parsing error that I posted earlier. 
 
So whats going on is apache configuration parsing is local aware and it should 
not be so. Because on 
turkish locales tolower('I') != i or toupper('i') != I .  
 
This is a widely known property but guess apache developers missed it :-). 
 
Solution is making config parsing non-local aware.

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

Reply via email to