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
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
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
>
>
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
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
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
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