Hello, I have some questions here about SSL as well. I am running on WinXP and Apache HTTP and I installed Apache using the .msi file (i.e., the windows installer). However, the SSL module was not installed because the .msi file does not contain it. Is there any way I could add the SSL module later on? And how can I do it? Second question, is there any possible way I could reconfigure my httpd.conf file such that the incoming port for my HTTP server is to port, say, 1234 instead of port 80? I tried to change the listening port to LISTEN 1234 instead of port 80. But the test configuration does not seem to work. Is there anything in WinXP I have to enable to open up the port 1234? Thirdly, if I also have a copy of Linux installed on my system as well, can I run the same copy of Apache from my linux system or I will have to install a different copy? Fianlly, is there a more graphical way in configuring Apache rather than manually edit the httpd.conf file, like the configuration wizard MySQL has? Comments from anyone is greatly appreciated. Thanks a lot! Regards, Anyi Zhu On 7/7/06, Evan Platt <evan@xxxxxxxxxxxxxxxxxx> wrote:
At 10:58 PM 7/6/2006, you wrote: >Your httpd error log clearly indicates that you are trying to send a >request over SSL to a server which is not SSL enabled. Make sure >that you have loaded mod_ssl. If you are using an Apache source or >binary distribution retrieved from apache.org, make sure Apache is >started with "startssl" as argument to apachectl. Finally make sure >you have a line saying "SSLEngine on" somewhere in your configuration. SSLEngine On was somehow disabled. No clue when or how. Re-enabled it, decided to go for the 2.2.2 upgrade. Halfway through the make, realized I didn't specify the prefix. Stopped it, remade /installed with prefix /Library/Apache2. Now, httpd -k start says httpd: Could not open configuration file /usr/local/apache2/conf/httpd.conf: No such file or directory So obviously something thinks the directory should be /usr/local/apache2. Removed the directory, which httpd says /Library/Apache2 . What do I need to change to tell it to look for everything in /Library/Apache2? Tried remaking and make install again, no joy. Thanks. Evan --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx