I'm trying to get postgres working with AOLserver 4.0.
config.tcl has the following in it:
ns_section "ns/db/drivers"
ns_param postgres ${bindir}/nspostgres.so
ns_section "ns/db/pools"
ns_param mypool "This pool is for the Postgres Driver"
ns_section "ns/db/pool/mypool"
ns_param driver postgres
ns_param user "postgres"
ns_param datasource "127.0.0.1:32797:postgres"
ns_param connections 2
ns_section "ns/server/${servername}/db"
ns_param pools *
AOLserver 4.0 shows no signs of loading the driver. Is there *any*
documentation on this?
Nate
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of
your email blank.