Re: [OPEN-ILS-GENERAL] OPAC 404 Not Found
Hi Sitalk, Not sure if this will help or not, but I setup my Debian Jessie system and then ran "apache2ctl -M" to get a list of my loaded apache modules. This is a link to a paste of what I found on my test system: http://pastie.org/10823337 Perhaps comparing what you get vs. what came back in my paste might help give you a clue on what went wrong. However, it does sound like something went wrong with your installation and apache is missing something. -- Ben On Tue, May 3, 2016 at 12:36 AM, Sitalk Teres wrote: > Thank you very much for the tip. > > I have executed the command: > > a2ensite eg.conf > > and the site has been added successfully. > Afterwards I have disabled the default site. > > However, now after restarting apache I got the error: > > [FAIL] Starting web server: apache2 failed! > [warn] The apache2 configtest failed. ... (warning). > Output of config test was: > AH00526: Syntax error on line 43 of /etc/apache2/eg_vhost.conf: > Invalid command 'OSRFGatewayConfig', perhaps misspelled or defined by a > module not included in the server configuration > Action 'configtest' failed. > > In the eg_vhost.conf file on line 43 we have: > > OSRFGatewayConfig /openils/conf/opensrf_core.xml > > Is there a possibility that some apache modules might be missing? > What would be the way to find exactly which module is missinga? > > Thanks in advance. > >
[OPEN-ILS-GENERAL] Upcoming Documentation Interest Group Meeting: Thursday, May 5, 2016
Hello everyone, The Evergreen Documentation Interest Group has its next meeting scheduled for Thursday, May 5, 2016 at 2:00 PM EST on the #Evergreen IRC channel ( http://evergreen-ils.org/irc). Anyone interested in documentation is welcome to attend. An agenda has been posted at http://evergreen-ils.org/dokuwiki/doku.php?id=evergreen-docs:dig_meetings Changes and additions to the agenda are welcome. Here are the links to access the Meetbot formatted minutes of the previous meeting. (Meetbot) Minutes: http://evergreen-ils.org/meetings/evergreen/2016/evergreen.2016-04-07-14.00.html IRC Log: http://evergreen-ils.org/meetings/evergreen/2016/evergreen.2016-04-07-14.00.log.html Thanks, Yamil P.S. For viewing all upcoming Evergreen community meetings scheduled: http://evergreen-ils.org/communicate/calendar/ You can also subscribe to the various community calendars so that the meetings automatically appear in your calendar.
[OPEN-ILS-GENERAL] Save the Date: June Community Bug Squashing Day!
Hello! The date of the next Community Bug Squashing Day will be Thursday, June 2. You may participate in Bug Squashing Day by: - Submitting new bug fixes for reported bugs - Testing bug fixes that others have submitted (these should have the "pullrequest" tag) - Confirming bug reports that haven't been reviewed yet (this is a great way to participate if you're not a coder!) - Pushing bug fixes into Evergreen (for core committers) Please be sure to go into Launchpad and add your name to the "Assigned To" field for the bug(s) you wish to work on. Multiple people can test the same bug, but this will help reduce duplication of effort. If you need a Sandbox to test a bug fix on that day, please fill out the Sandbox Request Form by the end of the day on Monday, May 30 (that's Memorial Day in the US, so you may want to fill out the form the week before if you have that day off). You may also test in your own testing environment if you prefer (please include version info when you update the launchpad ticket with your testing results). Although you can work on any bugs you like, this is a great opportunity to focus on the outstanding web client bugs (these should be tagged "webstaffclient" or "webstaffprodcirc"). Bug Squashing Day Info and Guidelines: http://wiki.evergreen-ils.org/doku.php?id=dev:bug_squashing Evergreen Bug List: https://bugs.launchpad.net/evergreen Sandbox Request Form: http://goo.gl/forms/FTU2AMOVyg Please let me know if you have any questions and I will do my best to assist. Terran McCanna PINES Program Manager Georgia Public Library Service 1800 Century Place, Suite 150 Atlanta, GA 30345 404-235-7138 tmcca...@georgialibraries.org
[OPEN-ILS-GENERAL] Call for bloggers - Evergreen Conference recap
Hi, Did you attend the Evergreen Conference? Did you learn something new, meet interesting people, or pet strange kitties while you were there? If so, and if you'd like to write a few words about it, I (as web team chair) would like to hear from you! We're looking for one or more brief (250-500 words, although that's by no means a hard limit) posts about people's experiences at the conference. Members of the web team can help with proofreading, formatting and putting the posts up, and finding CC-licensed images. If you're interested in writing such a post, please respond to me directly at g...@esilibrary.com Also, If you've written about the conference on your personal or institution's blog, please send me a link to your post. Regards, Galen -- Galen Charlton Infrastructure and Added Services Manager Equinox Software, Inc. / Open Your Library email: g...@esilibrary.com direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web:http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org
Re: [OPEN-ILS-GENERAL] OPAC 404 Not Found
Thank you very much for the tip. I have executed the command: a2ensite eg.conf and the site has been added successfully. Afterwards I have disabled the default site. However, now after restarting apache I got the error: [FAIL] Starting web server: apache2 failed! [warn] The apache2 configtest failed. ... (warning). Output of config test was: AH00526: Syntax error on line 43 of /etc/apache2/eg_vhost.conf: Invalid command 'OSRFGatewayConfig', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed. In the eg_vhost.conf file on line 43 we have: OSRFGatewayConfig /openils/conf/opensrf_core.xml Is there a possibility that some apache modules might be missing? What would be the way to find exactly which module is missinga? Thanks in advance.