[users@httpd] OpenLDAP Prerequesite in Apache 2.4 to use LDAPRetries Directive

2014-10-09 Thread Brian Gaber
This morning I have upgraded to Apache 2.4.10 and have added this directive to httpd.conf LDAPRetries 3 However, my Firefox browser keeps prompting for username and password regardless of how many time I enter incorrect values. I have OpenLDAP 2.4.21 installed. Do I need a newer version

RE: [users@httpd] Retrieve the username which got authenticated by the apache

2014-07-08 Thread Brian Gaber
“more better” ☺ Did you try $ENV{REMOTE_USER} From: Rahul R [mailto:rahul.ra...@gmail.com] Sent: Tuesday, July 08, 2014 7:49 AM To: users@httpd.apache.org Subject: [users@httpd] Retrieve the username which got authenticated by the apache Not sure this is the right place to ask this question

[users@httpd] Add http proxy to apache that only permits https access

2014-05-22 Thread Brian Gaber
I have a webserver (WS1) that only listens for https requests. I would like to enable http Proxy service on WS1 so that one other server can use WS1 to get to the internet. How do I enable http Proxy and still only permit https for all other requests?

[users@httpd] RE: Apache commercial support

2014-04-02 Thread Brian Gaber
If your server OS is Redhat then you can buy support from Redhat. That is what we do. -Original Message- From: Joe Jensen (ConAgra Foods) [mailto:joe.jen...@conagrafoods.com] Sent: Wednesday, April 02, 2014 1:09 PM To: users@httpd.apache.org Subject: [users@httpd] Apache commercial

[users@httpd] URL Rewrite Question

2014-03-28 Thread Brian Gaber
This is my first attempt at using RewriteRule. I have about 200 webpages the contain SPS or MENU (in UPPER or lower case) that I want to send to a webpage on another server. I thought this might work, but it has not. RewriteCond %{REQUEST_URI} (SPS|MENU) RewriteRule ^/$

[users@httpd] httpd authentication using ldap fails

2014-03-26 Thread Brian Gaber
Once I enable OPenLDAP authentication I cannot launch any cgi scripts. These scripts work find without any authentication. I have set loglevel to debug and get this error: [Wed Mar 26 07:28:35 2014] [info] Initial (No.1) HTTPS request received for child 0 (server

RE: [users@httpd] httpd authentication using ldap fails

2014-03-26 Thread Brian Gaber
Eric, Thanks, that worked. Cheers. Brian -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, March 26, 2014 7:42 AM To: users@httpd.apache.org Subject: Re: [users@httpd] httpd authentication using ldap fails On Wed, Mar 26, 2014 at 7:39 AM, Brian

RE: [users@httpd] Content-Length is always 0

2012-08-23 Thread Brian Gaber
asaf, I have had the same issue in the past when using xlc to compile Apache on AIX. The problem is described here: http://people.apache.org/~trawick/aixstatus.html Here is how I got it to work: Copy AutoMake config.guess that has AIX 6 support into these four places of the source

RE: [users@httpd] Rewrite Rule Help (again)

2012-07-11 Thread Brian Gaber
Does your problem have anything to do with this statement found in http://httpd.apache.org/docs/trunk/rewrite/remapping.html mod_rewrite evaluates the left-hand-side of the RewriteRule before it evaluates the RewriteCond directives. -Original Message- From: Chris Arnold

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-28 Thread Brian Gaber
everything and see what extras need to be built. And also try 5.4.4 On Thu, Jun 14, 2012 at 7:30 PM, Brian Gaber brian.ga...@tpsgc-pwgsc.gc.camailto:brian.ga...@tpsgc-pwgsc.gc.ca wrote: I was getting errors with sqlite also so I added these two configure directives: --without-pdo-sqlite --without

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-28 Thread Brian Gaber
everything and see what extras need to be built. And also try 5.4.4 On Thu, Jun 14, 2012 at 7:30 PM, Brian Gaber brian.ga...@tpsgc-pwgsc.gc.camailto:brian.ga...@tpsgc-pwgsc.gc.ca wrote: I was getting errors with sqlite also so I added these two configure directives: --without-pdo-sqlite --without

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Brian Gaber
also have a buildaix.ksh for both apr and apr-util, but I do not know if those have made it into trunk yet. I can send them seperately if interested. With apr and apr-util separate the httpd config and build goes much faster. On Wed, Jun 13, 2012 at 3:16 PM, Brian Gaber brian.ga...@tpsgc

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Brian Gaber
wrong - that make continues to try to compile the embedded sqlite when it has an external one. On Thu, Jun 14, 2012 at 3:03 PM, Brian Gaber brian.ga...@tpsgc-pwgsc.gc.camailto:brian.ga...@tpsgc-pwgsc.gc.ca wrote: Michael, Here is the configure that I used: ./configure --with-apxs2=/usr/local

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-13 Thread Brian Gaber
Michael, I will try your buildaix.ksh script. I have been using IBM's compiler (xlc, cc_r, cc). On related question, Have you successfully compiled PHP against Apache 2.4.2? I have not. I have tried PHP 5.2, 5.3 and 5.4 and all fail at some point. Against Apache 2.2.x I have not

[users@httpd] RE: httpd-2.4.2 make install fails on AIX 6.1

2012-06-05 Thread Brian Gaber
(I think) instead of the AIX one in /usr/bin. You may need to re-run the configure script so the GNU install program gets picked out then. Yours, George Reimer From: Brian Gaber [mailto:brian.ga...@tpsgc-pwgsc.gc.ca] Sent: Tuesday, June 05, 2012 8:31 AM To: 'users@httpd.apache.org' Subject

[us...@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

2009-12-09 Thread Brian Gaber
Compiled using this environment: export CC=xlc -q64 export CFLAGS=-qmaxmem=16384 -DSYSV -D_AIX61 -D_ALL_SOURCE -DFUNCPROTO=15 -O -I/opt/freeware/include export CXX=xlC export CXXFLAGS=$CFLAGS export LD=ld export LDFLAGS=-L/opt/freeware/lib export OBJECT_MODE=64 Compiled and

RE: [us...@httpd] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

2009-12-09 Thread Brian Gaber
Did you ensure that the Listen directive is set? I left the default which is: Listen 80 - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info.

[us...@httpd] Compiling Apache 2.2.14 on 64 bit AIX 6.1

2009-12-08 Thread Brian Gaber
After I build and install Apache in the /modules/ directory I have paired files like libmod_dbd.a and mod_dbd.la. The httpd.conf has all modules with a .so extension. Have I compiled incorrectly? Here is the compile environment: export CC=cc_r -q64 export CFLAGS=-qmaxmem=16384 -DSYSV

RE: [us...@httpd] Compiling Apache 2.2.14 on 64 bit AIX 6.1

2009-12-08 Thread Brian Gaber
Google can find the thread titled problem with build on AIX 6.1 from the development list. Thanks, this gave me the information to fix my problem: http://www.mail-archive.com/d...@httpd.apache.org/msg45729.html I replaced the four Apache httpd config.guess with the AutoMake config.guess that