php-windows Digest 10 Jun 2002 13:48:21 -0000 Issue 1184
Topics (messages 14145 through 14152):
Re: Installing on Apache 2 with PHP
14145 by: Fester
14146 by: Alan Popow
Upgrade from 4.0.6 to 4.2.1
14147 by: Bruce Karstedt
Re: PHP 4.2.1 And WinXP
14148 by: Fester
14149 by: Stuart Dallas
Re: PHP4 + IIS 5.1
14150 by: Cirstoiu Aurel Sorin
Installation problem with PHP-4.06 on NT4/IIS4
14151 by: George Pitcher
How to pass passwd Server <-> Client in a "secure" way
14152 by: Svensson, B.A.T. (HKG)
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 ---
I am running a similar configuration. My httpd.conf contains:
LoadModule php4_module E:/PHP-4.2.1-Win32/sapi/php4apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php
Obviously, your path to php4apache2.dll will be different.
Good luck,
Fester
"Ben Davis" <[EMAIL PROTECTED]> wrote in message
001a01c20fd5$dfe9b000$0101a8c0@BenDavis">news:001a01c20fd5$dfe9b000$0101a8c0@BenDavis...
Does anyone know what directives to put in the httpd.conf file so that you
can run PHP. The LoadModule appears to no longer work in Apache2. I am
trying to install PHP 4.2.1 onto Apache 2.0.36 on Windows 2000. Apache2 is
currently setup correctly and I have PHP installed, I just need to know what
line to put in the httpd.conf file. Thanks
Ben Davis
www.davisben.com
--- End Message ---
--- Begin Message ---
On Sun, 9 Jun 2002 12:51:17 -0400, you wrote:
Mine:
LoadModule php4_module c:/devel/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php .phtml .php3
Alan
>Does anyone know what directives to put in the httpd.conf file so that you can run
>PHP. The LoadModule appears to no longer work in Apache2. I am trying to install
>PHP 4.2.1 onto Apache 2.0.36 on Windows 2000. Apache2 is currently setup correctly
>and I have PHP installed, I just need to know what line to put in the httpd.conf
>file. Thanks
>
>Ben Davis
>www.davisben.com
--- End Message ---
--- Begin Message ---
I used phpdev to install php 4.0.6/apache 1.3.whatever on a win XP box for
development. I need some of the functions in 4.2.1 and have down loaded the
package from php.net.
If someone can give me a hand in letting me know which files I need to
upgrade, move, copy etc. I would be eternally grateful.
Bruce Karstedt
President
Technology Consulting Associates, Ltd.
Tel: 847-735-9488
Fax: 847-735-9474
--- End Message ---
--- Begin Message ---
This seems to be a common theme for PHP4.2.1. I'm running on Win2k and
seeing the same problem, as is another poster (see: "Form Problem".) Given
that several people are seeing the same thing, it does seem to indicate a
problem with PHP 4.2.1 and not our individual installations. I hope that
someone can contribute an answer to this.
Regards,
Fester
"Gonik" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Recently i needed to format my HDD, because of some problems..
> When I reinstalled WinXP Pro (and IIS of course) i had a problem with PHP
> output..
>
> I'm working on a forum developing latelly and when I try to post a new
message
> to the database (mysql) nothing happens! It's like that the form variables
doesn't parse..
> But this happens only in some applications I have! eg. phpMyAdmin, phpBB2
and some
> other apps are working great and some others don't :(
>
> What do you suggest? Any advises are welcome!
>
> PS. When I upload the forum on a host it works!
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
Monday, June 10, 2002, 12:57:49 PM, you wrote:
> This seems to be a common theme for PHP4.2.1. I'm running on Win2k and
> seeing the same problem, as is another poster (see: "Form Problem".) Given
> that several people are seeing the same thing, it does seem to indicate a
> problem with PHP 4.2.1 and not our individual installations. I hope that
> someone can contribute an answer to this.
It is not a problem with PHP. Please read the release notes for the software
you have installed (http://www.php.net/release_4_2_1.php) and pay specific
attention to the 'External variables' section. If you still don't understand
what is going on after that, feel free to let me know.
--
Stuart
--- End Message ---
--- Begin Message ---
Please take a look at:
1. http://www.aspfree.com/asp/startpage.asp?id=99
2. http://www.phpbuddy.com/sub_articles.php?other_articles=4
Please tell me if this helped you.
--
--------------------------------
Cirstoiu Aurel Sorin
InterAKT Support
http://www.interakt.ro
--------------------------------
"Jeroen Schepens" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi, I was just trying to install php4 from php.net manually, but things
> didn't work out the way I hoped. My browser just won't recognise
php-files
> and send them to php.exe. Can anyone give me some pointers? I don't know
> shit about the configuration of IIS so the problem could be with that as
> well. Thx!
> Jeroen
>
>
--- End Message ---
--- Begin Message ---
Hi all,
I am setting up php on a remote server (400 miles away, using remote admin
software) and just cannot get the phpinfo() stuff to work.
I've followed all the instructions and all I get is an HTTP 500 error
message (Internal server error).
Other pages in that folder work fine.
Any suggestions?
George in Edinburgh UK
--- End Message ---
--- Begin Message ---
Dear Mr/Miss/Mrs/Madam/Sir All,
I am currently thinking of how to transport the passwd between
the database and the client. One suggestion would be to use a
one pad chipper, but this is pointless if I want to update
the passwd: the key has to be distributed. So I was thinking
of using a public key system , for example RSA (would DES take
to long time?).
But before I start all this implementation, I wonder what other
kinds of solution other might have been using - I would prefer
not to have scripts running on the client side, but a public
key system force me to do this. (And I can use php, so it
pointless to refer to any php specific methods.)
//Anders
--- End Message ---