[PHP] IIS, PHP and HTML

2010-06-23 Thread Phillip Baker
Greetings All, I am at a new Gig. So this is the existing setup so changing it at least in the short term is not an option. We are in an IIS shop. We have a bunch of files that are html, and in need of php functionality. And that would be a BUNCH of files. I am interested in setting if I can

Re: [PHP] IIS, PHP and HTML

2010-06-23 Thread Ashley Sheridan
On Wed, 2010-06-23 at 16:26 -0600, Phillip Baker wrote: Greetings All, I am at a new Gig. So this is the existing setup so changing it at least in the short term is not an option. We are in an IIS shop. We have a bunch of files that are html, and in need of php functionality. And that

RE: [PHP] IIS, PHP and HTML

2010-06-23 Thread Tommy Pham
-Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Wednesday, June 23, 2010 4:47 PM To: Phillip Baker Cc: PHP General List Subject: Re: [PHP] IIS, PHP and HTML On Wed, 2010-06-23 at 16:26 -0600, Phillip Baker wrote: Greetings All, I am

RE: [PHP] IIS, PHP and HTML

2010-06-23 Thread Ashley Sheridan
On Wed, 2010-06-23 at 17:34 -0700, Tommy Pham wrote: -Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Sent: Wednesday, June 23, 2010 4:47 PM To: Phillip Baker Cc: PHP General List Subject: Re: [PHP] IIS, PHP and HTML On Wed, 2010-06-23 at 16:26

[PHP] IIS vs Apache

2007-10-11 Thread Philip Thompson
From this article http://blogs.iis.net/bills/archive/2007/05/07/iis-vs-apache.aspx written in May of this year, the author makes this comment about IIS and PHP: [snippet] If you're worried about IIS performance and reliability when running PHP vs. running on Apache, you're concerns are

[PHP] IIS 6 and php.ini not being friends

2007-10-10 Thread Philip Thompson
Hi. I have installed PHP ~ a dozen times on Windows and *nix systems, so I don't consider myself to be a newbie at this. However, I've run into a problem that I have run out of ideas. I have Google'd many sites and none of the suggestions provided worked for me. Specs: PHP 5.2.4 (Manual install)

Re: [PHP] IIS 6 and php.ini not being friends

2007-10-10 Thread Stut
Philip Thompson wrote: Hi. I have installed PHP ~ a dozen times on Windows and *nix systems, so I don't consider myself to be a newbie at this. However, I've run into a problem that I have run out of ideas. I have Google'd many sites and none of the suggestions provided worked for me. Specs:

RE: [PHP] IIS 6 and php.ini not being friends

2007-10-10 Thread Bastien Koert
why not try searching the c:/windows folder for a copy of the php.ini file? Maybe there is a straggler that needs to be deleted. Bastien Date: Wed, 10 Oct 2007 17:24:54 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: php-general@lists.php.net Subject: Re: [PHP] IIS 6 and php.ini

Re: [PHP] IIS 6 and php.ini not being friends

2007-10-10 Thread Philip Thompson
On 10/10/07, Bastien Koert [EMAIL PROTECTED] wrote: why not try searching the c:/windows folder for a copy of the php.inifile? Maybe there is a straggler that needs to be deleted. Bastien - That may be a possibility... except I just built the machine yesterday, so I know php.ini is not in

[PHP] IIS Rewrite or Mod_Rewrite

2006-10-31 Thread Kevin
Hi, I have created a website which is using the iis rewrite module to write the following: index.php?tn_id=5ln_id=4 to something like /contact/directions.html and this works fine however I have a link at the bottom which needs to pass another variable through the query string before it

Re: [PHP] IIS Rewrite or Mod_Rewrite

2006-10-31 Thread Kevin
Jochem Maas wrote: Kevin wrote: Hi, I have created a website which is using the iis rewrite module to write the following: index.php?tn_id=5ln_id=4 to something like /contact/directions.html and this works fine however I have a link at the bottom which needs to pass another variable

Re: [PHP] IIS Rewrite or Mod_Rewrite

2006-10-31 Thread Jochem Maas
Kevin wrote: Hi, I have created a website which is using the iis rewrite module to write the following: index.php?tn_id=5ln_id=4 to something like /contact/directions.html and this works fine however I have a link at the bottom which needs to pass another variable through the query

Re: [PHP] [ACIDIC HUMOR] Re: [PHP] IIS Rewrite or Mod_Rewrite

2006-10-31 Thread Stut
Jochem Maas wrote: Kevin wrote: Jochem Maas wrote: yes Apache, are you allowed/able to use apache? no only allowed to use windows server ah and I see your company lives off ill-managed/spent NHS-pork - i.e. the latest bullshit multi-billion pound NHS IT overhaul with

[PHP] [ACIDIC HUMOR] Re: [PHP] IIS Rewrite or Mod_Rewrite

2006-10-31 Thread Jochem Maas
Kevin wrote: Jochem Maas wrote: Kevin wrote: Hi, I have created a website which is using the iis rewrite module to write the following: index.php?tn_id=5ln_id=4 to something like /contact/directions.html and this works fine however I have a link at the bottom which needs to pass

[PHP] IIS,Apache

2006-04-12 Thread Norman Huasebe - TICWARE
Hi, I've been working on PHP using windows IIS as web server but now that I moved to Linux I'll use APACHE 2.x I read about and every where I see that apache improves PHP I would like to now specifics cases Can anyone help me with this, please? Anybody got a clue to lend? Thanks, Norman

[PHP] IIS/PWS 5 Help

2005-09-28 Thread amafind
Morning, I'm missing something... I've done everything and can't get PHP to run on IIS/PWS 5 on Windows 2000. If I double click on the PHP file, then the browser opens and displays my PHP script without interpreting it. What am I missing? Also, trying to find the correct place/person to ask this

Re: [PHP] IIS/PWS 5 Help

2005-09-28 Thread David Tulloh
You have to view the file through the IIS server, not directly. So once you have IIS configured to work with PHP you can access it by typing http://127.0.0.1/filename in your browser. Opening the file directly means that it doesn't get passed through the IIS server and never gets parsed by PHP.

RE: [PHP] IIS/PWS 5 Help

2005-09-28 Thread Jay Blanchard
[snip] I've done everything and can't get PHP to run on IIS/PWS 5 on Windows 2000. If I double click on the PHP file, then the browser opens and displays my PHP script without interpreting it. What am I missing? [/snip] Did you follow the instructions here...

RE: [PHP] IIS E-Mail SOLVED

2005-09-27 Thread Jay Blanchard
[snip] [snip] Okie dokie, I am losing it I am surebut that's not important now. I finally configured the IIS Virtual SMTP server as my MTA. No errors are being thrown, but no mail is being sent either. Well, it may being sent, but it is not arriving at its destination. Can someone clue me

RE: [PHP] IIS E-Mail

2005-09-26 Thread Jay Blanchard
[snip] [snip] Okie dokie, I am losing it I am surebut that's not important now. I finally configured the IIS Virtual SMTP server as my MTA. No errors are being thrown, but no mail is being sent either. Well, it may being sent, but it is not arriving at its destination. Can someone clue me

[PHP] IIS E-Mail

2005-09-22 Thread Jay Blanchard
Okie dokie, I am losing it I am surebut that's not important now. I finally configured the IIS Virtual SMTP server as my MTA. No errors are being thrown, but no mail is being sent either. Well, it may being sent, but it is not arriving at its destination. Can someone clue me into some things

RE: [PHP] IIS E-Mail

2005-09-22 Thread Jay Blanchard
[snip] Okie dokie, I am losing it I am surebut that's not important now. I finally configured the IIS Virtual SMTP server as my MTA. No errors are being thrown, but no mail is being sent either. Well, it may being sent, but it is not arriving at its destination. Can someone clue me into some

