; $Header: /usr/local/cvsroot/mod_nsd/tcl_modules/nsd.ini.sample,v 1.1 2001/04/13 21:09:32 ppetru Exp $ ; SAMPLE MOD_AOLSERVER CONFIGURATION ; To modify this for your ACS installation, search for the string ; /ACSHOME and replace all instances of it with the directory where you ; installed ACS. ; In case you're running the postgres driver... [ns/db/driver/postgres] datestyle=iso [ns/db/pool/log] ;Driver=postgres ;DataSource=localhost:5432:acsdb Driver=ora8 DataSource=test_ipc.cog.dqd.com ; See the note in README.html about the workaround for using Oracle. ; Basically, you don't want to leave the datasource blank. Connections=2 User=acsuser Password=acspassword Verbose=On LogSQLErrors=On ExtendedTableInfo=On [ns/db/pool/main] ;Driver=postgres ;DataSource=localhost:5432:acsdb Driver=ora8 DataSource=test_ipc.cog.dqd.com Connections=2 User=acsuser Password=acspassword Verbose=On LogSQLErrors=On ExtendedTableInfo=On [ns/db/pool/subquery] ;Driver=postgres ;DataSource=localhost:5432:acsdb Driver=ora8 DataSource=test_ipc.cog.dqd.com Connections=2 User=acsuser Password=acspassword Verbose=On LogSQLErrors=On ExtendedTableInfo=On [ns/db/pools] main=main subquery=subquery log=log [ns/parameters] Home=/u/mayoff/test ; You need to make sure you get this parameters correct if you are ; running ACS. AuxConfigDir=/ACSHOME/parameters [ns/server/server1] PageRoot=/ACSHOME/www EnableTclPages=On [ns/server/server1/db] Pools=log,main,subquery DefaultPool=main [ns/server/server1/adp] Map=/*.adp [ns/server/server1/tcl] AutoClose=On Library=/ACSHOME/tcl [ns/servers] server1=server1