Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
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

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Marc G. Fournier
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.

Re: [PHP-INST] PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but

2002-01-02 Thread Chris
> > 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: > >