diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-31 19:26:36 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-31 19:26:36 -0500 |
commit | 3b83e520182a83e4ae6c61ab7b360b0eb939469f (patch) | |
tree | 540e62579bb246a411d25fac866968605ee496f7 /doc | |
parent | e5c8bc6222712fe9f465d4ac36350fd4ea729787 (diff) | |
download | ikiwiki-3b83e520182a83e4ae6c61ab7b360b0eb939469f.tar ikiwiki-3b83e520182a83e4ae6c61ab7b360b0eb939469f.tar.gz |
rename apache404 -> 404
This may already work with other web servers that have copied apache's
interface, and it should be easy to add support to it for web servers that
use some other interface. So, make the name more general.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/404.mdwn (renamed from doc/plugins/apache404.mdwn) | 2 | ||||
-rw-r--r-- | doc/plugins/goto.mdwn | 2 | ||||
-rw-r--r-- | doc/tips/dot_cgi.mdwn | 9 |
3 files changed, 6 insertions, 7 deletions
diff --git a/doc/plugins/apache404.mdwn b/doc/plugins/404.mdwn index bab8fb59d..8d36279c8 100644 --- a/doc/plugins/apache404.mdwn +++ b/doc/plugins/404.mdwn @@ -1,4 +1,4 @@ -[[!template id=plugin name=apache404 author="[[Simon_McVittie|smcv]]"]] +[[!template id=plugin name=404 author="[[Simon_McVittie|smcv]]"]] [[!tag type/useful]] This plugin lets you use the IkiWiki CGI script as an Apache 404 handler, diff --git a/doc/plugins/goto.mdwn b/doc/plugins/goto.mdwn index 21dda16b2..9c401c5d2 100644 --- a/doc/plugins/goto.mdwn +++ b/doc/plugins/goto.mdwn @@ -2,7 +2,7 @@ [[!tag type/useful]] This plugin adds a `do=goto` mode for the IkiWiki CGI script. It's mainly -for internal use by the [[apache404]], [[comments]] and [[recentchanges]] +for internal use by the [[404]], [[comments]] and [[recentchanges]] plugins, which enable it automatically. With this plugin enabled you can link to `ikiwiki.cgi?do=goto&page=some/where` diff --git a/doc/tips/dot_cgi.mdwn b/doc/tips/dot_cgi.mdwn index ffcbf95d4..04d7a9721 100644 --- a/doc/tips/dot_cgi.mdwn +++ b/doc/tips/dot_cgi.mdwn @@ -26,11 +26,10 @@ 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: +* 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. + Something like this, with the path adjusted to where you've put the CGI: ErrorDocument 404 /cgi-bin/ikiwiki.cgi |