I am trying to setup the "noabort" options for a specific php file in my web root.  I have tried multiple variations  of "Rewrite Rules" but nothing seems to work.  I have a php script that writes to the syslog 'start', sleeps(20), and then writes 'end'.   I call this test script via a url and...