Re: Help setting up mod_layout for Apache2

Steve Yates <[email protected]> Tue, 26 Apr 2005 12:31:07 -0500
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
	Huh, it works today.  All I did (that I know of) was try to add
"LayoutMerge On" which isn't a supported directive in v4, apparently,
and after I took it out it and restarted apache it magically started
working.  I had restarted apache maybe a dozen times already so I don't
know what happened.

 - Steve Yates
 - ITS, Inc.
 - D&D players do it for the experience points.

~ Taglines by Taglinator 4 - www.srtware.com ~


> 	I know I'm missing something basic.  Fedora 2, Apache 2.0.51. 
> I've compiled mod_layout, added to httpd.conf:
> 
> LoadModule layout_module modules/liblayout.so
> 
> and (not in a virtualhost section):
> 
> AddOutputFilter LAYOUT html
> LayoutHeader "<!--test-->"
> LayoutComment On
> 
> These files do exist:
> /usr/lib/httpd/liblayout.so
> /usr/lib/httpd/mod_layout.so
> 
> 
> /test.html (before and after):
> <html><head></head><body><p>test</p></body></html>
> 
> 	How come I have no added text?