Re: [us...@httpd] apache approach to blocking external sites that invoke requests to my server via an iframe?

2009-09-03 Thread William A. Rowe, Jr.
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

[us...@httpd] apache approach to blocking external sites that invoke requests to my server via an iframe?

2009-09-03 Thread David Taveras
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

Re: [us...@httpd] mod_rewrite internal sub-request returns status 200 instead of expected 404 (mod_proxy issue?)

2009-09-03 Thread Bob Ionescu
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 >

[us...@httpd] mod_rewrite internal sub-request returns status 200 instead of expected 404 (mod_proxy issue?)

2009-09-03 Thread Brett Delle Grazie
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

Re: [us...@httpd] 'require' keyword

2009-09-03 Thread Eric Covener
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

Re: [us...@httpd] 'require' keyword

2009-09-03 Thread John P. Dodge
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" ...

Re: [us...@httpd] passwords with strange characters doesn't work?

2009-09-03 Thread Eric Covener
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

[us...@httpd] passwords with strange characters doesn't work?

2009-09-03 Thread Staffan Bergh
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

RE: [us...@httpd] httpd 2.0.63 + cgi script + 'Error: Bad file number'

2009-09-03 Thread Boyle Owen
> -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