This is a discussion on "[SOLVED] Who does my PHP script run as?" within the PHP Forum section. This forum, and the thread "[SOLVED] Who does my PHP script run as? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Who does my PHP script run as?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] Who does my PHP script run as?
Hi
My php script is running on a linux box. PHP 4 is statically bound into Apache. Does the php script run as whoever owns the script? Or as the Apache user? with thanks Justin |
|
|
|
||||
|
Re: Who does my PHP script run as?
On my Debian server, Apache is a Daemon process, so it runs as nouser : nogroup.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: Who does my PHP script run as?
It'll run as the Apache user. User nobody is not a good idea as it can create some security issues.
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Use info from Database in a script ??? | WebNinja | PHP Forum | 2 | May 3rd, 2008 00:59 |
| [SOLVED] Timed stopping script | R8515198 | Other Programming Languages | 3 | Jan 27th, 2008 13:18 |
| [SOLVED] Log In Script Encryption? | Jack Franklin | PHP Forum | 14 | Jan 6th, 2008 17:15 |
| [SOLVED] Search Script | longstand | PHP Forum | 5 | Nov 14th, 2007 18:45 |
| [SOLVED] Image script problem | philsando | JavaScript Forum | 5 | Oct 4th, 2007 13:58 |