Re: [users@httpd] Adding perl-cgi in apache 2.4

2019-06-20 Thread Bret Stern
My last comment. Maybe the perl interpreter wasn't in the same place defined in the perl script header. Oh Well. Nothing ventured. Nothing gained. On Thu, 2019-06-20 at 18:53 -0600, @lbutlr wrote: > On 18 Jun 2019, at 22:03, @lbutlr wrote: > > I need to enable perl-cgi for a specific direct

[users@httpd] Confirm new format for IP restriction paweez?

2019-06-20 Thread Boyd Ako
Trying to figure out why my apache server is blocking and denying different. Essentially trying to setup a "deny by default" unless it's from given networks. in vhost.conf file Require All denied Require not ip 10.0.0.0/24 Require not ip 192.168.0.0/24 Require not host externalwebserver.net

Re: [users@httpd] Adding perl-cgi in apache 2.4

2019-06-20 Thread @lbutlr
On 18 Jun 2019, at 22:03, @lbutlr wrote: > I need to enable perl-cgi for a specific directory local to a single site. I just punted and rewrote the the script in php. -- You only had to look into Teatime's mismatched eyes to know one thing, which was this: if Teatime wanted to find you he woul

[users@httpd] Apache2.2 as forward proxy to updare ws to wss

2019-06-20 Thread Satyanarayana, Shekhar
Hi Apache Community, I am relatively new to Apache and I am facing the following issue, would truly appreciate if you could help. The Setup: * Apache2.2 as a forward proxy. * websocket client and server in golang. What I want to achieve: client(ws) --> Apache -> Server(wss)