On Jul 28, 2005, at 8:58 AM, Roger Grosswiler wrote:

Hi,

I have apache2 running, with ssl. now, if i call my domain in a browser
not using https, i cannot connect.

Try adding port 80 to your Listen statement(s) in httpd.conf. Also make sure you have virtual hosts that capture requests on port 80.

/Eirik


ps aux shows this:

root    59847  0.0  4.3  7528  4544  ??  Ss    5:34PM   0:12.11
/usr/local/sbin/httpd -DSSL
www     59848  0.0  6.5  9368  6888  ??  I     5:34PM   0:03.80
/usr/local/sbin/httpd -DSSL
www     59849  0.0  5.9  8856  6292  ??  I     5:34PM   0:01.92
/usr/local/sbin/httpd -DSSL
www     59850  0.0  6.5  9364  6876  ??  I     5:34PM   0:04.55
/usr/local/sbin/httpd -DSSL
www     59852  0.0  6.0  8880  6332  ??  I     5:34PM   0:01.60
/usr/local/sbin/httpd -DSSL
www     59862  0.0  5.9  8852  6292  ??  I     5:37PM   0:03.14
/usr/local/sbin/httpd -DSSL
www     59931  0.0  5.1  8072  5436  ??  S     5:49PM   0:02.60
/usr/local/sbin/httpd -DSSL
www     59935  0.0  6.1  9312  6428  ??  I     5:50PM   0:01.89
/usr/local/sbin/httpd -DSSL
www     60152  0.0  5.3  8168  5652  ??  I     6:41PM   0:00.39
/usr/local/sbin/httpd -DSSL
www     60153  0.0  4.5  7728  4748  ??  I     6:41PM   0:00.55
/usr/local/sbin/httpd -DSSL
www     60154  0.0  5.2  8100  5504  ??  I     6:41PM   0:00.31
/usr/local/sbin/httpd -DSSL

 does this mean, that my apache just runs in ssl-mode???

tcp46 0 0 *.https *.* LISTEN tcp46 0 0 *.http *.* LISTEN


...not really....

do i have to create a virtual server if i use ssl?

Roger

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable- [EMAIL PROTECTED]"




_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to