Difference: TWikiInstallationGuide (17 vs. 18)

Revision 182001-02-26 - 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
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiInstallationGuide.