Where can I find Apache log for internal debug mode ...
Posted May 5th, 2008 by sz
Something happened to my Vista environment (might be due to other software installations), and debug (DBG) session with Apache exits on trying to connect to Internet Explorer. If I change the default browser to Firefox, it works fine, but I can't debug JavaScript with FireFox. Resetting IE parameters to default does not help. I have been trying to get hold of internal Apache and PHP logs, but can't find them, or where to set flags to generate them under internal setting for VS.php. The output window does not show much information of failure in this regard. The search on the forum is also not working, so I couldn't search back in this regard, so I am sorry if similar issue has been addressed before.


Check the .httpd.conf file
Check the .httpd.conf file for the error_log path.
Are you running VS.Php as an administrator?
Re:
Thank you very much for you response. The .http.conf file did not have a path to a log file defined in there (it's template also did not have one). However, after running the IDE as administrator, it works fine. I thought I was running the IDE as Administrator, but I was not. Earlier, I even reinstalled the VS.PHP out of Program Files directory, but of course that also did not help. But changing the file attribute for devenv.exe to run as administrator fixes the problem (We can also run the app by right clicking and running it as administrator, but it's easier to set it permanently in this case). Thanks again.