Try setting your log file level to debug, you will get far more information. Also at the end of the 'log format' code in your configuration file (easy double check by command 'httpd -V' which will double check your conf file) add '%L' which when added to both access_log file formats AND error_log formats will give matches between the two easily found with the 'grep' command 'grep "[long-scrambled-unique-characters-for-that-particular-error] '*_log' . Make sure you first are in the log directory. Another helpful tip… your apache comes with it’s VERY OWN manual pages which when enabled in your 'includes' section of your config file, will allow you to access MUCH quicker than going online, where you will find everything you need to know. Angel Hall-Coulston Scotland.
|