gaspaio / gearmanui

A web interface to follow activity on a cluster of gearman servers, powered by Silex and AngularJs.
MIT License
170 stars 49 forks source link

Server Error while accessing URL '/info': 500 - Internal Server Error #17

Open kvelaro opened 6 years ago

kvelaro commented 6 years ago

Sorry for maybe silly question, but every 5 seconds [according to config.yml] there is request to /info. However I have no info.php file. No words about this in docs. What should I place in there?

kvelaro commented 6 years ago

Error as follows: UnexpectedValueException in StreamHandler.php line 107: The stream or file "/var/www/html/gearmanui/src/GearmanUI/../../logs/gearmanui.log" could not be opened: failed to open stream: Permission denied

Made 0777 recursively, error remains the same

kvelaro commented 6 years ago

Problem was in setenforce.

Switched that off for now.

Sorry, thanx