|
@@ -895,6 +895,12 @@ Some useful keys to know are:
|
895
|
895
|
* Set port to 465
|
896
|
896
|
** Setting up a web site
|
897
|
897
|
|
|
898
|
+#+BEGIN_VERSE
|
|
899
|
+/I hope we will use the Net to cross barriers and connect cultures./
|
|
900
|
+
|
|
901
|
+-- Tim Berners-Lee
|
|
902
|
+#+END_VERSE
|
|
903
|
+
|
898
|
904
|
Edit the apache configuration so that it doesn't run out of memory if there are a lot of connections.
|
899
|
905
|
|
900
|
906
|
#+BEGIN_SRC: bash
|
|
@@ -913,7 +919,7 @@ mkdir /var/www/$HOSTNAME/htdocs
|
913
|
919
|
emacs /etc/apache2/sites-available/$HOSTNAME
|
914
|
920
|
#+END_SRC
|
915
|
921
|
|
916
|
|
-The Apache configuration for the site should look something like the following. Replaye mydonainname with the site domain name.
|
|
922
|
+The Apache configuration for the site should look something like the following. Replace /mydonainname.com/ with the site domain name.
|
917
|
923
|
|
918
|
924
|
#+BEGIN_SRC: bash
|
919
|
925
|
<VirtualHost *:80>
|
|
@@ -1894,6 +1900,13 @@ It should look something like this:
|
1894
|
1900
|
If you're not using a self-signed certificate (self-signed is the default) then you can set *ssl_verify* to "yes".
|
1895
|
1901
|
|
1896
|
1902
|
** Install a Jabber/XMPP server
|
|
1903
|
+
|
|
1904
|
+#+BEGIN_VERSE
|
|
1905
|
+/Well heck, it isn’t that hard to write an instant messaging system./
|
|
1906
|
+
|
|
1907
|
+--Jeremie Miller
|
|
1908
|
+#+END_VERSE
|
|
1909
|
+
|
1897
|
1910
|
*** The Server
|
1898
|
1911
|
|
1899
|
1912
|
Generate a SSL certificate.
|