# Set HTTPD=%apache2_dname.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=%apache2_dname.worker # Or use #HTTPD=%apache2_dname.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 %apache2_dname #WAITSTOP=300 #WAITGRACEFULSTOP=3000 #USLEEPSTART=300000 #LOOPSSTART=10