开发者

How to see error info and debug info from Apache server?

开发者 https://www.devze.com 2023-01-12 03:04 出处:网络
Nowadays when running WAMP or MAMP (or the default web server on a Mac), whenever 开发者_如何学Gothere is error from the CGI file (such as Ruby or PHP), the error message is not shown (and no line num

Nowadays when running WAMP or MAMP (or the default web server on a Mac), whenever 开发者_如何学Gothere is error from the CGI file (such as Ruby or PHP), the error message is not shown (and no line number either). Is there a way to run the web server in a shell so that any error message is shown?

The one I am trying to show is on a Mac's built-in web server. (maybe it is a little different in other MAMP or WAMP platforms)


You can find the errors of CGI scripts in /var/log/apache2/error_log for the default web server on apache.

You can view realtime results using :

tail -f /var/log/apache2/error_log
0

精彩评论

暂无评论...
验证码 换一张
取 消