News

With a local web server set up, you can view your own files in a web browser, usually by visiting http://localhost/.
But, on most PHP-FPM setups, you will have a permission issue preventing SPX to open a file under /proc/self directory. This is due to the fact that PHP-FPM master process runs as root when child ...