in reply to Re: Calling a script onto an HTML doc.
in thread Calling a script onto an HTML doc.

It would be safer to use

Options +IncludesNOEXEC

This way you disable execution of local commands, as explained in Apache SSI documentation:

Server-side includes are permitted, but the #exec command and #exec CGI are disabled. It is still possible to #include virtual CGI scripts from ScriptAliase'd directories.

Ciao, Valerio

Replies are listed 'Best First'.
Re: Re: Re: Calling a script onto an HTML doc.
by FireBird34 (Pilgrim) on Oct 25, 2002 at 19:17 UTC
    Thanks for the help! I was able to configure it, but it wouldn't take effect. Finally got fed up, and shut down the computer. Came on the next morning, and it worked... no brainer, I know. Forgot to reboot. Thanks again for the help!