Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs...
View   r14  >  r13  ...
TWikiInstallationGuide 14 - 25 Nov 2000 - Main.PeterThoeny
Line: 19 to 19
 
  • Now add ScriptAlias for /twiki/bin and Alias for /twiki to file httpd.conf .
    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:
Changed:
<
<
 ScriptAlias /twiki/bin/ "/home/httpd/twiki/bin/"
 Alias /twiki/ "/home/httpd/twiki/pub/"

>
>
 ScriptAlias /twiki/bin/ "/home/httpd/twiki/bin/"
 Alias /twiki/ "/home/httpd/twiki"

  <Directory "/home/httpd/twiki/bin"> Options +ExecCGI
Changed:
<
<
SetHandler? cgi-script
>
>
SetHandler cgi-script
  Allow from all </Directory> <Directory "/home/httpd/twiki/pub">
Changed:
<
<
Options FollowSymLinks? +Includes AllowOverride? None
>
>
Options FollowSymLinks +Includes AllowOverride None
  Allow from all </Directory>
  • Restart Apache by /etc/rc.d/rc5.d/S85httpd restart .
Line: 269 to 269
 -rw-rw-r-- 1 twiki twiki 144 Mar 9 1999 zip.gif
Changed:
<
<
-- PeterThoeny? - 13 Nov 2000
>
>
-- PeterThoeny? - 24 Nov 2000

Revision 14r14 - 25 Nov 2000 - 08:11:28 - PeterThoeny?
Revision 13r13 - 14 Nov 2000 - 02:19:16 - PeterThoeny?
This site is powered by the TWiki collaboration platform.
All material on this collaboration platform is the property of the contributing authors.
All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
Syndicate this site RSSATOM