× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



What does the config look like? You should have something like:

<Directory /your/root/web/dir>
order allow,deny
allow from all
<FilesMatch "\.html(\..+)?$">
Options +Includes
SetOutputFilter Includes
</FilesMatch>
</Directory>

For CGI to handle SSI:

<Directory /qsys.lib/yourcgilib.lib>
allow from all
order allow,deny
Options +ExecCGI +Includes
SetOutputFilter Includes
</Directory>


On Wed, Jun 11, 2014 at 4:10 PM, Justin Taylor <JUSTIN@xxxxxxxxxxxxx> wrote:

I'm trying to use Server Side Includes in my CGIDEV2 apps to be like
/copybooks. I enabled them for my HTTP server using Web Admin for I (at
the global level). I put this in the HTML:
!--#include virtual="/include.html" -->

It's not doing anything though. The #include comes down to the browser,
rather than the code in the include file. I checked the Apache log files
but don't see anything.

Any suggestions?
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.