Re: [users@httpd] GZip compression

2012-04-18 Thread William A. Rowe Jr.
You can also programmatically inject a filter. Several modules inject one filter or another. You probably wanted our modules-dev@httpd authors list to share ideas about module authoring. It's a bit beyond the typical discussion here at the user list. On 4/18/2012 11:31 PM, Igor Cicimov wrote:

Re: [users@httpd] GZip compression

2012-04-18 Thread Igor Cicimov
http://httpd.apache.org/docs/2.2/mod/mod_deflate.html On Thu, Apr 19, 2012 at 1:15 AM, Evgeny Shvidky wrote: > Hi, > > ** ** > > I am working on implementation in C of a new module for Apache proxy > server. > > I want Apache to compress a response message content I create. > > I se

Re: [users@httpd] httpd-2.2.22 LogLevel arguments, in documentation, not accepted

2012-04-18 Thread Daniel Gruno
On 18-04-2012 19:23, Josh Narins wrote: > > The documentation for LogLevel[0] and references to LogLevel in the > documentation for mod_rewrite[1] say that LogLevel takes arguments like > > > > LogLevel |[|module|:]|level|[|module|:|level|] ...| > > | | > > I am setting the LogLev

[users@httpd] httpd-2.2.22 LogLevel arguments, in documentation, not accepted

2012-04-18 Thread Josh Narins
The documentation for LogLevel[0] and references to LogLevel in the documentation for mod_rewrite[1] say that LogLevel takes arguments like LogLevel [module:]level [module:level] ... I am setting the LogLevel at server scope. f I try anything other than LogLevel (emerg|alert|cri

[users@httpd] GZip compression

2012-04-18 Thread Evgeny Shvidky
Hi, I am working on implementation in C of a new module for Apache proxy server. I want Apache to compress a response message content I create. I set a HTTP header "Content-Encoding" to gzip but nothing happens. Apache server doesn't perform compression. How can I cause Apache to compress my cont

[users@httpd] [HowTo] Force apache sys dlls search path

2012-04-18 Thread viper
hi all! i've apache2.2 on windows. (test machine) is it possible to force apache to look for system dlls (odbc32.dll, netapi32.dll, etc..) first in a path different from C:\WINDOWS\system32 ? ty viper -- +  http://vipertechnology.dyndns.org ()  ascii ribbon campaign - against html e-mail /\  ww

Re: [users@httpd] feature request for mod_remoteip

2012-04-18 Thread Jeff Trawick
On Wed, Apr 18, 2012 at 3:38 AM, Brett @Google wrote: > Hello, > > It would be nice if in mod_remoteip, you could specify a list of > headers and not just one. File a feature request at https://issues.apache.org/bugzilla/ - To u

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-18 Thread Matthieu Moy
Pete Houston writes: > If you use > > Order allow,deny > > instead the configuration should deny all requests explicitly. I tried both orders to be sure, and neither had any effect. > You might also add > > AllowOverride None I'll try that (I forgot to say that I do have a test vi

Re: [users@httpd] "Deny" directives silently ignored in config files

2012-04-18 Thread Pete Houston
On Wed, Apr 18, 2012 at 10:07:56AM +0200, Matthieu Moy wrote: > I tried the following: > > > Order deny,allow > Deny from all > #RewriteEngine On > #RewriteRule . - [F] > If you use Order allow,deny instead the configuration should deny all requests explicitly. You might also add

[users@httpd] "Deny" directives silently ignored in config files

2012-04-18 Thread Matthieu Moy
Hi, I have a server running Apache HTTPD 2.2.16, installed as Debian package (Debian Squeeze). Some time ago, "Deny from XXX" directives were correctly taken into account, both in .htaccess files and in system-wide configuration files (/etc/apache2/*). I noticed recently that it is no longer the

[users@httpd] problem with apache proxy server

2012-04-18 Thread Bogdan Seweryn
hi, i have apache proxy (Server version: Apache/2.2.20 (Ubuntu)) connected using ajp to my two apache tomcat app servers. I'm using such configuration: Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED BalancerMember ajp://xx:8009 route=h1 Balan

[users@httpd] feature request for mod_remoteip

2012-04-18 Thread Brett @Google
Hello, It would be nice if in mod_remoteip, you could specify a list of headers and not just one. eg: RemoteIPHeader X-Forwarded-For, X-Forward RemoteIPTrustedProxy 10.0.2.0/24 RemoteIPTrustedProxy gateway.localdomain Headers would preferably to be checked for in the provided order. Use case is