[PHP] IIS 4 vulnerabilities

2004-09-15 Thread Angelo Zanetti
Hi guys, A client of mine is running PHP on a windows box (SErver) with IIS 4 installed. I am definitely not a favourite of it being a windows box and secondly IIS version 4. I have heard many things about security breaches in IIS version 4. A question I want to ask you all is it still safe for

Re: [PHP] IIS 4 vulnerabilities

2004-09-15 Thread Greg Donald
On Wed, 15 Sep 2004 17:28:50 +0200, Angelo Zanetti [EMAIL PROTECTED] wrote: A client of mine is running PHP on a windows box (SErver) with IIS 4 installed. I am definitely not a favourite of it being a windows box and secondly IIS version 4. I have heard many things about security breaches in

[PHP] IIS error message (ISAPI)

2004-03-19 Thread Vincent DUPONT
Hi, I have this message in the IIS log file : Out-of-process+ISAPI+extension+request+failed. This appeared when I passed my web applicaion from Mysql to Oracle batabase. I guess this is related to ISAPI module that cannot handle the load or processes needed by Oracle. PLease help.

[PHP] PEAR / PHP / IIS Inetinfo consuming more and more memory

2004-01-27 Thread Vincent DUPONT
Hi all, I'm developing a web appl. with PHP and PEAR, using mainly PEAR::MDB, PEAR::Config, and Smarty template engine. Under Win2000, the system seems to go slower and slower from the morning to the evening. A quick Task Manager, and ... My inetinfo.exe process consumes most of my RAM . I

[PHP] IIS and PHP 4.2 on NT 4.0

2004-01-15 Thread Todd Cary
I am running PHP 4.0.6 on IIS and NT 4. I cannot get PHP 4.2 to run. Is there something simple I am overlooking? Todd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IIS and PHP 4.2 on NT 4.0

2004-01-15 Thread John W. Holmes
Todd Cary wrote: I am running PHP 4.0.6 on IIS and NT 4. I cannot get PHP 4.2 to run. Is there something simple I am overlooking? Yes. http://www.bigredspark.com/questions-with-yes-or-no-answers.html -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect:

Re: [PHP] IIS and PHP 4.2 on NT 4.0

2004-01-15 Thread Kirk Babb
http://php.us.themoes.org/manual/en/install.iis.php Skip down the page to IIS with WinNT, double check what you've done so far. HTH, Kirk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Repost: Help needed on PHP+IIS+filesys

2003-10-10 Thread Michael Kochendoerfer
Hi, does anyone know how to handle file and directory paths on a IIS 5.0 server? Problem is that the server has multi-domain and each domain has an associated 'root' dir below e:\webspaces. So if one uses relative path strings, an opendir() for example will fail. One has to use

Re: [PHP] IIS Ports

2003-09-30 Thread Jas
:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 4:10 PM To: Stephen Craton; [EMAIL PROTECTED] Subject: RE: [PHP] IIS Ports can't you just beat up your brother? It won't fix your pc but it will probably make you feel better. :o) Chances are your bro is no genious and just using scripts (script

Re: [PHP] IIS Ports

2003-09-28 Thread Burhan Khalid
Jon Kriek wrote: The point is get a good firewall, doesn't matter which one. Personally I prefer Sygate Personal Firewall PRO http://smb.sygate.com/products/pspf/pspf_ov.htm Enabling ICF will probably help. -- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com -- PHP General

[PHP] IIS Ports

2003-09-27 Thread Stephen Craton
This is kind of off topic but kind of not, it's your call. My brother came home this weekend from college this weekend acting all cool since he has been learning to hack. He was telling us (the family) how he did random port penetration on the home network and he said my computer was the most

Re: [PHP] IIS Ports

2003-09-27 Thread Robert Cummings
The short answer (and a good way to start a flamewar ;) install linux :) Cheers, Rob. On Sat, 2003-09-27 at 16:31, Stephen Craton wrote: This is kind of off topic but kind of not, it's your call. My brother came home this weekend from college this weekend acting all cool since he has been

RE: [PHP] IIS Ports

2003-09-27 Thread Mike Brum
sort of firewall in place. -M -Original Message- From: Stephen Craton [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 4:31 PM To: PHP List Subject: [PHP] IIS Ports This is kind of off topic but kind of not, it's your call. My brother came home this weekend from college

RE: [PHP] IIS Ports

2003-09-27 Thread Mike Brum
Subject: Re: [PHP] IIS Ports The short answer (and a good way to start a flamewar ;) install linux :) Cheers, Rob. On Sat, 2003-09-27 at 16:31, Stephen Craton wrote: This is kind of off topic but kind of not, it's your call. My brother came home this weekend from college this weekend acting all

RE: [PHP] IIS Ports

2003-09-27 Thread Jeff McKeon
- From: Stephen Craton [mailto:[EMAIL PROTECTED] Sent: Sat 9/27/2003 4:31 PM To: PHP List Cc: Subject: [PHP] IIS Ports This is kind of off topic but kind of not, it's your call. My brother came home this weekend from college

RE: [PHP] IIS Ports

2003-09-27 Thread Robert Cummings
List Subject: Re: [PHP] IIS Ports The short answer (and a good way to start a flamewar ;) install linux :) Cheers, Rob. On Sat, 2003-09-27 at 16:31, Stephen Craton wrote: This is kind of off topic but kind of not, it's your call. My brother came home this weekend from college

Re: [PHP] IIS Ports

2003-09-27 Thread Jon Kriek
LMAO! -- Jon Kriek http://phpfreaks.com Robert Cummings [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] But mostly, I was trolling. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] IIS Ports

2003-09-27 Thread Stephen Craton
older then me... Thanks, Stephen Craton http://www.melchior.us -- http://www.melchior.us/portfolio -Original Message- From: Jeff McKeon [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 4:10 PM To: Stephen Craton; [EMAIL PROTECTED] Subject: RE: [PHP] IIS Ports can't you just

Re: [PHP] IIS Ports

2003-09-27 Thread Jason Sheets
Install ZoneAlarm, and configure your web server to listen to IP 127.0.0.1. If you aren't using ASP and you are using PHP you might consider installing Apache for Windows. If your brother is attempting to exploit you from your LAN set the LAN trust level in Zone Alarm lower so that it is the

Re: [PHP] IIS Ports

2003-09-27 Thread Jon Kriek
The point is get a good firewall, doesn't matter which one. Personally I prefer Sygate Personal Firewall PRO http://smb.sygate.com/products/pspf/pspf_ov.htm -- Jon Kriek http://phpfreaks.com Jason Sheets [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Install ZoneAlarm, and

[PHP] Can't Send Mail in PHP/iis/Windows but no problems with ASP

2003-08-20 Thread Jason Lehman
Mail stop sending about a week ago from all of my php pages but my asp pages still can send mail. Also went thru telnet and sent mail and I have no problems. Does anybody know of anything I should be looking for? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] - IIS - More info

