> -----Original Message-----
> From: Bill Moseley [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 15, 2006 7:14 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] mod_access => mod_authz_host change
> 
> 
> I have a httpd.conf file that runs on multiple machines -- where a
> different collection of modules are compiled in.  So, I use <IfModule>
> to test if the module is loaded, and load if if needed.
> 
> But, now I have one machine running 2.0.54 and another 2.2 so on one
> machine I need mod_access and the other mod_authz_host.  Can I write
> httpd.conf to know which module to load so it will work on both
> versions?

You want to run two different *versions* of apache, which take different
directives, off the *same* config? 

As you've probably realised, the config file syntax does not support any
dynamic assignment stuff - it's just a flat file. The only way you can
do this is by generating the file at runtime with a script or
preprocessor (m4/perl/python/whatever...)

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> Both machines are Debian, with Stable showing:
> 
> $ /usr/sbin/apache2 -l
> Compiled in modules:
>   core.c
>   mod_access.c
>   mod_auth.c
>   mod_log_config.c
>   mod_logio.c
>   mod_env.c
>   mod_setenvif.c
>   prefork.c
>   http_core.c
>   mod_mime.c
>   mod_status.c
>   mod_autoindex.c
>   mod_negotiation.c
>   mod_dir.c
>   mod_alias.c
>   mod_so.c
> 
> And on Sid:
> 
> $ /usr/sbin/apache2 -l
> Compiled in modules:
>   core.c
>   mod_log_config.c
>   mod_logio.c
>   prefork.c
>   http_core.c
>   mod_so.c
> 
> Frankly, that seems a bit sparse for me.  Hard to imagine never
> needing "Allow".
> 
> 
> 
> 
> -- 
> Bill Moseley
> [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to