I use something similar - you should really be applying this in one of
the AAA level of handlers (I use mod_perl rather than C handlers) but
there are various places you can hook into the process
Usually (and slightly naughtily) I add this to the access handler within
mod_perl {it does the use
On Tue, 2016-07-19 at 10:45 +0530, Amlaan Kar wrote:
> I have created a handler in Apache
Sounds like your module's processing should be hooked up
earlier in the cycle. It can then set the handler either
to PHP or to its own page according to the outcome of
whatever parsing it does.
But given th
I have created a handler in Apache which is supposed to parse the URL
entered. If the conditions defined by the handler are satisfied, the
handler returns DECLINED AND the page requested is open. If not, the
handler displays "Rejected". However, the problem I am facing is that when
I am trying to d
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Eric,
On 7/18/16 2:12 PM, Eric Covener wrote:
> On Mon, Jul 18, 2016 at 2:10 PM, Christopher Schultz
> wrote:
>> I believe by putting the exception-Location first in the
>> configuration file, I should be able to trump the general
>> configuration
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I have a long-standing configuration for a private server where all
users must authenticate against our LDAP server. Something like this:
AuthType Basic
Require ldap-group mygroup
I'm trying to use certbot to get a TLS certificate for t
On Mon, Jul 18, 2016 at 2:10 PM, Christopher Schultz
wrote:
> I believe by putting the exception-Location first in the configuration
> file, I should be able to trump the general configuration affecting
> the "/" URL-space, right?
Matching location sections get merged together in the order they
Advisory: Apache Software Foundation Projects and "httpoxy" CERT VU#797896
Canonical URL: https://www.apache.org/security/asf-httpoxy-response.txt
Publication: v1.0 18 July 2016
Audience
This Advisory is directed to HTTP web server administrators and users of
the software indicated b
Hello Rainer,
-Original Message-
From: Rainer Canavan [mailto:rainer.cana...@sevenval.com]
Sent: 18 July 2016 13:01
To: users@httpd.apache.org
Subject: Re: [users@httpd] Apache Host not found
On Wed, Jul 13, 2016 at 10:16 AM, Theo Sweeny wrote:
> Thank you Daniel.
>
>
>
> At the moment
On Wed, Jul 13, 2016 at 10:16 AM, Theo Sweeny wrote:
> Thank you Daniel.
>
>
>
> At the moment it is set to –
>
>
>
> STATUSURL="http://localhost:80/server-status";
>
>
>
> Should it be configured like so when there are multiple sites?
>
>
>
> STATUSURL="http://www.site1.com:80/server-status;
> ht
The only thing I can think of is that the whole configure dependency
code for mod_proxy and its submodules was reworked due to a singular
issue; this resulted in a lot of churn in that code and likely
in order to fix one subset of people the "fix" affected a larger
subset.
Please forward your bug
Dear Community
I hope your all doing well today. Thank you for assisting me the other day
with setting up SSL properly.
Recently, I have been running into an issue where HTTPD load balancing falls
over, thus preventing me from reaching the Tomcat sessions.
The error messages that I a
11 matches
Mail list logo