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
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
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 +
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
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
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
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