Ramon, Thanks for your email...right now, I am re-installing Ubuntu and koha from the scratch, step by step. The installation of all server (stuff like mysql, apache, and zebra )is nearly done and I will write more when that comes up. I am following INSTALL.txt from Koha-3.0-beta instead of INSTALL.debian. Not sure if this the case or not.. Do you have some idea as I am about to install KOHA? Appreciated for your suggestion. Cheers, Anousak On Sun, Apr 27, 2008 at 12:02 PM, Ramon Andinach <custard@westnet.com.au> wrote:
Hi, Sorry meant to mail that back out to the list (which this is).
The only other thing that's really leaping out at me at the moment is that you've an awful lot of apache running. Like about three times as many as I've got and I'm actively cataloguing.
I assume you've tried taking apache down and restarting it?
Does anything show up in the apache error logs when you try to access the site after it's restarted?
-ramon.
On 27/04/2008, at 12:51 PM, Anousak Souphavanh wrote:
Yes. I ran that and it was successful. Anousak
On Sun, Apr 27, 2008 at 11:48 AM, Ramon Andinach <custard@westnet.com.au> wrote:
On 27/04/2008, at 9:41 AM, Anousak Souphavanh wrote:
Thanks Demains and Bernado,
The default apache has been loaded and I enabled to load it using http://localhost/. When issue this command line: ps -e | grep apache 5984 ? 00:00:00 apache2 6063 ? 00:00:00 apache2 6064 ? 00:00:00 apache2 6065 ? 00:00:00 apache2 6066 ? 00:00:00 apache2 6067 ? 00:00:00 apache2 6354 ? 00:00:00 apache2 6356 ? 00:00:00 apache2 6357 ? 00:00:00 apache2 6463 ? 00:00:00 apache2 6476 ? 00:00:00 apache2
When http://koha-server:8080 .....the server seems not to respond and was waiting...
Under the /etc/apache2/sites-available is has soft link to /etc/koha/koha-httpd.conf as stated under INSTALL.debian. Both OPAC and Intranet has the following statements:
## OPAC <VirtualHost 192.168.0.100:80> ServerAdmin webmaster@koha-server DocumentRoot /usr/share/koha/opac/htdocs ServerName koha-server
## Intranet <VirtualHost 192.168.0.100:8080> ServerAdmin webmaster@koha-server DocumentRoot /usr/share/koha/intranet/htdocs ServerName koha-server:8080
and under /etc/apache2/ports.conf
I added two statements:
Listen 80 List 8080
I am still checking things out to se where I may have missed or to include. I think this is a straightforward install...I'll wait for your kind reply. Thanks.
and the a2enmod commands were also run?
Cheers, Anousak
On Sat, Apr 26, 2008 at 8:26 PM, FrŽédéŽric Demians
<frederic@tamil.fr>
wrote:
[thinking] I have successful installed Koha 3.0 Beta with all dependencies on Ubuntu 7.10 by following steps in INSTALL.debian. However, when I try to load Koha from the browser, it hangs. What
are
ways to test to make sure that [Koha] and its depencies] properly install and etc? Please suggest.
http://locahost:8080 - won't load http://koha-server:8080 -won't load http://192.168.0.100:8080/ - by IP won't load
Is Apache default site loaded? Or do you have only a 'no connexion' message? Is Apache server started? You can verify with this command:
ps -e | grep apache
You have to see several lines containing Apache process name.
If Apache is started, the correct address to point Koha site is : http://koha-server:8080 (your server real name). localhost or IP adress can't work. You have to verify that:
* Server name is correctly resolved. 'koha-server' points to the
server.
* /etc/apache2/sites-available/koha contains your server name in ServerName directive.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Anousak (Anthony) Souphavanh "Small can make a big impact"
-- Anousak (Anthony) Souphavanh "Small can make a big impact"