php-windows Digest 1 May 2001 16:13:27 -0000 Issue 574 Topics (messages 7175 through 7181): microweb.exe 7175 by: jtjohnston 7177 by: jtjohnston cancel <[EMAIL PROTECTED]> 7176 by: jtjohnston cancel <9clbac$nmg$[EMAIL PROTECTED]> 7178 by: jtjohnston Re: PHP, network shares, and IIS5 7179 by: Paul Smith Re: sticky sessions :: Load Balancing :: RE: session tr acking across a server farm 7180 by: Paul Smith php4win.de distribution 7181 by: Jeff Brewster 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] ----------------------------------------------------------------------
Is anyone using microweb.exe from http://www.IndigoStar.com/ ? It allows people to use php & perl from a CD rom server! I dowloaded a php build from http://www.php.net/downloads.php http://www.php.net/do_download.php?download_file=php405-installer.exe&source_site=www.php.net and http://www.php.net/do_download.php?download_file=php404pl1-installer.exe&source_site=www.php.net but the binaries don't completely work! I'm trying to do this: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3"); But the mail function doesn't not work. I receive this message: Warning: Unknown error in E:\cd\test.php on line 14 I would appreciate someone with a bit of php experience to help out. I can get perl to work correctly, but not php. I need anothe rbuild, or a smtp module or ... ? With perl (no flaming please) I install a smtp moduile and it works. Surely php has something to offer. Thanks, John Computer Services FLSH.usherb.ca
Is anyone using microweb.exe from http://www.indigostar.com? (It's a server run on a CD-ROM :o) I'm using these builds: http://www.php.net/do_download.php?download_file=php404pl1-installer.exe&source_site=www.php.net http://www.php.net/do_download.php?download_file=php405-installer.exe&source_site=www.php.net I tried this: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3"); and got this: Warning: Unknown error in E:\cd\test.php on line 14 I would appreciate someone with a bit of php experience to help out. I can get perl to work with microweb.exe but not php. No flaming please :) With perl, I install a module and the smtp works. What does this build not have that I need, and how do I get it to work under windows? Many thanks, John (P.S., an email post and reply would make life much easier :o) ____________________________________________________ John Taylor-Johnston Programming Analyst, http://www.usherb.ca/flsh/
This message was cancelled from within Mozilla.
This message was cancelled from within Mozilla.
Thanks for all your help. You're right, I can't map a drive because IIS is running as a service under win2k and I can't use the user dependant drive mappings... I'll try this patched version? -> -----Original Message----- -> From: Daniel Beulshausen [mailto:[EMAIL PROTECTED]] -> Sent: 30 April 2001 16:22 -> To: Romeo, Domenic A; [EMAIL PROTECTED] - -> -> try http://www.mm4.de/php4win/download/php-unc.zip -> i don't know how long the server is up, because it's -> sheduled to go down today. -> -> daniel -> -> /*-- -> daniel beulshausen - [EMAIL PROTECTED] -> using php on windows? http://www.php4win.de ->
I'm using the Win2k NLB services with PHP4 and it works fine. You can set the affinity to none, single, or a whole subnet to ensure that your client reaches the same server for that session.... If you use cookies to store your login information then the affinity problem goes away as the cookies will be passed to the server each time. Works great! -> -----Original Message----- -> From: Dickerson, Monty [mailto:[EMAIL PROTECTED]] -> Sent: 30 April 2001 17:26 -> To: [EMAIL PROTECTED] -> Subject: [PHP-WIN] sticky sessions :: Load Balancing :: RE: session -> tracking across a server farm -> -> -> Kelvin, -> -> The trick you need is called 'sticky sessions'. -> -> Which are you using to balance the load on your server farm? -> -> . Cisco LocalDirector -> . Dell BigIP -> . An RFC2391-complaint LSNAT router -> . Linux 2.4 iptables -> . Redundant DNS entries (not effective) -> . Microsoft Windows 2000 Advanced Server's LB NAT util -> -> The Cisco LocalDirector ($$$) can do sticky sessions, i.e. -> keep a session -> going to one box behind it, by matching a cookie or a -> substring on the URL. -> -> Hey, HONK if anyone is doing sticky sessions with php4... pls! -> -> :) -> -> montyd -> -> > -----Original Message----- -> > From: Kelvin Luck [mailto:[EMAIL PROTECTED]] -> > Sent: Monday, April 30, 2001 11:14 AM ->
Are there any sites that mirror this distribution of php4 for NT/2000, with oracle pre-compiled? I need this distribution for a large project and the www.php4win.de site is down. If anyone can provide a link to download this I would greatly appreciate it. Jeff