Differences

This shows you the differences between two versions of the page.

Link to this comparison view

openbsd_apache [2014/06/17 17:14]
openbsd_apache [2014/06/17 17:14] (current)
Line 1: Line 1:
 +====== OpenBSD Apache ======
  
 +  * [[OpenBSD]]
 +  * [[Apache]]
 +  * [[PHP]]
 +
 +** Install mod_fcgid **
 +
 +Use ''​pkg_mgr''​ to install the package, then update ''​httpd.conf''​ to load the module:
 +
 +<​code>​
 +LoadModule fcgid_module /​usr/​local/​lib/​apache2/​mod_fcgid.so
 +</​code>​