2003-03-19 Thread Beauford.2002
to anyone, I also apologize as this was out of frustration. B. - Original Message - From: Diego Fulgueira [EMAIL PROTECTED] To: PHP Windows [EMAIL PROTECTED]; PHP General [EMAIL PROTECTED]; Beauford.2002 [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 2:22 PM Subject: [PHP] - IIS - More

[PHP] - IIS - More info

2003-03-19 Thread Diego Fulgueira
Did you checked my last message? Was it helpful? PHP under Apache exposes diferent global variables than PHP under IIS. It will be impossible for you to correct your errors without changing your code. Run phpinfo() to see what variables are available under IIS. About session variables... I

[PHP] Win XP prof + Mysql + Php + IIS

2003-03-17 Thread Denis L. Menezes
Hello friends. This is the first time I am trying this combination : Win XP prof + Mysql + Php + IIS. When I click submit in the test1.php page, the page goes to test2.php, but shows the following error : Notice: Undefined variable: StudentLastName in c:\inetpub\wwwroot\test\test2.php on line

Re: [PHP] Win XP prof + Mysql + Php + IIS

2003-03-17 Thread Chris Hayes
: Hello friends. This is the first time I am trying this combination : Win XP prof + Mysql + Php + IIS. When I click submit in the test1.php page, the page goes to test2.php, but shows the following error : Notice: Undefined variable: StudentLastName in c:\inetpub\wwwroot\test\test2.php on line

Re: [PHP] IIS

2003-02-13 Thread Jason Wong
On Thursday 13 February 2003 13:06, Joe Njeru wrote: I'm using IIS on win2k. Well done. -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software Systems Integrators * Web Design Hosting * Internet Intranet Applications Development *

[PHP] IIS

2003-02-12 Thread Joe Njeru
Hi, I'm using IIS on win2k. Joe Njeru -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] iis 5.0 question

2003-01-29 Thread Dale
I have a program called ImageMagick installed which allows me to resize pictures and do some other fun things. I am, however, unable to run any of the executables. I installed the software and it installed under program files. I then created a virtual dir under my website. When I try to run the

Re: [PHP] iis 5.0 question

2003-01-29 Thread Jason Wong
On Thursday 30 January 2003 15:51, Dale wrote: I have a program called ImageMagick installed which allows me to resize pictures and do some other fun things. I am, however, unable to run any of the executables. I installed the software and it installed under program files. I then created a

Re: [PHP] IIS Quit Working

2002-12-29 Thread Jason Wong
On Sunday 29 December 2002 09:14, Stephen wrote: Since I like new things and all, I decided to download and install PHP 4.3. Before, I had the latest (4.2.3) and IIS worked fine. But then, after uninstalling PHP and installing the new one, it just quit working. I go to http://localhost/ and

Re: [PHP] IIS Quit Working

2002-12-29 Thread Stephen
: [PHP] IIS Quit Working : On Sunday 29 December 2002 09:14, Stephen wrote: : Since I like new things and all, I decided to download and install PHP 4.3. : Before, I had the latest (4.2.3) and IIS worked fine. But then, after : uninstalling PHP and installing the new one, it just quit working. I go

RE: [PHP] IIS Quit Working

2002-12-29 Thread John W. Holmes
Ok, I reinstalled IIS 5 and PHP 4.3 and it's working but the sessions aren't. I get this error: Warning: session_start() [function.session-start]: open(/tmp\sess_b400575a818f9bb0361b06dad912410c, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\pcu\index.php on line 1

Re: [PHP] IIS Quit Working

2002-12-29 Thread Stephen
I found on the official site that C:\WINDOWS\Temp works well too... - Original Message - From: John W. Holmes [EMAIL PROTECTED] To: 'Stephen' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, December 29, 2002 2:05 PM Subject: RE: [PHP] IIS Quit Working : Ok, I reinstalled IIS 5

Re: [PHP] IIS Quit Working

2002-12-29 Thread Michael J. Pawlowsky
? - Original Message - From: Jason Wong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 29, 2002 3:16 AM Subject: Re: [PHP] IIS Quit Working : On Sunday 29 December 2002 09:14, Stephen wrote: : Since I like new things and all, I decided to download and install PHP 4.3. : Before, I

[PHP] IIS Quit Working

2002-12-28 Thread Stephen
Since I like new things and all, I decided to download and install PHP 4.3. Before, I had the latest (4.2.3) and IIS worked fine. But then, after uninstalling PHP and installing the new one, it just quit working. I go to http://localhost/ and nothing comes up except a "This page cannot be

[PHP] IIS 5

2002-12-02 Thread Chris Edwards
I'm getting You are not authorized to view this page when trying to run .php files. How do I fix this? I'm running php isapi on iis 5 on w2k server. thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

Re: [PHP] IIS 5

2002-12-02 Thread @ Edwin
Hello, Chris Edwards [EMAIL PROTECTED] wrote: I'm getting You are not authorized to view this page when trying to run .php files. You mean plain html files work fine? How do I fix this? I'm running php isapi on iis 5 on w2k server. How did you configure it? Anyway, it sounds like a

[PHP] IIS and PHP with $HTTP_SERVER_VARS

2002-11-27 Thread Shaun Garriock
Hi The problem I am having is as follows: I setup PHP with IIS and it seems to work fine. I am creating a Intranet site and would like to obtain the user logged on to the networks username. I have setup basic auth but when I visit the site it asks me for my username and password before I can get

[PHP] IIS and PHP with $HTTP_SERVER_VARS

2002-11-26 Thread Shaun Garriock
Hi The problem I am having is as follows: I setup PHP with IIS and it seems to work fine. I am creating a Intranet site and would like to obtain the user logged on to the networks username. I have setup basic auth but when I visit the site it asks me for my username and password before I can get

[PHP] IIS and PHP with pass through authentication

2002-11-25 Thread Shaun Garriock
Hi The problem I am having is as follows: I setup PHP with IIS and it seems to work fine. I am creating a Intranet site and would like to obtain the user logged on to the networks username. I have setup basic auth but when I visit the site it asks me for my username and password before I can get

[PHP] IIS 5 - ASP PHP dev enviorment

2002-10-06 Thread JGreening
I have done a little searching and haven't really had a good solid answer for my question. I mainly use ASP for development (and will continue to), but I wanted to dabble in a little PHP for my own curiosity. I am using IIS 5 on Win XP Pro for my dev machine. I have a few ASP applications going

RE: [PHP] IIS 5 - ASP PHP dev enviorment

2002-10-06 Thread John W. Holmes
I have done a little searching and haven't really had a good solid answer for my question. I mainly use ASP for development (and will continue to), but I wanted to dabble in a little PHP for my own curiosity. I am using IIS 5 on Win XP Pro for my dev machine. I have a few ASP applications

Re: [PHP] IIS 5 - ASP PHP dev enviorment

2002-10-06 Thread Sascha Cunz
You can run both of them without problems. Since ASP is a default on IIS, any IIS server set up to run PHP is running them both... I haven't heard of any problems caused just by having the two running at once. ---John Holmes... I got this configuration times ago... Works without any

[PHP] IIS Bugs???

2002-07-10 Thread Brian McGarvie
OK This is a followon from my Browser thread... on [EMAIL PROTECTED]; [EMAIL PROTECTED] I have switched the application to run from Apache, and the Browsers that were having trouble now seem (I think - will be doing more testing later) to have dissapeared. So, is there a problem with IIS or

[PHP] IIS unexpected error

2002-07-04 Thread news.per.connect.net.au
I am setting up PHP on WinXP Pro with IIS 5.1. I tried to start the IIS server and I get an Unexpected error 0x8ffe2740 occured. error. Anyone know how to resolve this problem? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IIS 4 auto prepend

2001-12-14 Thread Jeroen Geusebroek
Hi there, Is it possible with IIS4 to have PHP auto prepend a PHP script, similair to the way Apache can do this with for example a .htaccess file or a server directive? I know i can do this also in the PHP.ini, but i'm running multiple virtual servers so this is not an option. Thanks,

Re: [PHP] : IIS server doesn't recognize PHP pages

2001-12-04 Thread Phil Driscoll
Even if your code was duff, you wouldn't get the save as if IIS was correctly configured. Get your ISP to check that for your site, IIS has a scriptmap for .php mapped onto php.exe. If he needs more detailed instructions, they are in the online php manual at www.php.net or in the install.txt

Re: [PHP] : IIS server doesn't recognize PHP pages

2001-12-04 Thread Emek TUZUN
So, the problem is config problem... Maybe you can try to change extension from .php to .php3 or .php4 etc. Then please inform us again... Emek Mweb [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Tuesday 04 December 2001 12:04, Emek TUZUN wrote: Hello, Unfortunately,

RE: [PHP] : IIS server doesn't recognize PHP pages

2001-12-04 Thread Andrew Chase
I'm not at all familiar with IIS, but in Apache terms it sounds like a MIME type problem; the server doesn't know what to do with .PHP files, so it assumes they're something that should be sent as a download/attachment instead of parsing with PHP and sending as HTML - I would imagine there would

[PHP] IIS

2001-08-21 Thread nafiseh saberi
hi. what is IIS? thanks. -- PHP General 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]

Re: [PHP] IIS

2001-08-21 Thread Tyler Longren
IIS is the web server software that comes with WindowsNT/2000. -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Wed, 22 Aug 2001 19:22:16 +0430 nafiseh saberi [EMAIL PROTECTED] wrote: hi. what is IIS? thanks. -- PHP General Mailing List

Re: [PHP] IIS

2001-08-21 Thread B. van Ouwerkerk
hi. what is IIS? Micro$oft Internet Information Server. It's a webserver. IMHO a poor alternative for Apache. If you want to know more about IIS take a look at the M$ website (www.microsoft.com/iis) should tell you everything you ever want to know. Bye, B. WOW.. this sure looks like

Re: [PHP] IIS

2001-08-21 Thread hassan el forkani
:)) Microsoft's web server (Internet Information Server) At 16:52 22/08/01, nafiseh saberi wrote: hi. what is IIS? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] IIS and PHP4.0.5 give me some problems?

