category      articles    
 
Adsense
Adwords
Article
Blog
CMS
CSS Style
Datacenter
Design Graphics
Flash Animation
Internet Radio
Messenger
Programming
Provider
Search Engine
Security
Security Web
SEF
SEO
Software
Software Web
AcceptMutex directive for Apache

- AcceptMutex directive
Syntax: AcceptMutex uslock|pthread|sysvsem|fcntl|flock|os2sem|tpfcore|none|default
Default: AcceptMutex default
Context: server config
Status: core
Compatibility: AcceptMutex is available in Apache 1.3.21 and later.

AcceptMutex controls which accept() mutex method Apache will use. Not all methods are available on all platforms, since the suite of methods is determined at compile-time. For a list of which methods are available for your particular build, the httpd -V command line option will list them out.

The compile time flags -D HAVE_METHOD_SERIALIZED_ACCEPT can be used to add different methods to your build, or one can edit the include/ap_config.h file for your particular platform.

This directive has no effect on Microsoft Windows.

OTHER ARTICLES

Doctypes for XHTML docs

Count how many days

Redirect with htaccess

AuthName directive for Apache

Sendmail using PHP

AcceptFilter for Apache

htaccess at Windows

Confirm box with 2 location

About Pico at Linux

AddModule directive for Apache