I added that line in, didn't make any difference. The browser is still asking me if I 
want to download my php file.

Just to reiterate. My Win 2000 box is not on a network and I am using http://127.0.0.1 
to serve the file back to me. Apache seems to serve regular html file fine.

I'm trying to configure it such that the entire htdocs directory can contain php 
files. In my sample test, I used http:/127.0.0.1/index.php





> You need to add an Action to you httpd.conf file. Insert the following
> into the 'Action' area:
> 
> Action application/x-httpd-php "/php/php.exe"
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: March 22, 2001 1:27 PM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Re:[PHP-WIN] Apache/PHP on Win 2000
> >
> >
> > Hello:
> > Thanks for your reply. Pls tell me where I have gone wrong for
> > the PHP server is still not parsing the file, basically the
> > browser is still asking if I want to download the php file. I've
> > included my httpd.conf file as an attachment.
> >
> > I'm not all that well-versed on Apache. So pls bear with me.
> >
> > This is what I have:
> >
> > <Directory "D:/Apache/htdocs">
> > AllowOverride None
> > Options Indexes Multiviews
> > Order allow,deny
> > Allow from all
> > </Directory>
> >
> >
> >
> > AddType application/x-httpd-php .php4
> > AddType application/x-httpd-php .php
> > ScriptAlias /php/ "D:/php/"
> >
> >
> > Thanks!!
> >
> >
> > > Defining two different types (your lines 2 and 5) for the same
> extension
> > > does not help...
> > > Try removing the last line. Also, you'll have to enable script
> > parsing for
> > > the directories involved: check your apache docs for <directory> and
> > > 'options'.
> > >
> > > HTH,
> > > Madruga
> > >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: quinta-feira, 22 de Margo de 2001 3:50
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP-WIN] Apache/PHP on Win 2000
> > >
> > >
> > > I am running Apache on Win 2000 and am trying to install PHP on it.
> I've
> > > used the PHP installer and have configured my httpd.conf file
> > to recognize
> > > the php mime type.
> > >
> > > I am using localhost or 127.0.0.1 to do this since I don't have
> > a box that
> > > is online. I've never tried the localhost route before but
> > Apache seems to
> > > serve regular HTML files up fine.
> > >
> > > But, when I load a PHP file on this machine, i.e.
> http://127.0.0.1/test.php,
> > the PHP server doesn't seem to parse the file. It asks me if I want to
> > download the file or open it. I don't want either. I'm not sure what I
> > should do. Any help would be greatly appreciated.
> >
> > Below is what I've dumped in my httpd.conf file. Let me know if it's
> right
> > or wrong.
> >
> > Please help!! Thanks much!
> >
> >
> > AddType application/x-httpd-php .php4
> > AddType application/x-httpd-php .php
> > ScriptAlias /php/ "D:/php/"
> > Action application/x-httpd-php "D:\php\php.exe"
> > AddType application/x-httpd-php4 .php>
> 
> 
> 
> 
> 
> -----------------------------------------------
> Runbox Mail Manager - www.runbox.com
> Free online email application





-----------------------------------------------
Runbox Mail Manager - www.runbox.com
Free online email application

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to