Re: [us...@httpd] mod_cgi: multibyte characters in REQUEST_URI can't converted to correct PATH_INFO

2010-12-15 Thread William A. Rowe Jr.
On 12/1/2010 9:31 AM, LiuYan 刘研 wrote: > Recently I setup Apache-2.2.17 on Windows Server 2003, and config viewvc in > CGI > mode, viewvc works fine except browsing repository entry which contains > Chinese > characters, it will return HTTP 404 when browsing these entryies, I asked in > viewvc

Re: [us...@httpd] mod_cgi: multibyte characters in REQUEST_URI can't converted to correct PATH_INFO

2010-12-15 Thread William A. Rowe Jr.
On 12/1/2010 5:09 PM, J. Greenlees wrote: > Just a thought here, > why not try removing environment complexity and use the windows versions > of apache's httpd and perl instead of the cygwin based install? You would want to avoid using this because you introduce all of the security holes present i

[us...@httpd] Re: mod_cgi: multibyte characters in REQUEST_URI can't converted to correct PATH_INFO

2010-12-15 Thread LiuYan 刘研
J. Greenlees jaqui-greenlees.net> writes: > Just a thought here, > why not try removing environment complexity and use the windows versions > of apache's httpd and perl instead of the cygwin based install? > this makes 1 less set of environment variables that could be causing > locale issues > >

[us...@httpd] SetEnvIf use newline in value

2010-12-15 Thread Mxrgus Pxrt
SetEnvIf SOME_VALUE "(.*) (.*)" SOME_VALUE="$1\n$2" (replacing space with newline in env value). If you have any other clever ideas, how to do it, please let me know. Br, Margus - The official User-To-User support forum of t

Re: [us...@httpd] DNS Lookups even with HostnameLookups Off

2010-12-15 Thread Craig A. James
On 12/15/10 10:24 AM, Frank Gingras wrote: On 12/15/2010 01:10 PM, Craig A. James wrote: We set "HostnameLookups Off", yet we see many hostnames in both /var/log/apache2/access.log and /var/log/apache2/rewrite log. This is causing huge problems because some of our clients have IP addresses wi

Re: [us...@httpd] DNS Lookups even with HostnameLookups Off

2010-12-15 Thread Frank Gingras
On 12/15/2010 01:10 PM, Craig A. James wrote: We set "HostnameLookups Off", yet we see many hostnames in both /var/log/apache2/access.log and /var/log/apache2/rewrite log. This is causing huge problems because some of our clients have IP addresses with no DNS entries, and the delay caused by t

[us...@httpd] DNS Lookups even with HostnameLookups Off

2010-12-15 Thread Craig A. James
We set "HostnameLookups Off", yet we see many hostnames in both /var/log/apache2/access.log and /var/log/apache2/rewrite log. This is causing huge problems because some of our clients have IP addresses with no DNS entries, and the delay caused by the lookup is enough to trigger a missed TCP/IP