Invalid argument: mod_fcgid: Can't create share memory for size %zu byte

3 posts / 0 new
Last post
#1 Sun, 02/27/2011 - 13:44
servermanaged

Invalid argument: mod_fcgid: Can't create share memory for size %zu byte

Hi. I've found an issue that prevents Apache to be started.

Portion of /var/log/httpd/error_log :

[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[notice] Digest: generating secret for digest authentication ...
[notice] Digest: done
[emerg] (22)Invalid argument: mod_fcgid: Can't create share memory for size %zu byte

I found no solution than disabling completely mod_fcgid.

Cheers.

Sun, 02/27/2011 - 14:35
andreychek

Howdy,

I hadn't seen that error before. However, doing a little searching on Google, I ran into this:

http://www.mail-archive.com/mod-fcgid-users@lists.sourceforge.net/msg000...

Which suggests that you may be able to put "SharememPath /var/run/fcgid_shm" into your Apache config, and then restart Apache.

Does that help your issue?

-Eric

Thu, 03/03/2011 - 15:35
servermanaged

Hi, SharememPath does not solve problem.

Topic locked