[OPEN-ILS-GENERAL] client 500: Internal Server Error

2014-06-18 Thread Ben Wang
New to Evergreen and just finished compiling and starting a test server on a private network. So when I tried to connect via the client, I get a 500 : Internal Server Error. I have already added the SSL exception for the self signed certificate. The Version check comes back with 200 : OK.

Re: [OPEN-ILS-GENERAL] client 500: Internal Server Error

2014-06-18 Thread Jason Etheridge
Ben, for Internal Server Errors, you should always check the Apache error log. It should give more details. -- Jason Etheridge | Support Manager | Equinox Software, Inc. / The Open Source Experts | phone: 1-877-OPEN-ILS (673-6457) | email: ja...@esilibrary.com | web: http://www.esilibrary.com

Re: [OPEN-ILS-GENERAL] client 500: Internal Server Error

2014-06-18 Thread Jason Etheridge
Ben, you can reconfigure how Apache does its logging at the top of /etc/apache2/sites-available/eg.conf. Look for the ErrorLog directive. If you're using /usr/bin/logger, it's probably going to syslog. I would try a local file. You'll need to reload apache if you change this. -- Jason

Re: [OPEN-ILS-GENERAL] client 500: Internal Server Error

2014-06-18 Thread Ben Wang
On 6/18/2014 1:03 PM, Jason Etheridge wrote: Ben, you can reconfigure how Apache does its logging at the top of /etc/apache2/sites-available/eg.conf. Look for the ErrorLog directive. If you're using /usr/bin/logger, it's probably going to syslog. I would try a local file. You'll need to