Re: Make CA for WebServer ( Apache )

2002-11-10 Thread Daniel Moore
It's in the mod ssl INSTALL file...
Basically it's an added step when you make apache...

--from readme file...

$ cd apache_1.3.x  ALL
$ SSL_BASE=../openssl-0.9.x \  ALL
EAPI_MM=../mm-1.1.x \   OPTIONAL
./configure \ALL
--enable-module=ssl \ALL
--prefix=/path/to/apache \   ALL
[--enable-shared=ssl] \  OPTIONAL
[--disable-rule=SSL_COMPAT] \OPTIONAL
[--enable-rule=SSL_SDBM] \   OPTIONAL
[--enable-rule=SSL_EXPERIMENTAL] \   OPTIONAL
[--enable-rule=SSL_VENDOR] \ OPTIONAL
[...more APACI options...]   OPTIONAL
$ make ALL
$ make certificateOPTIONAL
$ make installOPTIONAL
$ cd ..  

Daniel.

[EMAIL PROTECTED] wrote:

Hello,

How to create CA ( invalid: NOT real ) for Web Server ( Apache ) ?

Thank for your help !

Edward.



__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]
 


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



a big hairy problem....

2002-10-13 Thread Daniel Moore


Hi I need some help with this big prob I got. I have a working mod_ssl
setup. That is until I put in another virtual server with a rewrite rule.
Apache spits the dummy and says I don't have the rewrite module installed,
which is a lie because when I do a http -l I can see it. So I thought I
would attack the problem the other way. I put the virtual host with the
rewrite rule after the mod ssl virtual host and Apache spits when it gets
to the SSLEngine bit... and it was just working! In fact when both http
conf files are seperated they *both* work! I am about to pull my hair out,
can someone help? In fact when I put the mod ssl stuff in and the other
virtual host it all works if I leave out the rewrite stuff...

I am running a recent release of freebsd, apache 1.3.24 with the
concurrant version of mod_sll and OpenSLL. Here is a copy of my httpd.conf
file for anyone kind enough to look:

I'll be so happy to get some clues, thanks.
D.

ps Sorry if this comes through twice it didn't seem to send the first time...

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]