Difference: TWikiInstallationGuide (17 vs. 18)

Revision 1826 Feb 2001 - Main.PeterThoeny

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.
  • Here are example httpd.conf entries:
     ScriptAlias /twiki/bin/ "/home/httpd/twiki/bin/"
    
    
Changed:
<
<
Alias /twiki/ "/home/httpd/twiki"
>
>
Alias /twiki/ "/home/httpd/twiki/"
  <Directory "/home/httpd/twiki/bin"> Options +ExecCGI SetHandler cgi-script
 
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Proyecto META? Send feedback