|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello all,
Here is the situation: I'm updating an old perl/cgi shopping cart system that we used to use on our site. I'm updating it because it has a special feature built into it that we want to use in our current set up. I know pretty much nothing about perl (or files in the cgi-bin for that matter) but I've managed to get the pages generated by perl to look like the rest of our site...with one exception. I can't get any of the SSI to work! The perl code calls an html template which resides in the cgi bin with the perl programs. The template acts as a "shell" for the perl code if you will. I've tried just about every combination on calling the include that I can think of (virtual, file, ../, / etc..) but I just can't get it to show any of the includes. I then tried moving the template to the root folder and changing the template file location in the perl code to the template file in the root folder. Nope! Although I can see the includes if I just manually bring the page up (www.site.com/template.html). I've also tried putting the include files in the cgi-bin in the same folder as the template file but that doesn't seem to work either. Am I beating my head against a door that won't open? Am I missing something simple? I do apologize, I'm not real familiar with perl or working with files in the cgi-bin. Any help is appreciated. Thanks, DaK |
|
||||
|
Hi,
CGI output is not parsed for ssi. You can either write code that would mimic the ssi call reading in the file and adding it to the output, or you can probably update the apache config to include .cgi and .pl files output to be parsed for SSI. Lyle
__________________
Lyle Hopkins Internet Marketing Tutorials, guides and advice Affiliate software Advanced Affiliate Solutions |
|
|||
|
Use the module CGI::SSI from CPAN.org to provide SSI type parsing on generated pages.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |