logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: mod_fcgid and Magento
Author
RogerSWD



Joined: 13 Jan 2014
Posts: 5
Location: Canada

PostPosted: Thu 16 Jan '14 7:44    Post subject: mod_fcgid and Magento Reply with quote

Hello, trying to setup Apache2.4 with mod_fcgid. I am unable to login to Magento admin. Switching back to php5_module it works.

I followed instructions for setup from here http://www.apachelounge.com/viewtopic.php?t=2394


Any ideas?
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Thu 16 Jan '14 11:53    Post subject: Reply with quote

Anything in the error log? php error log (file) with E_ALL? debug mode from magento?
Back to top
RogerSWD



Joined: 13 Jan 2014
Posts: 5
Location: Canada

PostPosted: Thu 16 Jan '14 16:50    Post subject: Reply with quote

No errors. Just a 404 error after I login. I can change apache to use php module and then refresh page then I am in magento admin.
Back to top
RogerSWD



Joined: 13 Jan 2014
Posts: 5
Location: Canada

PostPosted: Thu 16 Jan '14 16:58    Post subject: Reply with quote

I am able to login to Connect Manager.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Fri 17 Jan '14 13:08    Post subject: Reply with quote

404 seems more to be rewrite or wrong path.

You can try

with
Code:
FcgidFixPathinfo 0

in your apache config and
Code:
cgi.fix_pathinfo=1

in your php.ini That is the only way I got some software working on my server.
Back to top


Reply to topic   Topic: mod_fcgid and Magento View previous topic :: View next topic
Post new topic   Forum Index -> Apache