Quote:
Originally Posted by vikas1111
Hi Jeff.
Thanks for replying. Sorry for that small pic attached, actually i am trying to attach image of 424 * 497 dimension but it is getting resized after uploading.
Regarding httpd.log i am not getting it correctly , could you please explain it in detail ?
IIS port is at 8080 and Apache is at 80.Do i need to change the port for Apache or IIS ? if yes then what port should it be ?
King Regards
Vikas
While the following documentation is geared towards Unix, the specifics (such as directives) of the httpd.conf file are the same, or should be.
Check
this link for logging. You want to specifically read about the ErrorLog directive as it defines where the log file resides and what it is called, where Apache writes the main errors you want to see.
Once you have that set, restart apache and see if it logs anything in there.
Regards,
Jeff