You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Peter Shipley <pe...@windj.ath.cx> on 2005/04/17 22:46:44 UTC

Lenya and Server Side Includes (SSI)

Hi folks,

What options are there in Lenya for incorporating SSI ? I noticed 
src\java\org\apache\lenya\util\SSI.java

Regards

Pete

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: Lenya and Server Side Includes (SSI)

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Michael Wechner wrote:

>> SSI should be handled by your reverse proxy.

> I don't think so, because it would require to export stuff statically

not necessarily. you can configure httpd to add SSI to any .html via
SetOutputFilter

in 2.1, this has become even easier:

http://httpd.apache.org/docs-2.1/mod/mod_filter.html#examples

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: Lenya and Server Side Includes (SSI)

Posted by Michael Wechner <mi...@wyona.com>.
Gregor J. Rothfuss wrote:

> Peter Shipley wrote:
>
>> Hi folks,
>>
>> What options are there in Lenya for incorporating SSI ? I noticed 
>> src\java\org\apache\lenya\util\SSI.java
>
>
> SSI should be handled by your reverse proxy.


I don't think so, because it would require to export stuff statically

Michi

> that class is deprecated and has been removed from 1.4
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
>
>


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: Lenya and Server Side Includes (SSI)

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Peter Shipley wrote:
> Hi folks,
> 
> What options are there in Lenya for incorporating SSI ? I noticed 
> src\java\org\apache\lenya\util\SSI.java

SSI should be handled by your reverse proxy. that class is deprecated 
and has been removed from 1.4

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org


Re: Lenya and Server Side Includes (SSI)

Posted by Michael Wechner <mi...@wyona.com>.
Peter Shipley wrote:

> Hi folks,
>
> What options are there in Lenya for incorporating SSI ? I noticed 
> src\java\org\apache\lenya\util\SSI.java


take a look at the portal framework of Cocoon  resp.

org.apache.cocoon.portal.serialization.IncludingHTMLSerializer

(I didn't know that this one exists until very recently ;-)

HTH

Michi

>
> Regards
>
> Pete
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
> For additional commands, e-mail: user-help@lenya.apache.org
>
>


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org