diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-31 19:10:48 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-31 19:10:48 -0500 |
commit | e5c8bc6222712fe9f465d4ac36350fd4ea729787 (patch) | |
tree | 21fac5f147da786c39f1cad6313be7caf1423034 /doc/tips/dot_cgi.mdwn | |
parent | b0361b8efde26fbf4f3207be6c3c8f39eb16a9f3 (diff) | |
download | ikiwiki-e5c8bc6222712fe9f465d4ac36350fd4ea729787.tar ikiwiki-e5c8bc6222712fe9f465d4ac36350fd4ea729787.tar.gz |
doc updates for goto branch merge
Diffstat (limited to 'doc/tips/dot_cgi.mdwn')
-rw-r--r-- | doc/tips/dot_cgi.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tips/dot_cgi.mdwn b/doc/tips/dot_cgi.mdwn index fbc3d8bbc..ffcbf95d4 100644 --- a/doc/tips/dot_cgi.mdwn +++ b/doc/tips/dot_cgi.mdwn @@ -26,6 +26,14 @@ 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 enable the [[plugins/apache404]] +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. Something like this, with +the path adjusted to where you've put the CGI: + + ErrorDocument 404 /cgi-bin/ikiwiki.cgi + ## lighttpd Here is how to enable cgi on [lighttpd](http://www.lighttpd.net/) and |