Re: mapping a subdomain to OPAC (custom URL)

Posted by onehomelist on
URL: http://ngl.70.s1.nabble.com/mapping-a-subdomain-to-OPAC-custom-URL-tp6944028p7038169.html

You need to modify apache tomcat to get rid of port "8080" and "newgenlibctxt" directory. If you do it wrong you might mess up your installation. So, the best bet is to use reverse proxies like varnish or Nginx. Reverse proxies can be made to get webpages from a url like "http://127.0.0.1:8080/newgenlibctxt" and serve it as opac.mysite.com or as mysite.com. Varnish and Nginx are also great caching proxies, they hep you to reduce load on Newgenlib server by caching frequently requested objects/pages.