|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Running a php process in the background
Ok, I want to start a php script (myscript.php) via ssh, and when I close the ssh sesison, I want it to stay running... is that possible? I mean, I could always reach over and switch my monitor cable over, but thats oh so much work
|
|
#2
|
||||
|
||||
|
RE: Running a php process in the background
I think you can do this generally with
./runaprogram & So in this case you could do a php myscript.php & I think |
|
#3
|
|||
|
|||
|
RE: Running a php process in the background
that lets you do other tasks, but when you close the SSH session, the php process goes away
|
|
#4
|
||||
|
||||
|
RE: Running a php process in the background
Use screen.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Server Administration > Running a php process in the background |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|