# Set HTTPD=httpd2.worker to use a server
# with the thread-based "worker" MPM; BE WARNED that some modules may not
# work correctly with a thread-based MPM; notably PHP will refuse to start.
# Dont't forget to create httpd.worker.conf config file. copying existing
# httpd.conf could be a good starting point.
# (!) Warning: Stop httpd2 service BEFORE changing the following line
#HTTPD=httpd2.worker
# Or use
#HTTPD=httpd2.prefork
#
# If you want to force proxied (for example by Apache1) mode, which is
# autodetected by default you could add "-DA1PROXIED"
#OPTIONS="-DA1PROXIED"
#
# For start/stop httpd2
#WAITSTOP=300
#WAITGRACEFULSTOP=3000
#USLEEPSTART=300000
LOOPSSTART=18
