adding ports information
authorJoshua Ferraro <jmf@liblime.com>
Sun, 23 Dec 2007 16:10:26 +0000 (11:10 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 23 Dec 2007 20:31:04 +0000 (14:31 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
README.debian

index 416b1f4..bccee2c 100644 (file)
@@ -148,6 +148,13 @@ When the configuration is completed CPAN will install the Perl modules.
     (note that the path to koha-httpd.conf may be different depending on your
     installation choices)
 
+Add the following lines to /etc/apache2/ports.conf:
+
+    Listen 80
+    Listen 8080
+
+Run the following commands:
+
     $ sudo a2enmod rewrite
     $ sudo a2ensite koha
     $ sudo apache2ctl restart