[EMAIL PROTECTED] Mark Tomlinson/IL/HCSC is out of the office.

2008-02-21 Thread tomlinsonm
I will be out of the office starting 02/21/2008 and will not return until 02/25/2008. Please contact Mark Malott for things that require immediate attention. ** The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is inte

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Udo Rader
Am Donnerstag, den 21.02.2008, 20:44 + schrieb Nick Kew: > > > > ProxyPassReverse / > > SetOutputFilter proxy-html > > ProxyHTMLURLMap / /someApp/ > > ProxyHTMLURLMap /someApp /someApp > > > > Heh. I really should update that tutorial (not that the

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Udo Rader
Am Donnerstag, den 21.02.2008, 21:10 + schrieb Nick Kew: > On Thu, 21 Feb 2008 21:30:14 +0100 > Udo Rader <[EMAIL PROTECTED]> wrote: > > > > My reverse proxying configuration looks like this: > > Heh. Missed this in my previous reply. > > > CUT--- > > ProxyPass /someApp/ http:

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Nick Kew
On Thu, 21 Feb 2008 21:30:14 +0100 Udo Rader <[EMAIL PROTECTED]> wrote: > My reverse proxying configuration looks like this: Heh. Missed this in my previous reply. > CUT--- > ProxyPass /someApp/ http://internal.example.com/someApp/ With that /someApp/ in the target, you need to *p

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Nick Kew
On Thu, 21 Feb 2008 21:30:14 +0100 Udo Rader <[EMAIL PROTECTED]> wrote: > ProxyHTMLURLMap http://internal.example.com/someApp/ /someApp You have unmatched trailing slashes. If that gets invoked, it'll typically generate a redirect from mod_dir when the link gets followed. > > ProxyPass

[EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Udo Rader
Hi, I have the following setup: an externally reachable https server with mod_proxy enabled that should reverse proxy requests to other servers within the DMZ: inet ---> https reverse proxy ---> http hosts Now everything "almost" works, except for some (not all) urls not correctly rewritten, mo

Re: [EMAIL PROTECTED] mod_proxy report "DNS lookup failure" when combined mod_proxy and mod_rewrite

2008-02-21 Thread Joshua Slive
2008/2/20 Robert Balabalame <[EMAIL PROTECTED]>: > > ProxyPass /balancer-manager ! > RewriteEngine On > RewriteRule ^/balancer-manager$ /balancer-manager [P,L] > Reason: DNS lookup failure for: www.mysite.com > But I can access http://www.mysite.com/balancer-manager successfully if

Re: [EMAIL PROTECTED] Webdav through webfolder in xp problem

2008-02-21 Thread Joshua Slive
On Thu, Feb 21, 2008 at 1:06 PM, Richard Smith <[EMAIL PROTECTED]> wrote: > Thanks for the quick reply. > > I've looked at the error logs and there's nothing to indicate a particular > problem regarding the access to those file types. Is there anything I can > add to the httpd file that would help,

Re: [EMAIL PROTECTED] Webdav through webfolder in xp problem

2008-02-21 Thread Richard Smith
Thanks for the quick reply. I've looked at the error logs and there's nothing to indicate a particular problem regarding the access to those file types. Is there anything I can add to the httpd file that would help, or is it really a lost cause? Rich On Thu, Feb 21, 2008 at 2:25 PM, Joshua Slive

Re: [EMAIL PROTECTED] Regarding mgmt. of mod_ssl and Apache versions (vulnerabilities)

2008-02-21 Thread Joshua Slive
On Thu, Feb 21, 2008 at 8:58 AM, nitin dubey <[EMAIL PROTECTED]> wrote: > Hi, > > I have downloaded the sources of latest apache 2.2.8 that includes mod_ssl > as well. My concern is about the two vulnerabilities > (htp://www.securityfocus.com/bid/10736/info, > htp://www.securityfocus.com/bid/4

Re: [EMAIL PROTECTED] Webdav through webfolder in xp problem

2008-02-21 Thread Joshua Slive
On Thu, Feb 21, 2008 at 5:58 AM, Richard Smith <[EMAIL PROTECTED]> wrote: > Hi > > I've recently installed apache on our server, and then added a webdav > folder, which was then made accessilbe through XP. I had no problems with > authentication, however if I try and open a PDF, text file, or any k

[EMAIL PROTECTED] Regarding mgmt. of mod_ssl and Apache versions (vulnerabilities)

2008-02-21 Thread nitin dubey
Hi, I have downloaded the sources of latest apache 2.2.8 that includes mod_ssl as well. My concern is about the two vulnerabilities (htp://www.securityfocus.com/bid/10736/info, htp://www.securityfocus.com/bid/4189/info). I do not have any information whether or not these two vulnerabilities

[EMAIL PROTECTED] Webdav through webfolder in xp problem

2008-02-21 Thread Richard Smith
Hi I've recently installed apache on our server, and then added a webdav folder, which was then made accessilbe through XP. I had no problems with authentication, however if I try and open a PDF, text file, or any kind of image by double clicking on the file in the folder view in XP, they don't op