php-windows Digest 17 Nov 2002 12:11:44 -0000 Issue 1445

Topics (messages 16993 through 16996):

Re: PHP4 installation-problem, getting download-screen
        16993 by: Cam Dunstan
        16995 by: Cam Dunstan

Mccrypt installation?
        16994 by: Davy Obdam

w2k + sp3 + php 4.2.3
        16996 by: mst

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Andreas,
Seems like you need to tell Apache to EXECUTE any php files asked for rather
than offer them up for download.  Do this by editing your httpd.conf file
(C:\Program Files\Apache Group\Apache\conf\httpd.conf) as follows ....


ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
Action application/x-httpd-php "/php/php.exe"

 .... typically near or underneath the "Aliases" or "ScriptAliases" section
where a portion of these directives might already be found but in an
incomplete or incorrect form.

This tells Apache that files with a php extension should be executed through
php.exe - assuming of course that you have chosen a cgi style implementation
(not optimal but probably less trouble if you are just starting out).




----- Original Message -----
From: "Andreas Ferge" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 3:48 AM
Subject: [PHP-WIN] PHP4 installation-problem, getting download-screen


> Hi,
>
> I've just installed PHP4 with Apache 1.3.x on Wondows XP. When I start the
> info-script
>
> <?php
> phpinfo();
> ?>
>
> i always get the download-screen. What is wrong here? Apache is working
> well. Please help me, I'm a newbie.
>
> Thanks in advance!
>
> Andreas
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
andreas,
goodo mate - one other thing - now that you are airborne; on just about any
OS except win95-98 you will run into a permissions problem sooner or later,
especially when experimenting with file uploads and the like - so if you get
"access denied" or "could not write file" type errors it will almost
certainly be a permissions issue.  Read back through the list for lots of
good advice from contributers on permissions and security issues in general
before you go "live".

cheers.


----- Original Message -----
From: "Kalle" <[EMAIL PROTECTED]>
To: "Cam Dunstan" <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 12:04 PM
Subject: Re: [PHP-WIN] PHP4 installation-problem, getting download-screen


> Thank you very much!!!! Although I had done all this modifications before,
> it never worked. Now I've taken yours (copy and paste) and everything is
> well!!! Thanks!
>
> Andreas


--- End Message ---
--- Begin Message ---
Hi people

I have a problem installing some extensions on a windows XP machine
(Apache 2.0.40 and PHP 4.2.3/MySql 3.23.52). I now have most of the
extensions i need 
installed, although there are a few ones wich i dont get to work? Any 
idea`s? ;extension=php_mcrypt.dll doesnt work and stil produces a 
error message.. Thanks 

Best regards,
 
Davy Obdam
mailto:[EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
I have problem with w2k ater sp3 instalation. PHP not work.
What can I do?

mst


--- End Message ---

Reply via email to