Commit 12e9973d authored by Nick Kew's avatar Nick Kew
Browse files

PR#38084

Correct DBDParams string in example
INOUE Seiichiro (who reported the bug) suggests referencing the
pgsql documentation.  I disagree, but I wonder if PgSQL is really
a good choice of example, since it (untypically) parses the params
itself rather than have the apr_dbd driver do it.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@360505 13f79535-47bb-0310-9956-ffa450edef68
parent be3a35e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ the Authentication and DBD frameworks.</p>
<code>DBDriver pgsql</code>

#Connection string: database name and login credentials
<code>DBDParams "dbname=htpasswd user=apache pass=xxxxxx"</code>
<code>DBDParams "dbname=htpasswd user=apache password=xxxxxx"</code>

#Parameters for Connection Pool Management
<code>DBDMin  1