diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 19:16:12 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-12 19:16:12 -0500 |
commit | 7491b7de112cbf9c6159a03df63eb64b5100b1fc (patch) | |
tree | 678e4231f8c29a079f97fe7a0edc5aae40b7d8a9 /doc/tips | |
parent | 7e6abdfd1c4d72df154f8e3ac64cdec9317c1c39 (diff) |
update
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/apache_cgi.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tips/apache_cgi.mdwn b/doc/tips/apache_cgi.mdwn index f10baed2e..3ceb0e182 100644 --- a/doc/tips/apache_cgi.mdwn +++ b/doc/tips/apache_cgi.mdwn @@ -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 |