|
From: Craig W. <cra...@az...> - 2006-03-26 17:35:25
|
On Sun, 2006-03-26 at 11:26 -0600, da...@so... wrote: > Hi All, > > Could someone please advise me on the settings in the PHP > module that shows up in the virtual Domain module page under > Apache. I'm trying to get a couple PHP websites with MySQL DBs > that I imported to work but they seem to fall apart after the session > ID call. I note that all the session IDs are being written to the /tmp > directory instead of the database. This would be Apache 2.2.0 with > php 4.4 and MySQL 5.0.18 on slackware 10.2. These were known > to run on a redhat Apache 1.3.3 setup. ---- I would guess that it's a MySQL issue... # cat /etc/my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 [mysql.server] user=mysql basedir=/var/lib [mysqld_safe] err-log=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid Craig |