Opened 13 years ago
Closed 13 years ago
#32284 closed defect (fixed)
mod_fcgid @2.3.6 shared-memory error when starting up
Reported by: | macportscf@… | Owned by: | pixilla (Bradley Giesbrecht) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | mod_fcgid |
Description (last modified by mf2k (Frank Schima))
I just installed the mod_fcgid port. As I loaded the module via LoadModule in Apache, the daemon refused to start. Instead it gave the error-message:
[emerg] (2)No such file or directory: mod_fcgid: Can't create shared memory for size 1192488 bytes
Setting pathes in the configuration didn't seem to help at all.
What I found is, that the patchfile of the port (patch-fcgid_conf.c) changes the default-path for mod_fcgid-related data (DEFAULT_REL_RUNTIMEDIR) from 'logs/' to 'var/run/'.
The problem is: this directory is not created by the port or by apache itself. When I manually created the directory apache started up just fine.
Change History (3)
comment:1 Changed 13 years ago by macportscf@…
Cc: | macportscf@… added |
---|
comment:2 Changed 13 years ago by mf2k (Frank Schima)
Cc: | macportscf@… removed |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to pixilla@… |
comment:3 Changed 13 years ago by pixilla (Bradley Giesbrecht)
Resolution: | → fixed |
---|---|
Status: | new → closed |
See r90663
Note: See
TracTickets for help on using
tickets.
Cc Me!