These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Invalid argument: mod_fcgid: Can't create share memory for size %zu byte on the new forum.
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/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
Hi, SharememPath does not solve problem.