Difference between revisions of "Secure Website"

Jump to navigation Jump to search
448 bytes added ,  06:42, 30 August 2012
m
→‎Set-up Secured Website: Updated warning note
m (Minor rewording)
m (→‎Set-up Secured Website: Updated warning note)
Line 98: Line 98:


== Set-up Secured Website ==
== Set-up Secured Website ==
'''If you have an existing site that's served from the root of your webserver, this needs to be removed 1st.''' So to remove the default site that's installed with Apache...
{| class="vwiki-note"
|-
| '''If you have a single existing site that's served from the root of your webserver, this needs to be removed 1st.'''  
|-
| Website(s) served through [http://httpd.apache.org/docs/2.2/vhosts/ Virtual Hosts] aren't a problem - see [[Multiple Websites On The Same Server]].  Your websites need to be configured as Virtual Hosts if running more than one from a webserver. 
See [[#Multiple_Secure_Websites|Multiple Secure Websites]] if you need to host more than one secure site from the same webserver
|}
 
To remove the default site that's installed with Apache (if required - see note above)...
# Disable the web-site by removing the link to its config from <code>sites-enabled</code>
# Disable the web-site by removing the link to its config from <code>sites-enabled</code>
#* <code> rm /etc/apache2/sites-enabled/000-default</code>
#* <code> rm /etc/apache2/sites-enabled/000-default</code>

Navigation menu