Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by pctony: http://wiki.apache.org/httpd/ScratchPad/PHPPerVhost The comment on the change is: formatting ------------------------------------------------------------------------------ == Guide to selectively enabling PHP in different vhosts == - We often see people asking how to enable PHP for different vhosts, selectively. This can be done if you follow the Apache recommended method of enabling PHP in the first place.[[BR]] + We often see people asking how to enable PHP for different vhosts, selectively. This can be done if you follow the Apache recommended method of enabling PHP in the first place. + There is a very popular misconception that people should use {{{AddType}}} to enable PHP. This will not work in this scenario and is not recommended.[[BR]] - The PHP module should be loaded by having something similar to this in your {{{httpd.conf}}} + The PHP module should be loaded by having something similar to this in your {{{httpd.conf}}}: {{{ ...
