Hi John: The installation calls to lock the /cgi-bin/ folder to prevent a malicious user from re-bootstrapping the system. To modify or remove this lock, you will need to edit the apache configuration. I don't have the image here in front of me, but I believe it's in the actual apache configuration which is probably located in /etc/httpd/apache2/conf/ (or similar). I forget exactly how the VMWare image is configured (and it's not here where I am), so if you get stuck I'll take a look when I get home (or Dan will come to the rescue again ;)).
What you'd be looking for is something in one of the Apache configs along the line of: <Directory /cgi-bin> ... Order deny,allow deny from all allow from [space-delimited list of IP addresses]. </Directory> This is all from memory, so it may not be exact.. but hopefully it'll get you started. Good luck! --Don On 7/31/07, John van Rassel <[EMAIL PROTECTED]> wrote: > I tried this, but now I get a 403 error. It says You don't have > permission to access /cgi-bin/config.cgi on this server. > Does anyone know what I may be doing wrong? > Thanks > John > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dan Scott > Sent: Monday, July 30, 2007 11:00 AM > To: [email protected] > Subject: Re: [OPEN-ILS-GENERAL] Setting up Branches > > On 30/07/07, John van Rassel <[EMAIL PROTECTED]> wrote: > > > > Is there any sort of utility for setting up different branches in > Evergreen? > > There sure is - in fact, there are two. > > > Right now, I am using the Gentoo image(thanks to Dan), but now I want > to get > > rid of the sample branches, and put our own in > > Try opening http://192.168.1.128/cgi-bin/config.cgi in a Web browser > (replacing 192.168.1.128 with whatever IP address your VMWare image > acquired); you'll be able to drill down through the org_unit hierarchy > and change names, etc, at will. > > > I was just hoping someone could let me know the best way to do this > > There will be an even better way soon; a complete administration > interface built on Django is in the works. In fact, the base code for > it is in the VMWare image; I just haven't enabled it yet. I hope to > have it running for the 1.2.0-final image, even if it's still under > development, because it looks so darn cool. > > -- > Dan Scott > Laurentian University >
