|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dear anybody:
I have created cgi and they work perfectly from any browser in the network. With links, forms or staright from the address line. What I can't get it to do is to run the HTML tag <!--#exec cgi="cgi-bin/program.cgi-->. For some reason it returns nothing, not even an error message. My server has IIS4.0 and cgi in perl work OK on it. Where do you tell it to execute this tag? How do you tell it to execute this tag? It executes other tags. Any cgi perl programm that works from any link or the address line, doesn't produce anything in this tag. Is it something about parsing SHTML files? If you could help me with this I would be very grateful. |
|
#2
|
||||
|
||||
|
<!--#exec cgi="cgi-bin/program.cgi-->. You are missing a double quote at the end of the SSI include: <!--#exec cgi="cgi-bin/program.cgi"-> For executing cgi script using SSI include directive .you need to enable exec SSI directive on your server.contact your server admin for doing that.
__________________
SR - webshiju.com www.lizratechnologies.com "The fear of the LORD is the beginning of knowledge..." |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > <!--#exec cgi & perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|