Can I use server-side includes in pages
that are generated by a CGI program? If
so how does the server know to look for
them? (where's the .shtml extension).
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10223978.html
Zones:
CGI,
SSIDate Answered: 10/26/1999 Grade: B Views: 0
I want to enable SSI in .cgi page... but I failed .. When I add "AddHandler server-parsed .cgi" in my .htaccess file. The server cannot execute the CGI, it only display the source code!! how can my...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10643561.html
Zones:
CGI,
SSIDate Answered: 07/27/2000 Grade: B Views: 0
anyway to do so ??
i have a .cgi script that generates html pages
based on a TMPL file !!
the .tmpl file have the following..
<!--#include virtual-"thing.inc"-->
when i cann my script
...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20259357.html
Zones:
Perl,
SSIDate Answered: 01/27/2002 Grade: B Views: 0
The following CGI script when run as SSI directive on UNIX server shows "Internal Server Error" message on the calling shtml page. Here is the exact code:
shtml WEB page:
<HTML>
<HEAD>
<TITLE...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_20616692.html
Zones:
CGI,
SSIDate Answered: 05/16/2003 Grade: A Views: 0
Hi, I'm trying to include a file that is in the parent directory but it isn't working. I'm getting this error:
unable to include "template_title.shtml" in parsed file /web/htdocs/app/webachat//b...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20685322.html
I put a SSI test statement in my html file, but it does not execute. The SSI statement:
<!--#include file="SSI_test.inc" -->
The SSI_test.inc file contents (1 line):
<p>This is an SSI test sta...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/IBM_Webs...
How to launch a cgi application from within a html file ?
I've tried this:
<html>
<!--#exec cmd="oostwijk.hypermart.net/cgi-bin/counter.pl" -->
<!--#include virtual="oostwijk.hypermart.net/cg...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20877186.html
OK,
I've had a bit of a look around but can't figure this out...
I have a perl script that draws my web site menu, the idea is that as you go down levels then the menu expands to show where you...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21030009.html
Hi Apache Experts,
I have tried many answers on Expert-Exchange site about how to enable SSI for Apache but NOT able to get this work. It only showed the label but not value of DATE_LOCAL. I think...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21251752.htm...
Hi i have Apache/1.3.31 (Win32) running on Win XP and i want to be able to configure to run SSI on my machine for testing purposes. Don't know a great deal about Apache and just trying to get my h...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21285874.htm...