Opened 16 years ago
Last modified 7 years ago
#15966 new defect
apache2: mod_cgi.so missing
Reported by: | wsiegrist@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | Schamschula (Marius Schamschula), pixilla (Bradley Giesbrecht) | |
Port: | apache2 |
Description
I installed apache2+workermpm on 10.5.3. When trying to run apache, it complained about missing mod_cgi:
bash$ /opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start httpd: Syntax error on line 104 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_cgi.so into server: dlopen(/opt/local/apache2/modules/mod_cgi.so, 10): image not found
Change History (7)
comment:1 Changed 16 years ago by wsiegrist@…
comment:2 Changed 16 years ago by blb@…
Milestone: | → Port Bugs |
---|
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from imajes@… to macports-tickets@… |
---|
James Cox (imajes) retires as MacPorts maintainer (see macports-mgr archives)
comment:5 Changed 14 years ago by jmroot (Joshua Root)
Port: | apache2 added |
---|
comment:6 Changed 10 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:7 Changed 7 years ago by jmroot (Joshua Root)
Cc: | Schamschula pixilla added |
---|
Note: See
TracTickets for help on using
tickets.
After further searching, threaded MPMs cannot be used with mod_cgi, so that module does not get built when using workermpm. There is an alternate module, mod_cgid which should be used instead. This probably warrants a patch to httpd.conf in the workermpm variant.