Show
Ignore:
Timestamp:
03/22/03 08:20:38 (21 years ago)
Author:
jalet
Message:

More information wrt PostgreSQL tcp/ip configuration.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r857 r858  
    6262      <para> 
    6363        One thing you have to check, though, is that every Print Server on which you 
    64         want to install the print quota mechanism must be able to connect to the 
     64        want to install the print quota mechanism, i.e. the print servers, must be able to connect to the 
    6565        <application>PostgreSQL</application> server. In the default installation of 
    6666        <application>PostgreSQL</application> this may not be the case for security reasons, except if both 
     
    6868        check the <filename>/etc/postgresql/pg_hba.conf</filename> and modify it if 
    6969        needed. This file is self documented and its modification is straightforward. 
     70        You also have to make sure that <application>PostgreSQL</application> accepts <acronym>TCP/IP</acronym> connections. 
     71        To do so you either have to launch it with the <option>-i</option> option or 
     72        modify the <filename>/etc/postgresql/postgresql.conf</filename>, which is 
     73        self documented and easy to modify too. 
    7074        <tip> 
    7175          <title>Tip</title> 
     
    8892          <para> 
    8993            The TCP/IP network port used by PostgreSQL may be different. When in doubt, ask your  
    90             <glossaryterm>System Administrator</glossaryterm> for the correct value. 
     94            <glossaryterm>System Administrator</glossaryterm> for the correct value. Actually 
     95            <application>PyKota</application> does not work if the port used is not the default one, 
     96            but this limitation will be removed in a future version. 
    9197          </para> 
    9298        </tip>   
     
    148154 
    149155$Log$ 
     156Revision 1.4  2003/03/22 07:20:38  jalet 
     157More information wrt PostgreSQL tcp/ip configuration. 
     158 
    150159Revision 1.3  2003/03/18 22:18:25  jalet 
    151160The documentation will only be a sequence of chapters in a single part, not