This is a discussion on Re: Multiple Instances of an Apache Module within the Windows Web Servers forums, part of the Web Server and Related Forums category; david_z_neil@hotmail.com (David Neil) wrote in message news:<4ac37ec1.0403310308.269dfa78@posting.google. com>... > Is this ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
david_z_neil@hotmail.com (David Neil) wrote in message news:<4ac37ec1.0403310308.269dfa78@posting.google. com>...
> Is this a problem with the module or the setup of the conf file? > Is it possible to load separate instances of a module? This is not necessary. You should load the module only once, and you should do that in the main server section, not in a virtualhost. It is the SetHandler lines that actually activate the module that need to be in each virtualhost. Joshua. |