You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by John Moser <jo...@gmail.com> on 2012/06/19 17:41:13 UTC

[users@httpd] Help: Plugin error "SSI" not found

Google is being extremely unhelpful with this one.  I can't seem to
get this application working (it's working on another install, I'm
migrating it from one ancient RH9 server to a modern, supported RHEL
server).


I'm attempting to access the (sanitized) URL:

http://xxxxxx/cgi-bin/nsearch.cgi?stype=news&query=fire


The result I get in the browser is:

Software error:

plugin error - SSI: plugin not found



The error.log from Apache (slightly sanitized) is:

[Tue Jun 19 11:20:23 2012] [error] [client cccccc] [Tue Jun 19
11:20:23 2012] nsearch.cgi: print() on closed filehandle LF at
/var/www/cgi-bin/nsearch.cgi line 210., referer:
http://xxxxxx/news-index.shtml
[Tue Jun 19 11:20:23 2012] [error] [client cccccc] [Tue Jun 19
11:20:23 2012] nsearch.cgi: plugin error - SSI: plugin not found,
referer: http://xxxxxx/news-index.shtml


The SSI in news-index.shtml works, and I have 'Options +Includes' for
/var/www/cgi-bin/.  mod_include is loaded.  I've tried
'AddOutputFilter Includes .cgi' in the cgi-bin directory block as
well.



I've tried googling:

apache "plugin error" "plugin not found"

"ssi:  plugin not found"

apache ssi plugin not found

apache "plugin not found"



No such luck.

Point me in the right direction anyone?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: Help: Plugin error "SSI" not found

Posted by John Moser <jo...@gmail.com>.
On Tue, Jun 19, 2012 at 12:20 PM, John Moser <jo...@gmail.com> wrote:
> On Tue, Jun 19, 2012 at 11:41 AM, John Moser <jo...@gmail.com> wrote:
>
>> Point me in the right direction anyone?
>
> Well so far I've determined it's a PERL module (Apache::SSI) that I
> need.  Just by luck, found something unrelated with the same error and
> noticed it was related to a perl module.
>
> Guess I need to go find the Perl list and figure out what the heck
> module I need for Apache::SSI on Apache 2.2, since it wants Apache 1.3
> :|

... nope.  That wasn't it.  (For the curious, I needed CGI::SSI, not
Apache::SSI ... but, not the issue here.)

Can't find "plugin error" or "plugin not found" in my apache source
code either, at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: Help: Plugin error "SSI" not found

Posted by John Moser <jo...@gmail.com>.
On Tue, Jun 19, 2012 at 11:41 AM, John Moser <jo...@gmail.com> wrote:

> Point me in the right direction anyone?

Well so far I've determined it's a PERL module (Apache::SSI) that I
need.  Just by luck, found something unrelated with the same error and
noticed it was related to a perl module.

Guess I need to go find the Perl list and figure out what the heck
module I need for Apache::SSI on Apache 2.2, since it wants Apache 1.3
:|

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org