phpMyAdmin Fedora layout fix

June 13, 2007
Tags: , ,

Because Fedora expects Apache to be running as root:apache, the default session information directory for php has the wrong permissions if it’s running as (say) someone:nobody. This disturbs the layout of the phpMyAdmin.
The fix :
# chown :nobody /var/lib/php/session/

Comments Off