DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31538>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31538
Apache ssl Certificate generation
Summary: Apache ssl Certificate generation
Product: Apache httpd-2.0
Version: 2.0.51
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: mod_ssl
AssignedTo: bugs@httpd.apache.org
ReportedBy: chakrapani@softhome.net
Hi,
I am trying to install apache 2.0.51 using following
./configure --enable-rewrite --with-ssl=../openssl-0.9.7d
--prefix=/usr/local/apache.2.0.51
make
make install
using openssl-0.9.7d and in /usr/local/apache.2.0.51
Compiling goes smooth and I am able to install start apache using
/usr/local/apache.2.0.51/bin/apachectl sslstart
It starts with binding only port 80 does not bind port 443
At this stage I have not done any configuration (httpd.conf/ssl.conf)
I thought may be because I did'nt generate ssl keys.
But again I tried installing using
./configure --enable-rewrite --with-ssl=../openssl-0.9.7d
--prefix=/usr/local/apache
make
make install
And started apache again(without any configuration changes) using
/usr/local/apache/bin/apachectl sslstart
now apache is able to bind both port 80 and 443.
I dont know why it works with apache and not with apache.2.0.51 directory.
Thanks
Chakrapani
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|