Which Directory Service do you use for your network?
None NIS LDAP LDAP + Kerberos Samba Active Directory eDirectory other ( 737 votes ~ 14 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Setting up an SSL server with Apache2:
#7 Re: Setting up an SSL server with Apache2 Posted by simms (216.46.xx.xx) on Thu 9 Feb 2006 at 13:50 Yep, the server was restarted.rgrep 80 /etc/apache2/ returns nothing.This is my 'default' site config (it's the only one there):NameVirtualHost *:443<VirtualHost *:443>ServerAdmin webmaster@localhostDocumentRoot /var/www/<Directory /var/www/>Options Indexes FollowSymLinks MultiViewsAllowOverride NoneOrder allow,denyallow from all</Directory>ErrorLog /var/log/apache2/error.logLogLevel warnCustomLog /var/log/apache2/access.log combinedServerSignature On# [2006-02-09] added to enable SSL as per# http://www.debian-administration.org/articles/349SSLEngine onSSLCertificateFile /etc/apache2/ssl/apache.pem</VirtualHost>Here's my ports.conf:Listen 443My httpd.conf is empty.
NameVirtualHost *:443<VirtualHost *:443>ServerAdmin webmaster@localhostDocumentRoot /var/www/<Directory /var/www/>Options Indexes FollowSymLinks MultiViewsAllowOverride NoneOrder allow,denyallow from all</Directory>ErrorLog /var/log/apache2/error.logLogLevel warnCustomLog /var/log/apache2/access.log combinedServerSignature On# [2006-02-09] added to enable SSL as per# http://www.debian-administration.org/articles/349SSLEngine onSSLCertificateFile /etc/apache2/ssl/apache.pem</VirtualHost>
Listen 443
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account