Download Ubuntu Server Guide

Transcript
Networking
HTTPS should listen on port number 443. You should add the following line to the
/etc/apache2/ports.conf file:
Listen 443
10.3.6. Accessing the Server
Once you install your certificate, you should restart your web server. You can run the following
command at a terminal prompt to restart your web server:
sudo /etc/init.d/apache2 restart
You should remember and enter the passphrase every time you start your secure web server.
You will be prompted to enter the passphrase. Once you enter the correct passphrase, the secure web
server will be started. You can access the secure server pages by typing https://your_hostname/url/ in
your browser address bar.
10.4. References
Apache2 Documentation [http://httpd.apache.org/docs/2.0/]
Mod SSL Documentation [http://www.modssl.org/docs/]
53