master
Joey Hess 2009-01-12 19:16:12 -05:00
parent 7e6abdfd1c
commit 7491b7de11
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
Many ikiwiki examples name the [[cgi]] "ikiwiki.cgi", and put it somewhere
It's common to name the [[cgi]] "ikiwiki.cgi", and put it somewhere
like `~/public_html/ikiwiki.cgi`, or `/var/www/wiki/ikiwiki.cgi`.
If you follow those examples, you may find that when trying to edit a page
in your wiki, you see the raw contents of the ikiwiki.cgi program. Or get a
permission denied problem.
If you do that, you may find that when trying to edit a page in your wiki,
you see the raw contents of the ikiwiki.cgi program. Or get a permission
denied problem.
This is because apache is generally not configured to run cgi scripts
unless they're in `/usr/lib/cgi-bin/`. While you can put ikiwiki.cgi in