[users@httpd] Proxy pass fails with Spring Security

2015-05-18 Thread Reid Watson
Hi Everyone, I was hoping someone could shed some light on the issue I’m receiving Issue Proxy pass to https://uccx-pri.auckland.ac.nz:8444/cuic/j_spring_security_check timeouts / hangs with a connection issue Log Snippet Access Log uccx-reports.dev.auckland.ac.nz: 127.0.0.1 - - [15/Ma

[users@httpd] Re: Why is "Act As Part of the Operating System" needed for Apache on Windows?

2015-05-18 Thread CE
No takers? Somebody here must use Apache on windows... On Thu, May 14, 2015 at 2:55 PM CE wrote: > Hi Everyone, > > This is my first time here, so if I'm doing this wrong please correct me > so that I learn. (Be gentle.) > > I have a question about running Apache httpd 2.4.x on Windows Server 200

Re: [users@httpd] Help - 2.2 to 2.4 migration onto new server failing

2015-05-18 Thread Robert Webb
I just read somewhere about 2012 having something called "Microsoft Deployment Service" running on port 80. Apparently was not showing up anywhere but one person got rid of it by: sc stop "MsDepSvc" sc config "MsDepSvc" start= disabled Might give it a try. On Mon, 18 May 2015 16:08:58 +

RE: [users@httpd] Help - 2.2 to 2.4 migration onto new server failing

2015-05-18 Thread Hessel, Carl
Hi Jim, "Turns out that it is - although it's not called IIS in Windows 2012." So, What is it called in Windows 2012? Carl -Original Message- From: Jim Walls [mailto:j...@k6ccc.org] Sent: Sunday, May 17, 2015 2:54 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Help - 2.2 to 2

Re: [users@httpd] IPTABLES and Apache ProxyPass

2015-05-18 Thread Lionel Fairon
You should enable stateful packet inspection on both INPUT an OUTPUT, as the communications between your reverse proxy and the origin server are not included in your rules: OUTPUT any, but responses (received on INPUT) are only accepted if sent to... Port 80 or 443. Responses are sent to the ori

Re: [users@httpd] IPTABLES and Apache ProxyPass

2015-05-18 Thread Greg Borbonus
Try setting the forward default policy to accept Sent from mobile device. 832 576 5956. Please call me if you need an imediate reply and excuse any and all typos. On May 18, 2015 9:28 AM, "Kevin Caliati" wrote: > Hi everyone, > I posted my issue on stackoverflow but nobody answer me. > > > I hav

[users@httpd] IPTABLES and Apache ProxyPass

2015-05-18 Thread Kevin Caliati
Hi everyone, I posted my issue on stackoverflow but nobody answer me. I have a webserver secured with iptables : iptables -L -v Chain INPUT (policy DROP 67 packets, 8002 bytes) pkts bytes target prot opt in out source destination 62 4648 ACCEPT tcp