Eric Covener wrote:
> On Tue, Nov 18, 2008 at 7:08 PM, Anurag Gujral <[EMAIL PROTECTED]> wrote:
>> Hi All,
>>               I was compiling apache with ./configure --prefix=DirName
>> --with-mpm=worker
>>
>> After this I do make,make install but when look at DirName/bin/ I dont use
>> exe httpd.worker.
> 
> That's a convention used by other packagers, the build simply spits
> out "httpd" no matter what MPM you choose.

or by anyone... try --with-progname=gesundheit

The only bit you have to be careful of... is that worker modules [generally]
can be loaded on prefork etc, but never prefork-built modules (which walk
away with the silly idea they don't need threadsafety).

---------------------------------------------------------------------
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