Just updating my tests, i have tried use:
# Order Deny,Allow
# Deny from All
Allow from LAN IP
Dindt worked, then:
# Order Deny,Allow
# Deny from All
Allow from All
Samething, so:
# Order Deny,Allow
# Deny from All
Allow from All
Require all granted
No luck too, my question now would be, there an way to specific the detail for log on apache?
My guess for there no info on apache logs would be because something would have be set for minimun details.
|