On 9/14/2007 at 10:06 PM, in message <46EB3017.6070007@praxis.com.au>, Rick Welykochy <rick@praxis.com.au> wrote:
Hi Rick, Did you ever have the issue of addbiblio.pl breaking and prompting your browser to "save the file"? I'm thinking is has something to do with the config of my 090 and 050 fields in the Koha config and the records I'm importing. Does this make any sense? F. Grant Johnson 566-0630 / fgjohnson@upei.ca Skype ID = jetsongeorge Systems/Web Coordinator Robertson Library University of Prince Edward Island *************** Attitude is IT! penelope defreitas wrote:
I recently installed koha sucessfully on debian etch 4.0.
Hi Penelope ... we've done the same on Debian Etch with great success :)
However, I was unable to start the mysql service and restart apache.
I tried starting the Mysql service using:
mysql start command
You start and stop mysql on Debian as follows: sudo /etc/init.d/mysql start and sudo /etc/init.d/mysql stop Note that "mysql" is the mysql client and /etc/init.d/mysql is the control file for the mysql server.
When i tried restarting Apache I got the following error:
Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost *:8080 has no VirtualHosts [Fri Sep 14 16:44:06 2007] [warn] NameVirtualHost *:80 has no VirtualHosts.
See my comments below ....
# KOHA's OPAC Configuration <VirtualHost *:80> ServerAdmin user@domain.edu
ServerAdmin should designate a valid email address. EXAMPLE ServerAdmin penelopedefreitas@yahoo.com
DocumentRoot /usr/local/koha/opac/htdocs ServerName debian
ServerName should designate the fully-qualified domain name (FQDN) of your web server. EXAMPLE ServerName intranet.ugcsi.edu
ServerAdmin user@domain.edu ServerName debian
ditto for the above HTH! cheers rickw -- _________________________________ Rick Welykochy || Praxis Services Traditionally, most of Australia's imports come from overseas. -- Keppel Enderbery _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha