Jump to content

kli

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kli's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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 ?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.