Hello Hugo, I'm Hendro from Indonesia.
I'm trying to migrate our office infrastructure from apache to hiawatha. But first i have to make sure that existing application is running well in Hiawatha.
One feature of our existing application is image upload. At the first, i failed to upload but fixed after i change MaxRequestSize. But after that i still have one problem. The application show some error:
Message: move_uploaded_file(/var/www/html/foto/0000002.jpg): failed to open stream: Permission denied
and
Message: move_uploaded_file(): Unable to move '/tmp/phptJBJGA' to '/var/www/html/foto/0000002.jpg'
I tried to run the upload feature in apache, it works. But still not in hiawatha.
Do you have any ideas how to fix this? Thank you