For help, my local Apache is slow
It's okay to look at the error log.
I need to see something.
Run the PHP script with the command line quickly
Apache parsing by page is slow
Error_log, there's only this.
[Thu Jul 25 16:03:34 2013] [Notice] SIGHUP received. Attempting to restart
[Thu Jul 25 16:03:34 2013] [Notice] Apache/2.2.17 (Unix) php/5.3.6 configured--Resuming normal operations
Reply content:
For help, my local Apache is slow
It's okay to look at the error log.
I need to see something.
Run the PHP script with the command line quickly
Apache parsing by page is slow
Error_log, there's only this.
[Thu Jul 25 16:03:34 2013] [Notice] SIGHUP received. Attempting to restart
[Thu Jul 25 16:03:34 2013] [Notice] Apache/2.2.17 (Unix) php/5.3.6 configured--Resuming normal operations
- How to judge slowly? Is the response time five minutes or five seconds? You can't use a perceptual knowledge as a technical question to discuss.
- What is the error reporting level for PHP? There is no PHP error in your error_log, check the php.ini for several configurations related to error.
- Run PHP script with command line quickly, through the page Apache parsing is slow. This contrast is unscientific, and even if you test with the same code, the performance of the command line and Apache MoD is different. If you measure in small enough units of measure, Apache MoD PHP will also be "very slow".