koha 3.0 installation problem in centos 5.2
I have executed following commands for the installation already. # perl Makefile.PL #make #make test #make install All test successful and without any errors and warnings, make install is successful. I have also created database koha in mysql and Listen to port 8080 in httpd.conf for koha-httpd.conf, but when i try to browse in the web with IP as 192.168.112.14:8080, it shows following message <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, webmaster@org.np and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <p>Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/2.2.3 (CentOS) Server at 192.168.112.14 Port 8080</address> </body></html> How to get web-installer page of koha-3.0? Plz Suggest me why the database if not being accessed or .... with regards, Ashik _________________________________________________________________ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. http://www.microsoft.com/windows/windowslive/products/photos.aspx
As the message says: More information about this error may be available in the server error log. So that is the first place you should look. -- Joe Atzberger LibLime - Open Source Library Solutions 2009/5/26 ashik rajbhandari <theashik@hotmail.com>
I have executed following commands for the installation already.
# perl Makefile.PL #make #make test #make install
All test successful and without any errors and warnings, make install is successful.
I have also created database koha in mysql and Listen to port 8080 in httpd.conf for koha-httpd.conf, but when i try to browse in the web with IP as 192.168.112.14:8080, it shows following message
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server encountered an internal error or misconfiguration and was unable to complete your request.</p> <p>Please contact the server administrator, webmaster@org.np and inform them of the time the error occurred, and anything you might have done that may have caused the error.</p> <p>More information about this error may be available in the server error log.</p> <p>Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/2.2.3 (CentOS) Server at 192.168.112.14 Port 8080</address> </body></html>
How to get web-installer page of koha-3.0? Plz Suggest me why the database if not being accessed or ....
with regards, Ashik
participants (2)
-
ashik rajbhandari -
Joe Atzberger