OPAC interface Redirect to Another Server
- Article Type: General
- Product: Aleph
- Product Version: 21
Problem Symptoms:
OPAC interface of new Aleph server is redirected to old server
Cause:
Wrong server_httpd definition in www_server.conf
Resolution:
1. Check the server_httpd definition in $alephe_root/www_server.conf
2. Instead of a fixed IP & port address, use a format containing variable parameters:
setenv server_httpd http://${WWW_HOST}:$HTTPD_PORT
3. Restart the www_server (util w/3/1)
4. Check the WWW_HOST parameter in $alephe_root/aleph_start
- Article last edited: 10/8/2013