Questions tagged [mod-fcgid]

127 questions
0
votes
2 answers

Apache cannot find PHP

I have a shortcut: c:/path/to/app1/current_php-cgi.exe.lnk I am trying to do this: FcgidWrapper "c:/path/to/app1/current_php-cgi.exe.lnk" .php And Apache has no issue with the syntax but after reboot, any requests for a PHP file result in this…
MonkeyZeus
  • 260
  • 1
  • 12
0
votes
0 answers

When is a new PHP-CGI process created?

My production server has been having a OOM issue. Upon investigating I find that a major memory eater is PHP-CGI processes. Each of my website, be it Joomla or Wordpress, is having 3 - 6 PHP-CGI processes and each of the processes is taking around…
shenkwen
  • 199
  • 2
  • 14
0
votes
1 answer

Is FastCGI OK in 2021?

It appears most discussions about FastCGI here are frozen from nearly a decade ago and so as someone who just decided to start making use of it, I'm wondering if I am making a mistake with unforeseen security or compatibility issues ahead of me.…
Timothy R. Butler
  • 703
  • 2
  • 11
  • 22
-1
votes
2 answers

500 errors when switching to fcgi in cPanel WHM

I am trying to switch to fcgi from DSO on a CentOS 5.7 x64 server. I did this within cPanel as suggested by the cPanel documentation. Immediately, I start to get 500 internal server errors when attempting to access the site. Upon checking my apache…
user6595
  • 119
  • 2
  • 9
-1
votes
1 answer

Why are there tons of PHP processes open on my server?

Today I saw that a website of mine isn't working so I ssh'd to the server and executed ps -eF. I see about 200 PHP processes that are running all for 4 hours. Apache is built with mpm event and mod fcgid. I killed all the PHP processes and now it's…
fiftyeight
  • 157
  • 1
  • 7
-3
votes
1 answer

weird php .so error

Do I need to recompile or rebuild or something? I never had this issue before. /usr/bin/php: /opt/xml2/lib/libxml2.so.2: no version information available (required by /usr/bin/php) /usr/bin/php: /opt/xml2/lib/libxml2.so.2: no version information…
-3
votes
1 answer

Single CMS site on dedicated server

Possible Duplicate: Can you help me with my capacity planning? We're about to launch a huge website, expecting a HUGE traffic especially in the first few weeks. It will be a Joomla CMS based community website. We expect 20k-50k unique visits each…
WooDzu
  • 107
  • 5
1 2 3
8
9