2001-05-11 Thread Brandon Orther
Hello, I recently installed ISS with SQL server because of a database our company had installed. I installed PHP 4.0.5 to IIS and now get soem weird errors when i run these script I made that worked perfectly before. Error1: Undefined variable Error2: Undefined offset Has anyone else had

[PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Thomas Edison Jr.
i think i'm almost at the verge of giving up...somehow the PWS in my system is ruined forever...i'd done everything..and i mean *EVERYTHING*...but PHP just doesn't seem to be working with my PWS. In fact, even my ASP scripts are not working anymore on PWS. I've uninstalled reinstalled PWS twice

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Zak Greant
You may want to try Xitami (www.imatix.com) as a fast/free/open source alternative to the Microsoft products. --zak - Original Message - From: Thomas Edison Jr. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 06, 2001 12:52 AM Subject: [PHP] IIS instead of PWS!!! what else

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Thomas Edison Jr.
[EMAIL PROTECTED] wrote: You may want to try Xitami (www.imatix.com) as a fast/free/open source alternative to the Microsoft products. --zak - Original Message - From: Thomas Edison Jr. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 06, 2001 12:52 AM Subject: [PHP] IIS

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Thomas Edison Jr.
Why not install all three servers (IIS/Apache/Jrun) yeah, well i'm already doing that sir. only problem is, since few days my PWS is not working. Fortunately, just minutes ago i was able to fix it so that ASP is running perfectly on PWS now. Only PHP is not. So anyway, i guess i've dropped the

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Zak Greant
IIRC, it can with some caveats - check the library at xitami.com --zak - Original Message - From: Thomas Edison Jr. [EMAIL PROTECTED] To: Zak Greant [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, May 06, 2001 1:05 AM Subject: Re: [PHP] IIS instead of PWS!!! what else can i do

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Alexander Skwar
So sprach Thomas Edison Jr. am Sun, May 06, 2001 at 12:41:24AM -0700: that you do mention it, can u tell me if it's better to use IIS or PWS? and where can i get IIS? IIS is *NOT* free! Actually it's rather expensive - check your local dealers, they most certainly will be happy to sell IIS to

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread MaD dUCK
also sprach Thomas Edison Jr. (on Sat, 05 May 2001 11:52:34PM -0700): i think i'm almost at the verge of giving up...somehow the PWS in my system is ruined forever...i'd done everything..and i mean *EVERYTHING*...but PHP just doesn't seem to be working with my PWS. In fact, even my ASP

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Thomas Edison Jr.
Already Did sir! and am as happy as u would've been. finally i can test http authentication 2. Cheers, T. Edison jr. We're out of our medicines and out of our minds... --- MaD dUCK [EMAIL PROTECTED] wrote: also sprach Thomas Edison Jr. (on Sat, 05 May 2001 11:52:34PM -0700): i think i'm

[PHP] IIS 5

2001-02-10 Thread Christian Bjorklund
Hello I like to have some directions in how to install PHP on IIS 5 Regards Christian. Krmagnom AB Christian Bjrklund Rdmansgatan 67 113 60 Stockholm Tel: 08-320750 Fax: 08-320751 Mobil: 070-8880002

RE: [PHP] IIS 5

2001-02-10 Thread James Moore
] Subject: [PHP] IIS 5 Hello I like to have some directions in how to install PHP on IIS 5 Regards Christian. Krmagnom AB Christian Bjrklund Rdmansgatan 67 113 60 Stockholm Tel: 08-320750 Fax: 08-320751 Mobil: 070-8880002 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] IIS ISAPI

