
| Line: 20 to 20 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Note: The ScriptAlias must come before the Alias in Apache, otherwise it will fail to correctly set up /twiki/bin/ , due to the fact that it sees that as being just another subdirectory of the /twiki/ alias.
| ||||||||
| Changed: | ||||||||
| < < | Alias /twiki/ "/home/httpd/twiki" | |||||||
| > > | Alias /twiki/ "/home/httpd/twiki/" | |||||||
| <Directory "/home/httpd/twiki/bin"> Options +ExecCGI SetHandler cgi-script | ||||||||