Tagged Questions
-3
votes
1answer
63 views
weird php .so error [closed]
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: ...
2
votes
1answer
269 views
How do I check if mod_fcgi is enabled in Apache and/or how to enable it?
I have a VPS with CENTOS 5.7 . We are using Apache 2.2.22 and mod_fcgi is supposed to be running according to WHM.
I did a httpd -l and mod_fcgid.c was not listed there.
I checked the httpd.conf ...
3
votes
1answer
1k views
How do I run a PHP web application as a particular user and group on CentOS 5 with Apache?
I'm aware there are various different ways to do this but I'm not sure that the "best" way would be for my particular situation:
Each site should have its own user account (site user)
Virtual Hosts ...
0
votes
1answer
647 views
Mindtouch with fcgid - Fast CGI apache worker thread
Anyone got Dekiwiki / Mindtouch running with fcgid-module? I get 504 and 500 all the time.
mod_fcgid: can't apply process slot for /var/www/html/dekiwiki/index.php
[Tue Dec 28 06:14:03 2010] [warn] ...
2
votes
1answer
3k views
Configuration trouble: PHP through mod_fcgid on CentOS 5.3
I've been Googling and researching the topic for quite a while but found only one thorough guide... That don't work.
I want to run PHP through mod_fcgid on Apache2 - CentOS 5.3.
With my current ...
