|
|
Index Data > Keystone DLS (TKL) (NO LONGER BEING ACTIVELY DEVELOPED) > Keystone Administration > Enabling Keystone in Apache 1.3.X
The Apache configuration must be modified in order to enable
Keystone files to be processed by the PHP module.
Edit the file
First, the page type
<IfModule mod_dir.c>
DirectoryIndex index.html index.php ... index.tkl
</IfModule>
Note
Apache module
Second, the tkl-handler must be set. Add the following two
lines inbetween the
<IfModule mod_actions>
AddHandler tkl-handler .tkl
Action tkl-handler /tklite/shell.php
...
</IfModule>
Make sure the last line reflects the actual location of the shell script relative to the document root of the server. Note
Apache module |
|||
|
|
||||
| Copyright Index Data ApS 2008 | ||||