itboy, why are you start apache with 2 commands?

#....../bin/apachectl  start   <- starts apache with only http
#....../bin/apachectl  startssl  <- starts apache with both http and https

so if you want to have both HTTP and HTTPS, you need to start apache with
only 1 command - "apachectl startssl"



> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of itboi
> Sent: Friday, July 28, 2006 6:44 AM
> To: [email protected]
> Subject: Re: [Openca-Users] How to run apache-ssl for openca?
> 
> 
> Thank for replied of Nicolas MASSE. 
> 
> I did flowing you step by step. 
> I generate two key server.key and server.crt then I copied 
> the two files to /usr/local/apache/mykey also configed httpd.conf: 
> 
> Listen 80
> Listen 443 
> 
> <VirtualHost 192.168.0.1:443> 
> 
> SSLEngine on
> ServerName 192.168.0.1
> ServerAdmin [EMAIL PROTECTED]
> ErrorLog /var/log/httpd/error_log 
> 
> SSLCertificateFile /usr/local/apache/mykey/server.crt
> SSLCertificateKeyFile  /usr/local/apache/mykey/server.key
> </VirtualHost> 
> 
> then I start apache by: 
> 
> #....../bin/apachectl  start
> #....../bin/apachectl  startssl
> .....ok...... 
> 
> Then go to http://192.168.0.1/   --> ok 
> But https://192.168.0.1/    -> can't not find server 
> Please help me why I get the error? 
> Thank.
> 
> --
> View this message in context: 
> http://www.nabble.com/How-to-run-apache-ssl-for-openca--tf2002
> 737.html#a5533280
> Sent from the openca-users forum at Nabble.com.
> 
> 
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the 
> chance to share your
> opinions on IT & business topics through brief surveys -- and 
> earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDEV
> _______________________________________________
> Openca-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openca-users
> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to