optimizing mod_fcgid for a dediciated site
- by Mike Williams
i'm using mod_fcgid and I'm trying to find resources on how i can optimize it for running a dedicated website but have had no luck... so far i have:
ive got apache2 running and im trying to have php processes spawned and always running so apache does not have to keep spawning them.
# Fastcgi configuration for PHP5
LoadModule fcgid_module…