IXP-Manager
IXP-Manager copied to clipboard
Artisan running as root causes file ownership permission issues
When Artisan is run as root, it can create files under storage/ that will not be writable by the web user. This will cause the application to crap out.
Possible solution: have Artisan detect it is running as root and drop down to www-data / web user by default.