[users@httpd] Error with Kerberos in Apache

2017-05-09 Thread Luiz Guilherme Nunes Fernandes
Well, i try my first test and work, if i authentic with Ldap protocols without kerberos work, but i try add kerberos, show erros messages in log. Any idea? No errors in apachectl configtest ### cat /etc/krb5.conf [logging] default = FILE:/var/log/kr

Re: [users@httpd] ProxyPass with Location in 2.4.25

2017-05-09 Thread Michael Haas
i only updated apache + openssl from source. The only thing i found what changed in 2.4.25 with proxypass and location is this https://bz.apache.org/bugzilla/show_bug.cgi?id=60458 And i think this is the same problem which i have http://stackoverflow.com/questions/43606856/apache2-configuration-vir

Re: [users@httpd] Problem running cgi-bin scripts

2017-05-09 Thread Mike Brown
On Tue, May 09, 2017 at 04:58:41AM -0500, Mike Brown wrote: > On Tue, May 09, 2017 at 10:30:09AM +0100, Nick Kew wrote: > > On Tue, 9 May 2017 03:30:25 -0500 > > Mike Brown wrote: > > > > > > > [Mon May 08 21:17:30.683456 2017] [cgi:error] [pid 23578] [client > > > 192.168.1.1:55099] AH01215: (2

Re: [users@httpd] Problem running cgi-bin scripts

2017-05-09 Thread Mike Brown
On Tue, May 09, 2017 at 10:30:09AM +0100, Nick Kew wrote: > On Tue, 9 May 2017 03:30:25 -0500 > Mike Brown wrote: > > > > [Mon May 08 21:17:30.683456 2017] [cgi:error] [pid 23578] [client > > 192.168.1.1:55099] AH01215: (2)No such file or directory: exec of > > '/home/httpd/cgi-bin/dvbpass.cgi'

Re: [users@httpd] apache 2.4 includes vi .swp files

2017-05-09 Thread Nick Kew
On Tue, 9 May 2017 10:19:06 +0200 Hajo Locke wrote: > Include /etc/apache2/conf.d/ Is this usage suggested or documented anywhere? If it is then I would be inclined to agree, that's a gotcha that should be noted in the docs. > A quick fix could be to include only *.conf files: > > Include /e

Re: [users@httpd] Problem running cgi-bin scripts

2017-05-09 Thread Nick Kew
On Tue, 9 May 2017 03:30:25 -0500 Mike Brown wrote: > [Mon May 08 21:17:30.683456 2017] [cgi:error] [pid 23578] [client > 192.168.1.1:55099] AH01215: (2)No such file or directory: exec of > '/home/httpd/cgi-bin/dvbpass.cgi' At a guess, the script itself won't run. Do you need to update a path

Re: [users@httpd] AuthLDAPInitialBindAsUser etc.

2017-05-09 Thread Dirk van Deun
> > On Mon, May 8, 2017 at 10:37 AM, Dirk van Deun > wrote: > >> > >> Are you able to recompile? > >> > >> untested: http://people.apache.org/~covener/patches/2.4.x-bindpw_empty.diff > >> > >> you would not specify the directive in your case > >> > > > > That fixes it. If there is no other way

Re: [users@httpd] ProxyPass with Location in 2.4.25

2017-05-09 Thread Nick Kew
On Tue, 9 May 2017 10:08:36 +0200 Michael Haas wrote: > With 2.4.25 all requests are routet through the last ProxyPass, the > Location directive is ignored so the rewrite from the context is not > happening. > If i put the last ProxyPass in a Location directive like "^/(?!service)"> it's again

[users@httpd] Problem running cgi-bin scripts

2017-05-09 Thread Mike Brown
I've been using Apache 2.2 on an old Solaris box for ages. I'm finally bring up a new Linux server and have the latest 2.4 version up and running. Sort-of. When I try and run any of the cgi-bin scripts that I have (there is really only one that I use), I get the following error logged: [Mon May

[users@httpd] apache 2.4 includes vi .swp files

2017-05-09 Thread Hajo Locke
Hello, found an interesting difference between include behaviour of apache 2.2 and 2.4 Have an include in apache2.conf: Include /etc/apache2/conf.d/ When editing a conf file in this folder by vi, vi creates a new swp file. lets say i edit a file logging.conf, so vi creates a file .logging.co

[users@httpd] ProxyPass with Location in 2.4.25

2017-05-09 Thread Michael Haas
Hello, we upgraded from 2.4.18 to 2.4.25 and now our configuration isn't working anymore. ProxyPreserveHost On BalancerMember http://xxx.xx.xx.xx:8080 route=vm_0 ping=5 BalancerMember http://xxx.xx.xx.xx:8080 route=vm_1 ping=5 ProxyPass balancer://ppp/system stick