Index: cgi.html =================================================================== RCS file: /home/cvspublic/httpd-docs-1.3/htdocs/manual/howto/cgi.html,v retrieving revision 1.6 diff -u -r1.6 cgi.html --- cgi.html 2000/12/03 03:02:59 1.6 +++ cgi.html 2000/12/22 01:52:07 @@ -125,7 +125,7 @@ configuration file, if you installed Apache in the default location. The <code>ScriptAlias</code> directive is much like the <code>Alias</code> directive, which defines a URL prefix that is to -mapped to a particular directory. <code>Alias</code> and +be mapped to a particular directory. <code>Alias</code> and <code>ScriptAlias</code> are usually used for directories that are outside of the <code>DocumentRoot</code> directory. The difference between <code>Alias</code> and <code>ScriptAlias</code> is that
-- Yoshiki Hayashi