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

Reply via email to