phooirv Posted October 29, 2002 Share Posted October 29, 2002 I have compiled my apache webserver with SSL but i can't start it in SSL mode. ie ./apachectl startssl? what wrong ??? how to check and test whether i have install the ssl. kindly provide the step to step cos' i am very news in apache and php phooi Link to comment Share on other sites More sharing options...
kastle Posted October 29, 2002 Share Posted October 29, 2002 Making the assumption that you installed apache + apache-ssl into the standard /usr/local/apache directorty sceme... /usr/local/apache/bin/httpsdctl start (or stop, restart) Link to comment Share on other sites More sharing options...
mattice Posted October 29, 2002 Share Posted October 29, 2002 make that /usr/local/apache/bin/apachectl startssl try apachectl --help for additional options. "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
kastle Posted October 29, 2002 Share Posted October 29, 2002 Sorry Matt, my install of Apache 1.3.27 + Apache-ssl installs apachectrl & httpsdctrl. The apachectrl doesn't include the function to operate httpsd. Link to comment Share on other sites More sharing options...
mattice Posted October 29, 2002 Share Posted October 29, 2002 okay... which distro is that? "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
kastle Posted October 30, 2002 Share Posted October 30, 2002 RedHat 6.2 Link to comment Share on other sites More sharing options...
phooirv Posted October 30, 2002 Author Share Posted October 30, 2002 when i type ./apachect1 status it show lynx : command not found what wrong even i installed the ssl but when i type ./apachectl startssl , it seem not able to located but when i type ./apchectl start, no problem anyone can identify the problem for me Link to comment Share on other sites More sharing options...
mattice Posted October 30, 2002 Share Posted October 30, 2002 Mhh.. my RH installations always have had apachectl. Doesn't matter. Try ./httpd -l in the apache bin directory. That shows you what is compiled in the httpd. If you have mod_ssl.c inthere check your error logs to see if it sigfaults. If so I'd suggest you look here for more info: http://marc.theaimsgroup.com/?l=apache-modssl&r=1&w=2 "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.