apache tutorial - PHP Development Virtual Host - apache - apache web server - apache server - apache2
PHP Development Virtual Host in Apache
This is an example on how to control PHP error logging in a virtual host site for development and debugging. Assumptions
- The PHP module has been installed.
- Development environment is not for production.
Note: The Virtual Host configuration is for development only because the display_errors is enabled and you do not want that in production.