Re: does this work with apache 1.3.x ?

Scott Grayban <[email protected]> Tue, 29 Mar 2005 05:51:02 -0800
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
None..... If I had any errors to post I would have.
This is why I am so confused. I am getting no errors other then it cores on me.

Maybe the mod just wont compile and work on the mandrake apache 1.3.x

Scott

On Tuesday March 29 2005 05:44, [email protected] wrote:
> If you put that directive inside <VirtualHost> </VirtualHost> what errors are
> you getting?
> 
> Quoting Scott Grayban <[email protected]>:
> 
> > On Tuesday March 29 2005 05:04, Marin Micoriciu wrote:
> > > That line should be inside your <VirtualHost> </VirtualHost>.
> > > Like:
> > >
> > > <VirtualHost www.borgnet.tld:80>
> > > Layout "<-- copyright -->" "Copyright Foobar, 2000"
> > > </VirtualHost>
> >
> > If I do that apache errors out.
> >
> > >
> > >
> > > ----- Original Message -----
> > > From: "Scott Grayban" <[email protected]>
> > > To: <[email protected]>
> > > Sent: Tuesday, March 29, 2005 12:10 PM
> > > Subject: Re: [Mod_layout] does this work with apache 1.3.x ?
> > >
> > >
> > > > Nope.
> > > >
> > > > I have 1 simple line in my conf.
> > > >
> > > > <Directory "/var/www/html/vhosts/borgnet">
> > > > allow from all
> > > > deny via sbl-xbl.spamhaus.org
> > > > Options ExecCGI FollowSymLinks Includes Indexes
> > > > SymLinksIfOwnerMatch -MultiViews
> > > > XBitHack on
> > > > Layout "<-- copyright -->"  "Copyright (c) BORGNET dot US, 2005" replace
> > > > </Directory>
> > > >
> > > >
> > > > And configtest shows no errors but the webpage shows blank if I use any
> > > > layout directives.
> > > >
> > > > This is what my apache is compliled with:
> > > > [root@borgnet etc]$
> > > > $ httpd -v
> > > > Server version: Apache-AdvancedExtranetServer/1.3.31
> > > > (Mandrakelinux/7.1.101mdk)
> > > > Server built:   Nov 10 2004 18:11:36
> > > >
> > > > [root@borgnet etc]$
> > > > $ httpd -V
> > > > Server version: Apache-AdvancedExtranetServer/1.3.31
> > > > (Mandrakelinux/7.1.101mdk)
> > > > Server built:   Nov 10 2004 18:11:36
> > > > Server's Module Magic Number: 19990320:16
> > > > Server compiled with....
> > > > -D EAPI
> > > > -D EAPI_MM
> > > > -D EAPI_MM_CORE_PATH="/var/apache-mm/mm"
> > > > -D HAVE_MMAP
> > > > -D HAVE_SHMGET
> > > > -D USE_SHMGET_SCOREBOARD
> > > > -D USE_MMAP_FILES
> > > > -D HAVE_FCNTL_SERIALIZED_ACCEPT
> > > > -D HAVE_SYSVSEM_SERIALIZED_ACCEPT
> > > > -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
> > > > -D DYNAMIC_MODULE_LIMIT=64
> > > > -D HARD_SERVER_LIMIT=256
> > > > -D SHARED_CORE
> > > > -D HTTPD_ROOT="/etc/httpd"
> > > > -D SUEXEC_BIN="/usr/sbin/suexec"
> > > > -D SHARED_CORE_DIR="/usr/lib/apache"
> > > > -D DEFAULT_PIDLOG="/var/run/httpd.pid"
> > > > -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard"
> > > > -D DEFAULT_LOCKFILE="/var/run/httpd.lock"
> > > > -D DEFAULT_ERRORLOG="/var/log/httpd/error_log"
> > > > -D TYPES_CONFIG_FILE="conf/mime.types"
> > > > -D SERVER_CONFIG_FILE="conf/httpd.conf"
> > > > -D ACCESS_CONFIG_FILE="conf/access.conf"
> > > > -D RESOURCE_CONFIG_FILE="conf/srm.conf"
> > > >
> > > >
> > > > Scott
> > > >