|
|
Index Data > YAZ > YAZ User's Guide and Reference > Application Invocation
The finished application has the following
invocation syntax (by way of
The options are:
A listener specification consists of a transport mode followed by a
colon (:) followed by a listener address. The transport mode is
either For TCP and SSL, an address has the form
hostname | IP-number [: portnumber]
The port number defaults to 210 (standard Z39.50 port). For UNIX, the address is the filename of socket.
For TCP/IP and SSL, the special hostname Example 4.1. Running the GFS on Unix
Assuming the server application
The server will accept Z39.50 requests and offer SRU service on port 210. Example 4.2. Setting up Apache as SRU Frontend
If you use Apache
as your public web server and want to offer HTTP port 80
access to the YAZ server on 210, you can use the
<VirtualHost *>
ErrorLog /home/srw/logs/error_log
TransferLog /home/srw/logs/access_log
ProxyPass / http://srw.mydomain:210/
</VirtualHost>
The above for the Apache 1.3 series. Example 4.3. Running a server with local access only
Servers that is only being accessed from the local host should listen
on UNIX file socket rather than a Internet socket. To listen on
|
|||
|
|
||||
| Copyright Index Data ApS 2008 | ||||