I can access the staff interface on an installation of 3.06 I've put on an instance of Debian Squeeze in Amazon: http://ec2-23-20-95-197.compute-1.amazonaws.com:8080 but I can't figure out how to get into the public interface. My guess is that it's something in the apache config files, but I don't know where to look. Help? Paul -- ------------------------------------------------------------------------ *Paul Orkiszewski* Coordinator of Library Technology Services / Associate Professor University Library Appalachian State University 218 College Street P.O. Box 32026 Boone, NC 28608-2026 E-mail: orkiszewskip@appstate.edu Phone: 828 262 6588 Fax: 828 262 2797 ------------------------------------------------------------------------
Hi Paul, Take a look at your koha-httpd.conf file. This can be in a different location depending on what type of install picked. As your staff client is working, this file is being read by apache, so hopefully you know where it is. If you don't you can find it by going to the command line and entering "cd /", then "find -name koha-httpd.conf" . You may need to put "sudo" in front of those commands. I am used to doing all this while logged in as root, I'm not sure what kind of access you have on Amazon. Anyway, look in that file, as it is probably something with your virtual host declarations that needs to be tweaked. Also look at the INSTALL.debian file in your koha directory, and check the section under configuring apache. Make sure you have the right entries in your /etc/apache2/ports.conf file. If you can't figure it out paste your koha-httpd.conf file here for more help. Best, Doug -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Paul Orkiszewski Sent: Wednesday, April 04, 2012 12:37 PM To: koha@lists.katipo.co.nz Subject: [Koha] Public access I can access the staff interface on an installation of 3.06 I've put on an instance of Debian Squeeze in Amazon: http://ec2-23-20-95-197.compute-1.amazonaws.com:8080 but I can't figure out how to get into the public interface. My guess is that it's something in the apache config files, but I don't know where to look. Help? Paul -- ------------------------------------------------------------------------ *Paul Orkiszewski* Coordinator of Library Technology Services / Associate Professor University Library Appalachian State University 218 College Street P.O. Box 32026 Boone, NC 28608-2026 E-mail: orkiszewskip@appstate.edu Phone: 828 262 6588 Fax: 828 262 2797 ------------------------------------------------------------------------ _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Got it. Didn't have koha-sites.conf set up right. Thanks Doug. -- Paul On 4/4/12 6:53 PM, Doug Dearden wrote:
Hi Paul,
Take a look at your koha-httpd.conf file. This can be in a different location depending on what type of install picked. As your staff client is working, this file is being read by apache, so hopefully you know where it is. If you don't you can find it by going to the command line and entering "cd /", then "find -name koha-httpd.conf" . You may need to put "sudo" in front of those commands. I am used to doing all this while logged in as root, I'm not sure what kind of access you have on Amazon. Anyway, look in that file, as it is probably something with your virtual host declarations that needs to be tweaked. Also look at the INSTALL.debian file in your koha directory, and check the section under configuring apache. Make sure you have the right entries in your /etc/apache2/ports.conf file. If you can't figure it out paste your koha-httpd.conf file here for more help.
Best,
Doug
-----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Paul Orkiszewski Sent: Wednesday, April 04, 2012 12:37 PM To: koha@lists.katipo.co.nz Subject: [Koha] Public access
I can access the staff interface on an installation of 3.06 I've put on an instance of Debian Squeeze in Amazon:
http://ec2-23-20-95-197.compute-1.amazonaws.com:8080
but I can't figure out how to get into the public interface. My guess is that it's something in the apache config files, but I don't know where to look.
Help?
Paul
-- ------------------------------------------------------------------------ *Paul Orkiszewski* Coordinator of Library Technology Services / Associate Professor University Library Appalachian State University 218 College Street P.O. Box 32026 Boone, NC 28608-2026 E-mail: orkiszewskip@appstate.edu Phone: 828 262 6588 Fax: 828 262 2797 ------------------------------------------------------------------------
participants (2)
-
Doug Dearden -
Paul Orkiszewski