On Sun, Jun 18, 2006 at 01:27:40AM -0700, akonsu wrote:
> after installing 3.9 release i cannot find mod_cgi in the apache
> modules directory. mod_fastcgi is there, but i need plain cgi for
> development. packages list also does not seem to have it. does one
> have to build it from source?
> 

No, one has to look at the list of builtin modules ;-)

$ httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
--^^^^^^^^^

Regards,
Simon

Reply via email to