Hello,
HI,Can I have LoadModule directive inside the virtual server block in httpd.conf i.e <VirtualHost *:100>DocumentRoot "C:/vhost" ServerName RuntimeTest1.apple.com *LoadModule setenvif_module modules/myapp.so* # ErrorLog logs/error.log # CustomLog CustomLog logs/access.log common</VirtualHost>
No, you can't: http://httpd.apache.org/docs/2.2/mod/mod_so.html#loadmodule says "Server config".But usually you can configure what a module does or does not in each context using the module's own configuration directives.
Regards Sascha --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx