I'm trying to make httpd 2.2.10 on Solaris 10 (SunOS # 5.10
Generic_137111-06 ) . I've set LDFLAGS and my PATH
includes /usr/local/bin, /usr/ccs/bin and /usr/sfw/bin ( gcc is
in /usr/sfw/bin ).
-- Installed openssl version: OpenSSL 0.9.8e 23 Feb 2007
-- gcc shows the following build infor
Hi all,
I am trying to figure out how to configure appache webserver to set
different UNIX environment variables depending on the url text entered.
eg.
/A
would be required to set an enviroment variable Config=A
and
/B
would be required to set an environment variable Config=B
These two urls w
On Sun, Nov 2, 2008 at 1:52 PM, Marcin Zajączkowski <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> How can I set Options and other configuration for user public_html
> directories which are placed in a different paths:
> /home/foo/user1
> /home/bar/user2
> /home/2007/aa/user3
> /home/2007/ab/user4
> /home/
For posterity sake (and easy archive searching for the solution), here's
all that's needed to patch mod_ssl:
diff -PurN mod_ssl-2.8.31-1.3.41.orig/pkg.sslmod/libssl.module
mod_ssl-2.8.31-1.3.41/pkg.sslmod/libssl.module
--- mod_ssl-2.8.31-1.3.41.orig/pkg.sslmod/libssl.module 2006-05-08
03:15:37.000
Hi,
How can I set Options and other configuration for user public_html
directories which are placed in a different paths:
/home/foo/user1
/home/bar/user2
/home/2007/aa/user3
/home/2007/ab/user4
/home/too/2005/z/user5 ?
In normal situation there could be something like that:
AllowOverride Aut
Well, I've solved this problem with a lot of help. The issue is that
Apache's mod_ldap is ignoring "LDAPVerifyServerCert Off" I had to
replace that with:
LDAPTrustedMode SSL
LDAPVerifyServerCert On
LDAPTrustedGlobalCert CA_BASE64 /etc/ssl/certs/Thawte_Premium_Server_CA.pem
(if you have the
Li Xin wrote:
Hi Eric,
I basically followed the second link. I don't know that the Apache for Windows won't be
able to set the User for httpd.exe. So it means, that the "User" directive in
httpd.conf is useless for Windows?
Hi.
I believe you are right, and the "User" and "Group" directives d