Got it ... application/x-httpd-php doesn't appear to work, but
application/x-http-php does ...
On Wed, 2 Jan 2002, Marc G. Fournier wrote:
> On Wed, 2 Jan 2002, Chris wrote:
>
> > You *almost* did it correctly. Try adding the following to your httpd.conf file:
> > # DirectoryIndex: Name of the
On Wed, 2 Jan 2002, Chris wrote:
> You *almost* did it correctly. Try adding the following to your httpd.conf file:
> # DirectoryIndex: Name of the file or files to use as a pre-written HTML
> # directory index. Separate multiple entries with spaces.
> #
>
> DirectoryIndex index.html index.
>
> as a quick follow up, I installed lsof, and it appears that php4 is being loaded,
> but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for
> some reason, its not registering application/x-httpd-php as a valid type?
>
> On Wed, 2 Jan 2002, Marc G. Fournier wrote:
>
>