Hi,
SMe 7.4 - Server-gateway-fully updated;
Scenario:
I had a client that modified a custom-template for an ibay that he allows access
to via restricted ip's. However, he had inadvertently put a CR in line of space separated ip's; so that the line looked like :
allow from xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy
192.168.101.1
Instead of :
allow from xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy 192.168.101.1
The template fragments were expanded, and service restarted ; afterwards
I got a call saying no web pages / webmail / Server-manager was available. I determined that they had made a change to a custom template, so started looking there (logged in remotely via ssh ) and found the "CR" , fixed the offending line, expanded the template and restarted the service with all working.
The question ; Where are these errors logged to : I looked in messages, boot.log, httpd/access_log ; httpd/error_log ( could see http 304 );
Thanks
Warren