I am writing a Web server application that uses shared memory. I have written a PHP script that creates and initializes the shared memory segment. I would like to run this script when Apache first starts, but can not find a way to call a PHP scipt on Apache startup. Does anyone have any ideas? Thanks