no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | netbsd_apache [2012/08/31 21:12] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== NetBSD Apache ====== | ||
+ | * [[NetBSD]] | ||
+ | |||
+ | ==== Setup ==== | ||
+ | |||
+ | * Apache user: '' | ||
+ | * Configuration files: ''/ | ||
+ | |||
+ | |||
+ | < | ||
+ | The following files should be created for apache-2.2.22nb1: | ||
+ | |||
+ | / | ||
+ | [/ | ||
+ | </ | ||
+ | |||
+ | === mod_fcgid === | ||
+ | |||
+ | < | ||
+ | |||
+ | To enable this module, add something like the following lines to | ||
+ | your Apache server configuration file: | ||
+ | |||
+ | LoadModule fcgid_module lib/ | ||
+ | |||
+ | < | ||
+ | AddHandler fcgid-script .fcgi | ||
+ | </ | ||
+ | </ |