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: Questions to setup
Author
JohnRussell



Joined: 12 Jan 2014
Posts: 1
Location: UK, London

PostPosted: Mon 13 Jan '14 13:26    Post subject: Questions to setup Reply with quote

Splitted from www.apachelounge.com/viewtopic.php?t=2394

Your explanation leaves me behind - for instance, " it has been proved best to install PHP over mod_fcgid[/b}", "FIND the extension_dir directive and change so that it properly locates the EXT folder", "edit the Apache CONF file (httpd.conf) with make sure you load mod fcgid".
Given the extent of the confusion I would have thought it would have been worth while to clarify your explanation so that even people without much experience - like me - can understand.
Back to top
James Blond
Moderator


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

PostPosted: Mon 13 Jan '14 17:35    Post subject: Reply with quote

What are your questions to http://www.apachelounge.com/viewtopic.php?t=2394 ?
Back to top
Chinchilla2661



Joined: 16 Jan 2014
Posts: 3
Location: Austin, TX

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

On my current dev server (Windows 8.1, Apache 2.4.7-64 from the Lounge, PHP 5.5.8-32) the setup is with the mod_fcgid and so far there have been no issues. I even added Strawberry Perl 5.18.2.1 last night with no problems.

However, I was wondering what, if any, advantages are had with using the mod_fcgid configuration over the module format?
Back to top
James Blond
Moderator


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

PostPosted: Mon 03 Feb '14 13:04    Post subject: Reply with quote

The advantage is simply that when PHP crashes it won't take down apache. Also the memory usage of the httpd process is much smaller.
I personally like it if a single PHP request blows up the CPU I can easily kill one instance of php-cgi.exe in the taskmanager.
Back to top


Reply to topic   Topic: Questions to setup View previous topic :: View next topic
Post new topic   Forum Index -> Apache