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 o
“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 or
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?
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 supp
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 ^/$ http:
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
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 cfallotmentlisting.ssc-spc.gc.
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 be
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 [mailto:carn...
uot; is not the
first line of php.sym it completes building.
Anyway, now I need to try a default to "add 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
mailto:brian.ga...@tpsgc-pwgsc.gc.ca>> wrote:
I was getting error
AIX make (or
maybe the ksh) does not execute the $(BUILD_CLI) argument to build
sapi/cli/php. After editing Makefile, and making sure that "#! ." is not the
first line of php.sym it completes building.
Anyway, now I need to try a default to "add everything" and see what
004 The error code from the last command is 1.
Stop.
I hope this is not too lengthy - but I am anxious/curious about what I am doing
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
mailto:brian.ga...@t
ave 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
mailto:brian.ga...@tps
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 pr
set up my execution path so that the
'which install' command found the GNU CoreUtils install program in
/opt/freeware/bin (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,
Geor
> 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 http://httpd.apache.org/userslist.html> for more info.
To
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 a
> 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
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 -DSYS
19 matches
Mail list logo