2001-02-03 Thread Chris Fry
Shane, Had the same problem - move the dll into the php directory - doesn't seem to work in the sapi dir. Also you need to set the root dir in php.ini Chris Shane McBride wrote: I have loaded PHP according to the install file but I can not see any .php file in a browser. When I look

Re: [PHP] IIS ISAPI

2001-02-03 Thread Shane McBride
aturday, February 03, 2001 11:24 PM Subject: Re: [PHP] IIS ISAPI Shane, Had the same problem - move the dll into the php directory - doesn't seem to work in the sapi dir. Also you need to set the root dir in php.ini Chris Shane McBride wrote: I have loaded PHP according to the in

RE: [PHP] IIS and PHP authorization

2001-01-30 Thread James Moore
[snip] There is an ISAPI module. [snip] yes, which is more than unstable as I found... Using a good machine (2xXeon 550, 512 MB, NT4/SP6a/IIS4) it constantly crashed being a filter, and crashed being used as

Re: [PHP] IIS and PHP authorization

2001-01-29 Thread Ernest E Vogelsinger
At 06:48 28.01.2001, Rasmus Lerdorf said: [snip] There is an ISAPI module. [snip] yes, which is more than unstable as I found... Using a good machine (2xXeon 550, 512 MB, NT4/SP6a/IIS4) it constantly crashed being a

