Fossil SCM
Fix typos in the server.wiki document.
Commit
e3a2d8f381a1fd59d2686ae525a8a29a4ea1a706
Parent
753f4d9a0426f24…
1 file changed
+2
-2
+2
-2
| --- www/server.wiki | ||
| +++ www/server.wiki | ||
| @@ -158,11 +158,11 @@ | ||
| 158 | 158 | <b>http://mydomain.org/cgi-bin/repo</b> (assuming the "repo" script is |
| 159 | 159 | accessible under "cgi-bin", which would be a typical deployment on Apache |
| 160 | 160 | for instance). |
| 161 | 161 | </p> |
| 162 | 162 | <p> |
| 163 | -To server multiple repositories from a directory using CGI, use the "directory:" | |
| 163 | +To serve multiple repositories from a directory using CGI, use the "directory:" | |
| 164 | 164 | tag in the CGI script rather than "repository:". You might also want to add |
| 165 | 165 | a "notfound:" tag to tell where to redirect if the particular repository requested |
| 166 | 166 | by the URL is not found: |
| 167 | 167 | <blockquote><pre> |
| 168 | 168 | #!/usr/bin/fossil |
| @@ -170,11 +170,11 @@ | ||
| 170 | 170 | notfound: http://url-to-go-to-if-repo-not-found/ |
| 171 | 171 | </pre></blockquote> |
| 172 | 172 | </p> |
| 173 | 173 | <p> |
| 174 | 174 | Once deployed, a URL like: <b>http://mydomain.org/cgi-bin/repo/XYZ</b> |
| 175 | -will serve up the repository "/home/fossil/repos/XYX.fossil" (if it exists). | |
| 175 | +will serve up the repository "/home/fossil/repos/XYZ.fossil" (if it exists). | |
| 176 | 176 | </p> |
| 177 | 177 | </blockquote> |
| 178 | 178 | |
| 179 | 179 | <a name="scgi"></a> |
| 180 | 180 | <h2>Fossil as SCGI</h2><blockquote> |
| 181 | 181 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -158,11 +158,11 @@ | |
| 158 | <b>http://mydomain.org/cgi-bin/repo</b> (assuming the "repo" script is |
| 159 | accessible under "cgi-bin", which would be a typical deployment on Apache |
| 160 | for instance). |
| 161 | </p> |
| 162 | <p> |
| 163 | To server multiple repositories from a directory using CGI, use the "directory:" |
| 164 | tag in the CGI script rather than "repository:". You might also want to add |
| 165 | a "notfound:" tag to tell where to redirect if the particular repository requested |
| 166 | by the URL is not found: |
| 167 | <blockquote><pre> |
| 168 | #!/usr/bin/fossil |
| @@ -170,11 +170,11 @@ | |
| 170 | notfound: http://url-to-go-to-if-repo-not-found/ |
| 171 | </pre></blockquote> |
| 172 | </p> |
| 173 | <p> |
| 174 | Once deployed, a URL like: <b>http://mydomain.org/cgi-bin/repo/XYZ</b> |
| 175 | will serve up the repository "/home/fossil/repos/XYX.fossil" (if it exists). |
| 176 | </p> |
| 177 | </blockquote> |
| 178 | |
| 179 | <a name="scgi"></a> |
| 180 | <h2>Fossil as SCGI</h2><blockquote> |
| 181 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -158,11 +158,11 @@ | |
| 158 | <b>http://mydomain.org/cgi-bin/repo</b> (assuming the "repo" script is |
| 159 | accessible under "cgi-bin", which would be a typical deployment on Apache |
| 160 | for instance). |
| 161 | </p> |
| 162 | <p> |
| 163 | To serve multiple repositories from a directory using CGI, use the "directory:" |
| 164 | tag in the CGI script rather than "repository:". You might also want to add |
| 165 | a "notfound:" tag to tell where to redirect if the particular repository requested |
| 166 | by the URL is not found: |
| 167 | <blockquote><pre> |
| 168 | #!/usr/bin/fossil |
| @@ -170,11 +170,11 @@ | |
| 170 | notfound: http://url-to-go-to-if-repo-not-found/ |
| 171 | </pre></blockquote> |
| 172 | </p> |
| 173 | <p> |
| 174 | Once deployed, a URL like: <b>http://mydomain.org/cgi-bin/repo/XYZ</b> |
| 175 | will serve up the repository "/home/fossil/repos/XYZ.fossil" (if it exists). |
| 176 | </p> |
| 177 | </blockquote> |
| 178 | |
| 179 | <a name="scgi"></a> |
| 180 | <h2>Fossil as SCGI</h2><blockquote> |
| 181 |