We've expanded our news coverage and improved our search! Visit news.oreilly.com for the latest or search for all things across O'Reilly!
advertisement

Article:
  Apache Web Serving with Jaguar, Part 3
Subject:   AddType application/x-httpd-php .php?
Date:   2003-04-26 15:42:55
From:   anonymous2
Trying to get php4 running, you find the lines
# AddType application/x-httpd-php .php
# AddType application/x-httpd-php-source .phps
in the httpd.conf file. They should be uncommented.
I don't find them. Where can they be?
Full Threads Oldest First

Showing messages 1 through 3 of 3.

  • AddType application/x-httpd-php .php?
    2004-01-15 03:50:19  anonymous2 [Reply | View]

    I had some problems with php with a plesk server panel. Plesk sets the engine off for all domain directories not created with the panel. It sould be enable, with php_admin_flag engine on.

    http://www.mariocarbonell.com
  • Kevin Hemenway photo AddType application/x-httpd-php .php?
    2003-04-26 17:28:40  Kevin Hemenway [Reply | View]

    As mentioned in the article, if you don't have those lines, feel free to add them in yourself.
    • AddType application/x-httpd-php .php?
      2003-04-27 14:37:10  anonymous2 [Reply | View]

      Sorry, it seems I used an older version of your article. In the new one it's very obvious, thanks.