Hello Chrtistopher
My ./configuration command is
#! /bin/sh
#
# Created by configure
CFLAGS="-Wextensions -Wv -D__TANDEM "; export CFLAGS
"./configure" \
"--prefix=/home/hemant/testC/apache" \
"--with-included-apr" \
"--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config"
Hi Yann
My configuration command is
#! /bin/sh
#
# Created by configure
CFLAGS="-Wextensions -Wv -D__TANDEM "; export CFLAGS
"./configure" \
"--prefix=/home/hemant/testC/apache" \
"--with-included-apr" \
"--with-pcre=/home/hemant/testC/apache/httpd-2.4.18/srclib/pcre/pcre2-config"
\
"--enable-sha
I need an httpd change that committed to the project's source code repository
back on 2015-07-22 (
https://svn.apache.org/viewvc?view=revision&revision=1692258). I checked the
source tarball for the most current release, httpd 2.4.20, downloaded from
https://httpd.apache.org/download.cgi and it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hemant,
On 4/12/16 6:40 AM, Yann Ylavic wrote:
> Hello Hemant,
>
> On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary
> wrote:
>> While installing apache-2.4.18 on Non Stop HP, I am not able to
>> create .so file(shared file) which is required in
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Daniel,
On 4/12/16 3:16 AM, Poggenpohl, Daniel wrote:
> can you point me to possible scenarios where mod_ldap would be
> necessary?
If you want to use any of these directives in your httpd
configuration, then mod_ldap will be necessary:
http://httpd
Hello Hemant,
On Tue, Apr 12, 2016 at 10:58 AM, Hemant Chaudhary
wrote:
> While installing apache-2.4.18 on Non Stop HP, I am not able to create .so
> file(shared file) which is required in httpd.conf. It is creating '.a '
> file in modules but not ' .so ' . Please help me through this.
Did yo
Hello
While installing apache-2.4.18 on Non Stop HP, I am not able to create .so
file(shared file) which is required in httpd.conf. It is creating '.a '
file in modules but not ' .so ' . Please help me through this.
Thanks
Hemant
Hi,
can you point me to possible scenarios where mod_ldap would be necessary? The
docs say "websites relying on backend connections to LDAP servers." I can't
quite grasp it. Would it only be useful if I don't use any LDAP libraries in my
website code? Do you know of example websites using this?