[users@httpd] After 414 error page will not be delievered, because of long referer?

2014-10-28 Thread Andre.Wendel
Hello, i have a problem with customized ErrorDocuments within the Apache, because if I send an GET request to the webserver which provokes an 414 (i.e. an URL which is to long), the apache is not able to deliver the error page, only the standard page within the related browser will be

[users@httpd] mod_ssl: Failed to set r-user to 'SSL_CLIENT_S_DN_Email'

2014-10-28 Thread Knacktus
Hi all, I'm using mod_ssl to authenticate user by a client certificate. The certificate contains the E-Mail address as subject alternative name: ... X509v3 extensions: X509v3 Subject Alternative Name: email:joe.john...@jojo.de ... mod_ssl is configured as

[users@httpd] PipedLogs and OpenGL

2014-10-28 Thread Juan Carvajal B.
Hello List! I created an app with GUI that gets data from the apache served through the functionality called piped logs http://httpd.apache.org/docs/2.2/logs.html#piped. My app works just fine when I launch it from codeblocks or when I start it myself via gui or from command line, even if I

[users@httpd] REMOTE_USER not set for unprotected pages

2014-10-28 Thread Tony Middleton
I wish to have two parts to a website: Part that is protected by authentication (Require valid-user). Part that is available to all but processing takes into account whether the user has authenticated previously. In the second part I am trying to identify whether the user has authenticated by

[users@httpd] gzip request and rewrite

2014-10-28 Thread Tom Lobato
Hello guys, I`m facing a very annoying issue. I tried a lot of searches and maybe because it is too specific I couldn`t find references. I`ve setup a app and apache to run gzipped post requests. It`s working perfectly when I send directly to a test php file. But as I`m using zend php framework I

[users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread John Mark Mitchell
All, I have worked with Apache for well over a decade now and have come to understand that there is usually more than one way to accomplish desired outcomes. I have been trying for a couple of weeks to troubleshoot something that I thought at first would be a simple conf error or mis-use of a

Re: [users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread Stefan Schreier
Sent with AquaMail for Android http://www.aqua-mail.com On October 28, 2014 5:06:54 PM John Mark Mitchell jmitch...@americanbible.org wrote: All, I have worked with Apache for well over a decade now and have come to understand that there is usually more than one way to accomplish desired

Re: [users@httpd] Mod_Rewrite with Location Directive

2014-10-28 Thread Eric Covener
Internally, here's what apache is doing when mod_rewrite makes a per-dir subsutiton. This might explain a little better the sequence is Receive a request for /foo Merge location/locationmatch config sections for registered modules Map URL to file Merge directory/files/etc ... Check access

[users@httpd] Tracking the reason for graceful restarts

2014-10-28 Thread Eddie B
I would like to track what is causing apache to gracefully restart. I already have a log monitor alert me when [notice] Graceful restart requested, doing restart shows up in the logs. It is not a log rotation: it happens at irregular times time through the day, but they are scheduled for once a

[users@httpd] Two x509 SSL certificates with different signature algorithms differing only in the hash

2014-10-28 Thread Gaurav Khanna
Hi, I have apache configured with 2 SSL X509 certificates with differing signature algorithms as in: 1. sha1WithRSAEncryption 2. sha256WithRSAEncryption Now it seems that the certificate with sha256WithRSAEncryption is always utilized when SSL / TLS is established. Tested with the latest