Login  Register

Re: NewGenLib as start up service and customized URL to access OPAC

Posted by onehomelist on Dec 01, 2011; 4:48am
URL: http://ngl.70.s1.nabble.com/NewGenLib-as-start-up-service-and-customized-URL-to-access-OPAC-tp7038031p7049368.html

It is certainly possible. You can have both NGL and a reverse proxy on Windows OS itself. Install apache webserver. You can have the following configuration in the Apache httpd.conf file. Then try the ip of the server in a client like this http://serverip/newgenlibctxt. Here are the apache conf rules:

ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /newgenlibctxt http://localhost:8080/newgenlibctxt
ProxyPassReverse /newgenlibctxt http://localhost:8080/newgenlibctxt



More here:
http://linuxpoison.blogspot.com/2010/01/configuring-apache-as-forward-reverse.html