0

how to set up different owner for php? now it runs from www-data, i need to setup it runs from myself

kusanagi
  • 145
  • 1
  • 4

1 Answers1

1

If you're using spawn-fcgi to spawn the PHP process, just add "-u <username>" to the spawn-fcgi command.

Mike Scott
  • 7,993
  • 31
  • 26