paragi / sphp

A snappy PHP execution module / middleware
46 stars 14 forks source link

Hitting open_basedir restriction #1

Closed paragi closed 8 years ago

paragi commented 8 years ago

If open_basedir is not set to the path of document root, the php-worker script will fail to open scripts in the public folder, (Except if a sub dir to module sphp)

Workaround: in php.ini set: open_basedir = [document root]

paragi commented 8 years ago

Solved as of ver 0.3.5