PDA

View Full Version : Can someone check my Apache 2 http.conf ??



atrixnet
07-28-2004, 01:38 AM
Can someone help me find out why ssl (https://. ..) won't work on my server? I can't figure out what to do. Please, any suggestions are appreciated. I can't find any further help in the docs.

Grab configuration files (yes, there's includes) at
http://atrixnet.com/httpd.conf.tar.gz

Thank you all!
Tommy Butler
icq: 163915821
yahoo: tommy_the_butler
msn: atrixnet AT hotmail.com
aol: tommy the butler

ITGProductions
07-30-2004, 03:51 PM
As you stated by convention, URLs that require an SSL connection start with https: instead of http:

1.) Does your provider where you have your domain support such?...
2.) If so is it in place? etc....

Hard to really diagnose your problem Tom with the little information you provided..

hence the starting from basics to help you solve your problem....

USALUG
08-02-2004, 05:59 PM
In the .htaccess file be sure to include the line:

SSLRequireSSL

----------

also.... this looks wrong.......
------------------------------------
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
#
#Listen 12.34.56.78:80
Listen 69.26.161.2:80
Listen 69.26.161.2:8443
Listen 69.26.161.2:1443
------------------------------------
I think is should be Listen 69.26.161.2:443