Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
29
rated 0 times [  29] [ 0]  / answers: 1 / hits: 131230  / 2 Years ago, fri, december 3, 2021, 9:21:59

I think for a development machine, its more convenient to run Apache as the current user to simplify permissions problem? How do I do that? I think its suexec but how do I configure it in Ubuntu+Apache?


More From » permissions

 Answers
3

I myself would add the user to the www-data group with...



sudo adduser {username} www-data


Simple and effective. No messing with config files or permissions.


[#40801] Sunday, December 5, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whipstder

Total Points: 189
Total Questions: 110
Total Answers: 99

Location: Uzbekistan
Member since Sat, Feb 27, 2021
3 Years ago
;