Where did you install everything?
If you've installed apache_1.3.12+mod_ssl-xxxxx in /usr/local/apache
and perhaps you've installed mod_ssl in /usr/local/mod_ssl say then try
cd /usr/local/apache
./configure --prefix/usr/local/apache --enable-module=ssl
make
make install
cd conf
check httpd.conf if you like...
/usr/local/apache/bin/apacectl start|stop|startssl etc
You should make a certificate first perhaps - read documents in mod_ssl section
Regards
Bruce.
> I just install openssl-0.9.5a-1.i586.rpm and mod_ssl-2.6.4-1.i386.rpm under apache-1.3.12-2.i386.rpm,
>but there is no apachectl file (unlike in installation manual)
>so to up the apache server, I use /etc/rc.d/init.d/httpd start (is it right ?)
>
>and I have a trouble when starting the apache server after I create and install CACertificate and Server Certificate,
>when I start the apache server, using this command :
> /etc/rc.d/init.d/httpd start
>the status will stop for a long time
>starting httpd
>and the text [ Ok ] never be show up.
>
>anyone can help me ?
>thanx
>
>
>Yudha
>
______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Mod SSL 2.6.4-1 Yudha Hawari
- Re: Mod SSL 2.6.4-1 Bruce
- Re: Mod SSL 2.6.4-1 Cliff Woolley
