Posted by David Dorward on 10/10/92 11:29
code_wrong wrote:
> <!--#exec cgi="../cgi-bin/hello.pl"-->
> when I change the file to shtml from html I get an error message .'.failed
> to process'
Which suggests that something went wrong when trying to run the script. What
does your server's error log say?
> I understand that changing to SHTML from HTML is optional ..
> When I accesss the page with the HTML extension the exec line is ignored
The file extension isn't relevant in of itself, but your server sounds like
it is configured to look for SSI directives in files with .shtml file
extensions, but not .html file extensions. You could reconfigure your
server instead of using a file with a .shtml extension.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|