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:
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo