You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Dirk-Willem van Gulik <di...@webweaving.org> on 2003/12/29 12:47:50 UTC

[users@httpd] Re: modified apache...


On Sun, 28 Dec 2003, bruce wrote:

> basically, we need to be able to install a small apache footprint on a

Check out the (dynamic) modules and/or a static compile using hte
confoigure API (do a ./configure --help for a list). You can strip it down
very very far.

> number of servers. we'd like the apache apps to communicate back/forth with
> a master app to access any config information. (ie, we don't want the apache
> app to read the traditional httpd.conf file)
..
> has anyone any knowledge of any app that's modified apache to do this.

Using the cmdline -c and -C you can configure apache a little 'on the fky'
- note that you can repeat them. Problem is - you still need an empty set
of CONFIG_FILE's, such as httpd.conf. So the trick is at Make or configure
time is to use the -D overrides of TYPES_CONFIG_FILE, SERVER_CONFI_FILE,
etc. and point htem to /dev/null.

I've done several in-memory config's for specific projects in the past,
occasionally tieing it in to SNMP - but this is rarely waranted - writing
out a (temporary) httpd.conf file again-and-again is not that hard. And
feel free to moan tha t it is not proper SNMP or BNF parsable :-)

Dw

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org