Hi,
I have a weird php/apache problem.
I manage to start apache from a php script I wrote but can not get it to shutdown from a script. I have tried various methods i.e. apache -k shutdown.
I then thought of installing as a service (apache -k install) then run (apache -k start) and reversing the order on quiting.
Problem is that this is supposed to be a portable solution "flash drive" and this method interferes with my local installation of apache so would not be suitable for production.
any ideas...
Reality is built on a foundation of dreams.
I have a weird php/apache problem.
I manage to start apache from a php script I wrote but can not get it to shutdown from a script. I have tried various methods i.e. apache -k shutdown.
I then thought of installing as a service (apache -k install) then run (apache -k start) and reversing the order on quiting.
Problem is that this is supposed to be a portable solution "flash drive" and this method interferes with my local installation of apache so would not be suitable for production.
any ideas...
Reality is built on a foundation of dreams.