Bob Mottram 11 years ago
parent
commit
70a8b8f391
1 changed files with 14 additions and 1 deletions
  1. 14
    1
      beaglebone.txt

+ 14
- 1
beaglebone.txt View File

895
  * Set port to 465
895
  * Set port to 465
896
 ** Setting up a web site
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
 Edit the apache configuration so that it doesn't run out of memory if there are a lot of connections.
904
 Edit the apache configuration so that it doesn't run out of memory if there are a lot of connections.
899
 
905
 
900
 #+BEGIN_SRC: bash
906
 #+BEGIN_SRC: bash
913
 emacs /etc/apache2/sites-available/$HOSTNAME
919
 emacs /etc/apache2/sites-available/$HOSTNAME
914
 #+END_SRC
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
 #+BEGIN_SRC: bash
924
 #+BEGIN_SRC: bash
919
 <VirtualHost *:80>
925
 <VirtualHost *:80>
1894
 If you're not using a self-signed certificate (self-signed is the default) then you can set *ssl_verify* to "yes".
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
 ** Install a Jabber/XMPP server
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
 *** The Server
1910
 *** The Server
1898
 
1911
 
1899
 Generate a SSL certificate.
1912
 Generate a SSL certificate.