[Koha] koha on debian etch 4.0
Rick Welykochy
rick at praxis.com.au
Sat Sep 15 13:06:31 NZST 2007
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 at domain.edu
ServerAdmin should designate a valid email address.
EXAMPLE ServerAdmin penelopedefreitas at 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 at 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
More information about the Koha
mailing list