|
Works like a charm! Thank you! -Bob Cozzi www.RPGxTools.com RPG xTools - Enjoy programming again. -----Original Message----- From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Matt.Haas@xxxxxxxxxxx Sent: Wednesday, January 25, 2006 12:33 PM To: web400@xxxxxxxxxxxx Subject: Re: [WEB400] nested SSI with Apache Bob, This does work under Apache. Make sure that your Options directive has +Includes (which turns SSI on in the first place) specified on it. Did you turn SSI's on for CGI programs? If not, adding "AddOutputFilter INCLUDES .pgm" (without the quotes) should fix the problem. The .pgm extension will also turn them on for Net.Data. The sites we're running have several people using various tools to generate content. To cover all the bases (the extension matching isn't case-sensitive), I have this in my configuration file: AddOutputFilter INCLUDES .shtml AddOutputFilter INCLUDES .htm AddOutputFilter INCLUDES .html AddOutputFilter INCLUDES .pgm You also need to make sure that if you have Options directives elsewhere in your configuration file, that they don't turn SSI's off (unless you want to turn them off on purpose). Matt -----Original Message----- From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Bob Cozzi Sent: Wednesday, January 25, 2006 12:34 PM To: 'Web Enabling the AS400 / iSeries' Subject: [WEB400] nested SSI with Apache Back in V4R4, the CERN server didn't recognize the <!==#exec cgi= in an HTML page that was already generated by another SSI <!==#exec. They fixed that with a PTF in that server. I'm not (finally!!!) porting my web over to Apache on V5R3 and have the exact same issue. If a page is generated via CGI, any <!==#include virtual statements are ignored. Is there an option to turn this on in Apache, or do I have to knocking on the IBM supportline to have the fix this issue again? -Bob Cozzi www.RPGxTools.com RPG xTools - Enjoy programming again.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.