Hi,
I’m trying to make a local copy (for development purposes) of a live EE website I have on EngineHosting. Most of the guides I’ve seen for making local copies basically just say “install MAMP/WAMP and copy your EE website into htdocs” but I seem to be having some Apache configuration issues.
My target machine is running Linux CentOS 5 with Apache 2.x. I’m using the out-of-the-box Apache config files, with the exception that I added a line for loading the PHP module and commented out some (like proxying) that I was pretty sure aren’t necessary. When I try to load up my local copy, I can get to the login screen, but when I enter a valid username/password, it just punts me right back to the login screen with the forms empty again. I’ve tried using cookie-only authentication (instead of sessionid, which I suspect isn’t set up) but I see no cookies for my IP address showing up in my browser.
Can someone point me in the right direction here? I’m really at a loss. I tried doing this months ago on my Mac directly with a default MAMP install and had the exact same issue and never figured it out. I’ve attached my config.php (where you can see I’ve tried overloading sessions for cookies) and my httpd.conf. httpd.d.conf is cat /etc/httpd/conf.d/* to a single file.
Regards,
Joseph