RE: apache 2.0 - blank page
"Graham White" <[email protected]> Mon, 1 Mar 2004 18:26:16 -0800
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
I am using this build: http://software.tangent.org/download/mod_layout-4.0.1a.tar.gz on a redhat 7.3 server The make and make install seems to work perfectly - I get two files installed in the apache2 modules directory: mod_layout.so and liblayout.so And my line to load the module in apache: LoadModule layout_module modules/liblayout.so I tried recompiling but the pages still don't show up. Graham White Director of Systems Administration (250) 954-3203 ext. 125 www.bravenet.com [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Rob Charles Sent: Sunday, February 29, 2004 6:18 AM To: [email protected] Subject: Re: [Mod_layout] apache 2.0 - blank page Make sure you use the mod_layout for Apache 2.0 and not Apache 1.3 As they are 2 versions one for 2.0 and one for 1.3 Rob Charles TheHostMasters Montreal, Canada 514-846-0006 [email protected] http://www.TheHostMasters.com ----- Original Message ----- From: Graham White <mailto:[email protected]> To: [email protected] Sent: Saturday, February 28, 2004 7:11 PM Subject: [Mod_layout] apache 2.0 - blank page I had an apache 1.3.x setup for mass virtual hosting using mod_layout that worked perfectly for all of the different sites. It would prepend a header.html file without issue. I am trying to do the same thing with the latest version of apache 2.0 and the pages show up blank. If I leave the module off there is no problem and pages display normally. Here are the directives I used with apache 1.3.x and what I am doing with apache 2.0. They are located inside virtual host tags and header file to be prepended is a centralized file: Apache 1.3 LayoutMerge Off LayoutDefaultHandlers Off LayoutHandler text/html LayoutHeader /site/apache/header.html Apache 2.0 AddOutputFilter LAYOUT html LayoutHeader /site/apache/header.html Any suggestions? Graham White