Add Comment

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:


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@localhost

DocumentRoot /var/www/
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined

ServerSignature On

# [2006-02-09] added to enable SSL as per
# http://www.debian-administration.org/articles/349
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem

</VirtualHost>

Here's my ports.conf:
Listen 443

My httpd.conf is empty.

Username:Anonymous
Title:
Your Comment:

Posting Format:

 

Inappropriate comments will be removed.

Some help on entry formatting is available

User Login

Username:

Password:

[ Advanced Login ]

Register Account

Quick Site Search