OsakaWebbie
Programmer
I'm setting up a VPS with CentOS 5.6 and PHP 5.3.3 running as FastCGI. I have phpMyAdmin installed in a subdirectory of my main domain, and initially it was working fine. But I want to use suexec because of Joomla (so I can write files safely), so I set up all the file ownerships and such so that that worked fine for my Joomla-based website. But now I can't log into phpMyAdmin - apparently some session-related problem. I get no useful feedback, though - it just refreshes the login page with no error messages or anything. Joomla is working fine with suexec on, including logging into the admin interface, which I would think would use the same kind of functionality (cookie/session) as PMA. The only thing I have to do to successfully log into PMA is to comment out the line in my Apache configuration for the virtualhost that says, "suexecUserGroup myuser mygroup", but that's not good for the rest of my setup, because PHP would then do file operations as the default Apache user.
I don't know if this is the right forum for this question, or if I need to find something more server related, but I'll start here.
I don't know if this is the right forum for this question, or if I need to find something more server related, but I'll start here.