[PHP] IIS and $PHP_AUTH_USER

2001-01-29 Thread Shane McBride
I am getting a whole lot closer to getting IIS to work with PHP loading as ISAPI. Now, when I try to get authorized, it never works. It's probably a varialbe in the .ini file I have not set. I keep getting the user prompt box, and the realm changes after the first login failure NT5 PHP

[PHP] IIS and PHP authorization

2001-01-27 Thread Shane McBride
I finally got PHP, MySQL and Win2k installed after a long hard battle with a Promise Ultra/66 controller card. Now, PHP seems to work fine exceot when I have a script that requires authorization, I never get the popup box to input the login and password. Here's the script: ? // Include the

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Shane McBride
I thought PHP would only run as CGI on IIS? Right now I'm trying to config Apache. - Original Message - From: "Rasmus Lerdorf" [EMAIL PROTECTED] To: "Shane McBride" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, January 27, 2001 9:44 PM Subject: R

Re: [PHP] IIS and PHP authorization

2001-01-27 Thread Rasmus Lerdorf
AIL PROTECTED] Sent: Saturday, January 27, 2001 9:44 PM Subject: Re: [PHP] IIS and PHP authorization If you are using the CGI version of PHP then this won't work. You can't do HTTP auth from the CGI version. -Rasmus On Sun, 28 Jan 2001, Shane McBride wrote: I finally got