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.

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/msg00030.html

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

Hi,
SharememPath does not solve problem.