[users@httpd] mod_auth_form questions

2012-09-19 Thread Benson Margulies
1: (why) do I need to specify the AuthName, Session, and authn provider params (e.g. DBD query) in both the location I am protecting and in the location that defines the form-login-handler? 2: I'd like to say that an entire logical tree is protected, and have a successful login redirect back to wh

[users@httpd] Rewrites not working in 'server config'

2012-09-19 Thread David Hubbard
Is there a trick to getting rewrites working in the base config file? I'm trying to block a bad bot by user agent server-wide, I tested it in one site and have the relevant rewrites working fine in .htaccess, but when moving them to the global config, it does not work. I tried wrapping in a direc

Re: [users@httpd] can't display or download images on new Apache install

2012-09-19 Thread Rick Lopez
Thanks all for the replies. At first I wasn't sure if it was an Apache problem or not since this was my first install. I know understand where the problem is and will get it corrected in the html file. On Wed, Sep 19, 2012 at 1:31 PM, Ben Johnson wrote: > > > On 9/19/2012 1:08 PM, Rick Lopez wro

[users@httpd] Possible bug with "If"-predicated MOVE

2012-09-19 Thread Timothy Wood
Using a clean build of httpd-2.4.3, I'm seeing the following behavior: * Make a collection * Get its ETag with PROPFIND Depth=0 * Add an item to the collection * httpd reports a new ETag for the collection at this point * Attempt a MOVE of the collection to a new name, predicated with t

Re: [users@httpd] can't display or download images on new Apache install

2012-09-19 Thread Pete Houston
On Wed, Sep 19, 2012 at 01:08:32PM -0400, Rick Lopez wrote: > Thanks for the reply. To clarify I am running Apache 2.4.3. I also used > Kompozer to create the index.html file so I assumed it was creating the > correct syntax. Kompozer created this for the embedded jpg file: > > src="file:///usr/lo

Re: [users@httpd] can't display or download images on new Apache install

2012-09-19 Thread Ben Johnson
On 9/19/2012 1:08 PM, Rick Lopez wrote: > Thanks for the reply. To clarify I am running Apache 2.4.3. I also used > Kompozer to create the index.html file so I assumed it was creating the > correct syntax. Kompozer created this for the embedded jpg file: > > src="file:///usr/local/apache2/images

Re: [users@httpd] can't display or download images on new Apache install

2012-09-19 Thread Rick Lopez
Thanks for the reply. To clarify I am running Apache 2.4.3. I also used Kompozer to create the index.html file so I assumed it was creating the correct syntax. Kompozer created this for the embedded jpg file: src="file:///usr/local/apache2/images/DN-SD-99-05859.JPG"> and this for the tif file I wa

Re: [users@httpd] can't display or download images on new Apache install

2012-09-19 Thread Pete Houston
On Wed, Sep 19, 2012 at 11:04:46AM -0400, Rick Lopez wrote: > However, if I open the index.html file as a file with Firefox it works > fine. I see the following message in the Firefox error console. "security > error: content at 192.168.1.10 may not load or link to > file://usr/local/apache2/images

Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-19 Thread Tom Evans
On Wed, Sep 19, 2012 at 3:46 PM, Mario A. del Riego wrote: > Supid, > > I have the same behavior, it's a bug well documented at [1]. > > If you know the redirection, you can do it in the front-end. > In my particular case, i fixed it with mod_security. I have wrote a > little in my blog [0] (in sp

[users@httpd] can't display or download images on new Apache install

2012-09-19 Thread Rick Lopez
Hi, I'm trying to setup my first Apache server. I have created a simple web page with some jpg images and some links to download some tif files. When I load the page via http I can't see the images or download the tifs. However, if I open the index.html file as a file with Firefox it works fine. I

Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-19 Thread Eric Covener
> ProxyPassReverse / http://fooremote.com/ > Location: http://fooremote.com:80/abc.jsp Have you tried 2nd proxypassreverse with the explicit port in the 2nd argument? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org F

Re: [users@httpd] httpd 2.2 ReverseProxy not working on 302 redirect location header

2012-09-19 Thread Mario A. del Riego
Supid, I have the same behavior, it's a bug well documented at [1]. If you know the redirection, you can do it in the front-end. In my particular case, i fixed it with mod_security. I have wrote a little in my blog [0] (in spanish) about this. [0] http://blog.makam.org/2012/09/01/bug-en-mod_pro

Re: [users@httpd] Apache Proxy configuration question

2012-09-19 Thread linuxsupport
Did you try using SSLProxyEngine On ? Normally, you do not need to use SSL when proxying, as SSL is used to secure contents, and if you install SSL certificate on Apache which is proxing you do not need to have SSL on backend servers On Wed, Sep 19, 2012 at 5:40 PM, Vivek Nambiar wrote: > Hi Jer

Re: [users@httpd] Apache Proxy configuration question

2012-09-19 Thread Vivek Nambiar
Hi Jeremy, If you add a / infront of the SSL URL,then does it work? Thanks On Wed, Sep 19, 2012 at 11:43 AM, Jeremy T wrote: > Hi All, > > I had a question about Apache with SSL. > Basically came across this issue when configuring a reverse proxy with > Apache. > > Do you know if there is som