Use your server's real DNS name, not "servername" (that's just an example). This should correspond with the name in your Apache configs and of course, in your local DNS. --Joe 2008/6/18 mohamed megahed <mr_megahed@hotmail.com>:
Hi to all i install koha 3 beta 2 on debian sarge 4.0 r3 etch
I follow the installation guide to install koha and everything is default setting:
1. perl Makefile.PL (you will be prompted to answer a number of questions) 2. make 3.(optional) make test 4. sudo make install 5. sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha (note that the path to koha-httpd.conf may be different depending on your installation choices) 6. sudo a2enmod rewrite 7. sudo a2ensite koha && /etc/init.d/apache2 reload 8. sudo zebrasrv -f /etc/koha/koha-conf.xml (note that you will want to run Zebra in daemon mode for a production system) 9. Browse to http://servername:8080
step 9 did not get any connect and i get error : "servername" refused the connection. The server may be busy or you may have a network connection problem. Try again later.