Re: [users@httpd] require valid-user with ldap

2014-11-26 Thread Tobias Adolph
Hi, do you have an other authorization modules (like mod_shib for shibboleth-authentication)? We had an issue concerning require valid-user, too. I guess that if several authorization handlers are active "require valid-user" directives asks each of them for approval. At least mod_shib shows

[users@httpd] RewriteRules vs ProxyRemote

2014-11-26 Thread Ulrich.Herbst
Hi all, we have apache-2.4.10 in use. We have a forwarding proxy, that should do some rewrite rules (we need some decisions about client addresses and such) and then forward everything else to some target proxy with RemoteProxy. Apparently (from logs with LogLevel Trace3), the rewrite-Rules ar

Re: [users@httpd] questions and suggestions related to authentication

2014-11-26 Thread Don Cohen
Eric Covener writes: > On Wed, Nov 26, 2014 at 6:25 PM, Don Cohen > wrote: > > > Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/ > > > > still having trouble with this: > > > > locate mod_authnz_fcgi > > shows nothing > > > > yum whatprovides mod_authnz_fcgi >

Re: [users@httpd] questions and suggestions related to authentication

2014-11-26 Thread Eric Covener
On Wed, Nov 26, 2014 at 6:25 PM, Don Cohen wrote: > > Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/ > > still having trouble with this: > > locate mod_authnz_fcgi > shows nothing > > yum whatprovides mod_authnz_fcgi > shows nothing. > > Any advice? Likely your OS rele

Re: [users@httpd] questions and suggestions related to authentication

2014-11-26 Thread Don Cohen
Eric Covener writes: > Sorry, it's mod_authnz_fcgi. http://httpd.apache.org/docs/current/mod/ still having trouble with this: locate mod_authnz_fcgi shows nothing yum whatprovides mod_authnz_fcgi shows nothing. Any advice?

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Igor Cicimov
On 27/11/2014 1:25 AM, "Kristian Rink" wrote: > > Am 26.11.2014 um 15:19 schrieb Stefan Magnus Landrø: > >> Check user-agent header too. Mobile phones might just be too slow or get disconnected > > > Did that already, but wasn't able to find a pattern here. Most of the clients using our system use

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Kristian Rink
Am 26.11.2014 um 15:19 schrieb Stefan Magnus Landrø: Check user-agent header too. Mobile phones might just be too slow or get disconnected Did that already, but wasn't able to find a pattern here. Most of the clients using our system use some desktop browser to upload larger files or collect

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Stefan Magnus Landrø
Check user-agent header too. Mobile phones might just be too slow or get disconnected Sendt fra min iPhone > Den 26. nov. 2014 kl. 15.11 skrev Kristian Rink : > >> Am 26.11.2014 um 14:48 schrieb Stefan Magnus Landrø: >> I'd add response time logging %D to the access log config to see if reques

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Kristian Rink
Am 26.11.2014 um 14:48 schrieb Stefan Magnus Landrø: I'd add response time logging %D to the access log config to see if requests are slow You can add that to jetty too. I'll give it a try and see where it gets me - thanks for the hint! Kristian --

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Stefan Magnus Landrø
I'd add response time logging %D to the access log config to see if requests are slow You can add that to jetty too. Stefan Sendt fra min iPhone > Den 26. nov. 2014 kl. 14.34 skrev Kristian Rink : > > Hi Nick; > > thanks for your comment. > >> Am 26.11.2014 um 14:11 schrieb Folino, Nick E

Re: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Kristian Rink
Hi Nick; thanks for your comment. Am 26.11.2014 um 14:11 schrieb Folino, Nick E CTR USARMY HRC (US): You may need to enable chunked encoding for those locations. SetEnv proxy-sendchunked As far as I see in our configuration, chunked encoding is already globally enabled. I remember o

RE: [users@httpd] mod_proxy / ProxyPass: 400 Bad Request? (UNCLASSIFIED)

2014-11-26 Thread Folino, Nick E CTR USARMY HRC (US)
Classification: UNCLASSIFIED Caveats: FOUO You may need to enable chunked encoding for those locations. SetEnv proxy-sendchunked Nick -Original Message- From: Kristian Rink [mailto:kawazu...@gmail.com] Sent: Wednesday, November 26, 2014 4:22 AM To: users@httpd.apache.org Subject:

[users@httpd] core dump with No symbol table info available.

2014-11-26 Thread nik600
1.4.2-6+squeeze4 The Apache Portable Runtime Library - Debugging Symbols ii libaprutil1-dbg 1.3.9+dfsg-5 The Apache Portable Runtime Utility Library - Debugging Symbols i use the command: gdb /usr/sbin/apache2 -c core.20141126 but when i do a g

AW: [users@httpd] Load balancing with load detection on backend servers ?

2014-11-26 Thread Ulrich.Herbst
Maybe this should be a admin-configurable solution. Something like: Apache proxy checks backend server port 4711 and expects load data in a defined format. And we can configure, how often apache checks this backend server (maybe just every 10 seconds and not with every request...). And everyone

[users@httpd] Query on Apache Http Server for WebDAV

2014-11-26 Thread Deepak Angeswar
All, I am attempting to use WebDAV ('Web-based Distributed Authoring and Versioning') functionality for Apache Http. I have installed Http server. The httpd.conf has been modified as DavLockDB /usr/local/apache2/var/DavLock Require all granted Dav On AuthType Basic AuthName "Restricted Files"

[users@httpd] mod_proxy / ProxyPass: 400 Bad Request?

2014-11-26 Thread Kristian Rink
Folks; trying to track down a strange error, I am ending up here. Situation: We run a web application built on top of Java and Jetty exposed through an apache2 + mod_proxy reverse proxy. Generally, this works fine. However, some of our users experience troubles doing file uploads this way. I