From: Carsten K. <car...@us...> - 2001-12-19 05:16:17
|
Update of /cvsroot/phpwiki/phpwiki/schemas In directory usw-pr-cvs1:/tmp/cvs-serv5467/phpwiki/schemas Modified Files: psql.sql Log Message: suggested alternate username of 'www' in addition to 'nobody' or 'apache' in comments Index: psql.sql =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/schemas/psql.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** psql.sql 2001/12/03 04:05:38 1.1 --- psql.sql 2001/12/19 05:16:13 1.2 *************** *** 19,23 **** -- -- Commonly, connections from php are made under ! -- the user name of 'nobody' or 'apache'. \set httpd_user 'apache' --- 19,23 ---- -- -- Commonly, connections from php are made under ! -- the user name of 'nobody', 'apache' or 'www'. \set httpd_user 'apache' |