RE: Easy Newbie mod_perl installation question

2001-03-09 Thread Peter Brown

John Walker writes:
  layouts seem to be defined in:
  
  ../apache_1.3.x/config.layout

you can also make your own config layout file and point the configure
script at it

this is something i discovered v. useful :)

for example
this in the layout file

Layout FunkyLayout
prefix:/usr/local
exec_prefix:   $prefix
bindir:$exec_prefix/bin
sbindir:   $exec_prefix/sbin
libexecdir:$exec_prefix/libexec/apache
mandir:$prefix/man
sysconfdir:/www/apache-conf
datadir:   /www
iconsdir:  $datadir/icons
htdocsdir: $datadir/htdocs
cgidir:$datadir/cgi-bin
includedir:$prefix/include/apache
localstatedir: /var
runtimedir:$localstatedir/run
logfiledir:$localstatedir/log
proxycachedir: $datadir/proxy
/Layout

this as a command line option to configure script

--with-layout=path-to-your-config-file:FunkyLayout

hope this is useful :)

Rendhalver




RE: Easy Newbie mod_perl installation question

2001-03-08 Thread John Walker

layouts seem to be defined in:

../apache_1.3.x/config.layout

John

 -Original Message-
 From: Andy Emmerich [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, March 08, 2001 2:48 AM
 To: [EMAIL PROTECTED]
 Subject: Easy Newbie mod_perl installation question
 
 
 When mod_perl's Makefile builds the new httpd in the /src directory, 
 where does it get the apache layout from?  Currently, my build with 
 modperl is looking for httpd.conf in /usr/local/apache, which 
 is not my 
 apache source directory.  I've put the actual directory in 
 every place I 
 can, from the apache source dir's layout file to the Makefile.PL's 
 APACHE_SRC value.  What am I missing?
 
 Thanks, and my apologies if this is already in the archive 
 somewhere and 
 I missed it!
 
 Andy Emmerich
 CS/Engineering Undergrad
 University of Illinois
 



Easy Newbie mod_perl installation question

2001-03-07 Thread Andy Emmerich

When mod_perl's Makefile builds the new httpd in the /src directory, 
where does it get the apache layout from?  Currently, my build with 
modperl is looking for httpd.conf in /usr/local/apache, which is not my 
apache source directory.  I've put the actual directory in every place I 
can, from the apache source dir's layout file to the Makefile.PL's 
APACHE_SRC value.  What am I missing?

Thanks, and my apologies if this is already in the archive somewhere and 
I missed it!

Andy Emmerich
CS/Engineering Undergrad
University of Illinois