Apache/mod_ssl not compiling, Solaris 8

2003-03-17 Thread Nathan Coraor
Hi all, I'm attempting to compile Apache 1.3.27 + mod_perl 1.27 + mod_ssl 2.8.12-1.3.27 under Solaris 8, and it's failing when linking. I've got OpenSSL 0.9.7a compiled for 'solaris64-sparcv9-cc'. The output's here: cc -DSOLARIS2=280 -DMOD_SSL=208112 -DMOD_PERL -DUSE_PERL_SSI -I/usr/local/incl

Re: Apache/mod_ssl not compiling, Solaris 8

2003-03-17 Thread Götz Babin-Ebell
Hello Nathan, Nathan Coraor wrote: Hi all, I'm attempting to compile Apache 1.3.27 + mod_perl 1.27 + mod_ssl 2.8.12-1.3.27 under Solaris 8, and it's failing when linking. I've got OpenSSL 0.9.7a compiled for 'solaris64-sparcv9-cc'. The output's here: cc -DSOLARIS2=280 -DMOD_SSL=208112 -DMOD_PE

Re: Apache/mod_ssl not compiling, Solaris 8

2003-03-17 Thread Nathan Coraor
"=?ISO-8859-1?Q?G=F6tz_Babin-Ebell?=" said: > > > ld: warning: file /usr/local/ssl/lib/libssl.a(s2_srvr.o): wrong ELF class: > > ELFCLASS64 > ^^^ > > ld: warning: file /usr/local/ssl/lib/libcrypto.a(bn_lib.o): wro

Re: Apache/mod_ssl not compiling, Solaris 8

2003-03-17 Thread Götz Babin-Ebell
Hello Nathan, Nathan Coraor wrote: "=?ISO-8859-1?Q?G=F6tz_Babin-Ebell?=" said: ld: warning: file /usr/local/ssl/lib/libssl.a(s2_srvr.o): wrong ELF class: ELFCLASS64 ^^^ ld: warning: file /usr/local/ssl/lib/libcrypt

How to "start" mod ssl?

2003-03-17 Thread Mitchell, Edmund
Hello all I just built from source apache 2 on RedHat 8 with this config: $->./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --enable-mods-shared=all --enable-so --with-mpm=worker --enable-ssl --with-ssl=/usr/include/openssl --libexecdir=/usr/lib/httpd/modules --

Re: How to 'start' mod ssl?

2003-03-17 Thread Aaron Stromas
Did you add any directories to be served over SSL? e.g. for CGI, SSLOptions +StdEnvVars -a Mitchell, Edmund said: > Hello all > > I just built from source apache 2 on RedHat 8 with this config: > $->./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin > --sbindir=/usr/sbin

Re: How to "start" mod ssl?

2003-03-17 Thread R. DuFresne
it looks as though ssl might not be enabled in the httpd.conf file. do you have these statements included there: LoadModule ssl_module libexec/libssl.so AddModule mod_ssl.c Thanks, Ron DuFresne On Mon, 17 Mar 2003, Mitchell, Edmund wrote: > Hello all > > I just built from source apache 2

RE: How to 'start' mod ssl?

2003-03-17 Thread Mitchell, Edmund
> -Original Message- > From: Aaron Stromas [mailto:[EMAIL PROTECTED] > Did you add any directories to be served over SSL? e.g. for CGI, No, it is almost untouched. The only changes are to give it the path to the key file, the cert file, and the Document Root. Was I supposed to do somet

rewrite data form client certificate

2003-03-17 Thread mario eugster
HiI am trying to get the SSL_CLIENT_S_DN_CN from a client certificateto use it in a RewriteRule. But I always get empty quary string. The configis as following:SSLOptions +StdEnvVarsRewriteEngine OnRewriteLog logs/rewrite.logRewriteLogLevel 9RewriteCond %{ENV:SSL_CLIENT_S_DN_CN} ^Simpson*R