|
Unix and suexec
| [Previous] [Main] [Next] |
|
| |
| If your Unix-based web server (e.g., Apache) is running suexec, a popular security feature with some system administrators, you will need to use a slightly modified version of the #exec directive in your html document:
| |
|
| |
| <!--#exec cmd="cgi-bin/yourapp" -->
| |
|
| |
| Note that the only difference between this syntax and the one presented earlier is that the pathname specifying the location of the executable is relative to directory of the html document, without leading "/" or ".." characters.
| |
