From 9b14c385ccb803eba2bee827754a94e787944eff Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Sun, 23 Dec 2007 11:10:26 -0500 Subject: [PATCH] adding ports information Signed-off-by: Joshua Ferraro --- README.debian | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.debian b/README.debian index 416b1f48eb..bccee2cbb3 100644 --- a/README.debian +++ b/README.debian @@ -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 -- 2.39.2