CodeIgniter Forums
logs folder permission 777 gives me 408 Timeout - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: logs folder permission 777 gives me 408 Timeout (/showthread.php?tid=68030)



logs folder permission 777 gives me 408 Timeout - mt19 - 05-13-2017

Hello guys!

I'm on the localhost of my mac and I have a fresh new installation of the latest CI version (3.1.4).

Just changed the base_url with the correct address and log_threshold to 4. If I try to connect to the sites it displays me the welcome message, however it doesn't log anything due to the fact that the user "_www" has not enough permission to write in the logs folder. 

If I try to give the write permissions (tried with many permissions), for example 777, the sites start loading without never show me anything. 

In the Apache log "access_log" I obtain:

127.0.0.1 - - [13/May/2017:10:54:32 +0200] "-" 408 -

As soon as I remove the write permission, it works as expected.


Can someone suggest me something?

Thanks in advance!