kli Posted January 8, 2003 Share Posted January 8, 2003 Hi there, Just trying to convert my webserver from apache 1.3.27 to 2.0.43, but I ran in to some problems, hope somebody has an idea. In apache 1.3.27 you are able to do the following: <VirtualHost 1.2.3.4> ServerAdmin you@your.domain DocumentRoot /path/to/web/ ServerName web.your.domain AddType application/x-httpd-php .htm .php .php3 php_value auto_prepend_file \"/path/to/files/prepend.inc\" php_value auto_append_file \"/path/to/files/append.inc\" </VirtualHost> I have tried to put this in the 2.0.43 httpd.conf file, but it has no effect. It works if I put the Addtype in the global configuration. The reason for me to want to do it like this is that I want to be able to swich php on/off for the different domains running on the server, controlled by <virtualhost> or has this changed now ? Quote Link to comment https://forums.phpfreaks.com/topic/22-apache-2043-php-430-and-virtualhosts/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.