fcgid not working

3 posts / 0 new
Last post
#1 Tue, 04/05/2011 - 04:35
3k

fcgid not working

Hello,

I switched from mod_php to fcgid (allowed editing of php.ini) and every php script runs only once. After its execution the apache log says:

[emerg] (13)Permission denied: mod_fcgid: can't get lock, pid: ...

Thanks in advance for help

Tue, 04/05/2011 - 08:55
andreychek

If you get stuck, another option would be to use CGI rather than FCGID.

However, it should be able to work... which distro are you on?

If you look in /var/lock/, there should be a directory "apache2" or "httpd" depending on your distro... within that, do you see a dir named "fcgid"?

-Eric

Tue, 04/05/2011 - 15:19
3k

I'm running Virtualmin 3.83.gpl GPL / Webmin 1.534 on Debian Linux 5.0 Lenny

/var/lock/apache2/ is empty

Topic locked