aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/dot_cgi.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawm0-WSZnp73Gr2n4a4tmxVPY5kUE50lYH4 <Hector@web>2010-10-04 14:34:35 +0000
committerJoey Hess <joey@kitenet.net>2010-10-04 14:34:35 +0000
commited2071802f3f637e191eaefbf264f4439b2b3e2d (patch)
tree3cc0ba8eeb6dbb4a00d79d6b8552b7b4d3f05de2 /doc/tips/dot_cgi.mdwn
parent01fd6aa3b74ae77c7252e6944774076e6fe40690 (diff)
downloadikiwiki-ed2071802f3f637e191eaefbf264f4439b2b3e2d.tar
ikiwiki-ed2071802f3f637e191eaefbf264f4439b2b3e2d.tar.gz
Adding apache2 dependencies to enable CGI
Diffstat (limited to 'doc/tips/dot_cgi.mdwn')
-rw-r--r--doc/tips/dot_cgi.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tips/dot_cgi.mdwn b/doc/tips/dot_cgi.mdwn
index da55c1f1c..42a0aa7bf 100644
--- a/doc/tips/dot_cgi.mdwn
+++ b/doc/tips/dot_cgi.mdwn
@@ -26,6 +26,8 @@ configuration changes should work anywhere.
Or, if you've put it in a `~/public_html`, edit
`/etc/apache2/mods-available/userdir.conf`.
+ You may also want to install some dependencies to enable CGI in apache2 setup as: `libcgi-formbuilder-perl` and `libcgi-session-perl`.
+
* You may also want to enable the [[plugins/404]] plugin.
To make apache use it, the apache config file will need a further
modification to make it use ikiwiki's CGI as the apache 404 handler.