David Taveras wrote:
> Hello,
>
> Ive been told that there a server level approach to be able to block
> external sites which are calling my server for requests via an iframe.
> Their idea is to steal my dynamic content and make it look like theirs.
http://tinyurl.com/m7r86l
Hello,
Ive been told that there a server level approach to be able to block
external sites which are calling my server for requests via an iframe. Their
idea is to steal my dynamic content and make it look like theirs.
I know this can be blocked with a js, but i was wondering if there is a more
r
2009/9/3 Brett Delle Grazie :
> I've tried the sub-request mechanism of mod_rewrite (via !-U condition)
> but the sub-request always returns status 200 instead of 404 (even
> though the first document doesn't exist on B).
>
> Does anyone know if this is an existing bug with mod_rewrite or is this
>
Hi,
I've got the following situation:
RHEL5.3 with Apache 2.2.3
Two servers (A + B), with A acting as a reverse proxy for B via Apache's
mod_proxy.
Internet --> A (mod_proxy) --> B
The entire /content/ URL space is mapped and this is working just fine.
For a specific request to A that results
On Thu, Sep 3, 2009 at 9:20 AM, John P.
Dodge wrote:
> When using "valid-user" You need:
>
> AuthLDAPAuthorative off
Not in the last 6 releases, and the symptom there is auth failure not
short-circuting authentication.
--
Eric Covener
cove...@gmail.com
On Wed, 2 Sep 2009, Tom Evans wrote:
On Wed, 2009-09-02 at 15:23 +, Melanie Pfefer wrote:
Hi
The config file looks like
DAV svn
SVNParentPath ...
Options FollowSymLinks
AuthBasicProvider ldap
AuthLDAPUrl ...
Require valid-user
AuthType Basic
AuthName "Please enter your credentials"
...
On Thu, Sep 3, 2009 at 7:51 AM, Staffan Bergh wrote:
> Hi, I'm having a problem with authentication against our apache server.
>
> Setup:
> apache 2.2.13 on windows XP sp3
>
> in httpd.conf
>
>
> AuthName "Test"
> AuthType Basic
> AuthUserFile C:/test/passwd
> Require valid-user
>
>
>
> In t
Hi, I'm having a problem with authentication against our apache server.
Setup:
apache 2.2.13 on windows XP sp3
in httpd.conf
AuthName "Test"
AuthType Basic
AuthUserFile C:/test/passwd
Require valid-user
In the passwd file, constructed with the apache htpasswd program on the
comman
> -Original Message-
> From: lr...@juno.com [mailto:lr...@juno.com]
> Sent: Tuesday, September 01, 2009 5:46 PM
> To: users@httpd.apache.org
> Subject: RE: [us...@httpd] httpd 2.0.63 + cgi script +
> 'Error: Bad file number'
>
> Hi Boyle Owen,
>
> >> I am attempting to upgrade my a