LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Just added ssl to my apache web server... (https://www.linuxquestions.org/questions/linux-newbie-8/just-added-ssl-to-my-apache-web-server-780621/)

trist007 01-07-2010 02:22 PM

Just added ssl to my apache web server...
 
When I run lsof -i I see several instances of httpd, however some are http and some are https. How do I configure my httpd.conf to start only https? I am essentially running copies on port 80. I just want to run all my html pages in 443.

TB0ne 01-07-2010 03:11 PM

Quote:

Originally Posted by trist007 (Post 3817912)
When I run lsof -i I see several instances of httpd, however some are http and some are https. How do I configure my httpd.conf to start only https? I am essentially running copies on port 80. I just want to run all my html pages in 443.

The process is httpd. https is the protocol. If you want to only serve up pages on 443, comment out/remove the "Listen 80" line from your listen.conf file.


All times are GMT -5. The time now is 08:15 PM.