Beste,
Hoe kan ik php op windows server 2003 draaien met iss ? het is voor een php board en een website voor onze dierenwinkel
groeten Dirk,
[mod="SeNsEi Ze0n"]title fix[/mod]
php met IIS 6.0
-
- Administrator
- Berichten: 6181
- Lid geworden op: 15 sep 2002, 12:14
- Locatie: Herzele
- Uitgedeelde bedankjes: 74 keer
- Bedankt: 121 keer
- Contacteer:
Ik zou het zelf niet weten, maar je moet php installeren. Je kan voor meer uitleg eens kijken op www.php.net en op www.apache.org
Cheers
Cheers
- meon
- Administrator
- Berichten: 16609
- Lid geworden op: 18 feb 2003, 22:02
- Twitter: meon
- Locatie: Bree
- Uitgedeelde bedankjes: 564 keer
- Bedankt: 759 keer
- Contacteer:
ISS = een ruimte station
IIS = Internet Information Services en dat is de web en ftp-server die in W2K3 zit.
Wat je moet doen is de binary installer downloaden van http://be2.php.net/get/php-4.3.3-instal ... m/a/mirror en die uitvoeren. Ik heb nu geen ervaring met IIS 6, enkel met 5.0 en 5.1, maar ik vermoed dat 6.0 hetzelfde zal reageren; zijnde dat de installatie van PHP zelf al de nodige instellingen in IIS zal instellen. Mocht dat niet gebeuren geef je maar een schreeuw, dan help ik je door de manuele procedure.
Maar om een board te draaien heb je normaal ook nog MySQL nodig. Die kan je vinden op ftp://ftp.mysql.skynet.be/pub/ftp.mysql ... 4a-win.zip . Daar is het enkel een kwestie van goed de manual te lezen van wat je moet doen (zoals altijd overigens).
Sub, overigens heb je Apache in dit verhaal niet nodig.
IIS = Internet Information Services en dat is de web en ftp-server die in W2K3 zit.
Wat je moet doen is de binary installer downloaden van http://be2.php.net/get/php-4.3.3-instal ... m/a/mirror en die uitvoeren. Ik heb nu geen ervaring met IIS 6, enkel met 5.0 en 5.1, maar ik vermoed dat 6.0 hetzelfde zal reageren; zijnde dat de installatie van PHP zelf al de nodige instellingen in IIS zal instellen. Mocht dat niet gebeuren geef je maar een schreeuw, dan help ik je door de manuele procedure.
Maar om een board te draaien heb je normaal ook nog MySQL nodig. Die kan je vinden op ftp://ftp.mysql.skynet.be/pub/ftp.mysql ... 4a-win.zip . Daar is het enkel een kwestie van goed de manual te lezen van wat je moet doen (zoals altijd overigens).
Sub, overigens heb je Apache in dit verhaal niet nodig.
- meon
- Administrator
- Berichten: 16609
- Lid geworden op: 18 feb 2003, 22:02
- Twitter: meon
- Locatie: Bree
- Uitgedeelde bedankjes: 564 keer
- Bedankt: 759 keer
- Contacteer:
Ik heb nu even niet veel tijd meer, dus copy-paste ik de nuttige delen uit de install-helpfile:
enCopy the file, php.ini-dist to your %WINDOWS% directory on
Windows 95/98 or to your %SYSTEMROOT% directory under Windows NT,
Windows 2000 or Windows XP and rename it to php.ini. Your %WINDOWS% or
%SYSTEMROOT% directory is typically:
c:\windows for Windows 95/98
c:\winnt or c:\winnt40 for NT/2000/XP servers
We will refer to %SYSTEMROOT% for both %WINDOWS% or
%SYSTEMROOT% throughout the text.
Edit your php.ini file:
You will need to change the 'extension_dir' setting to
point to your php-install-dir, or where you have placed
your 'php_*.dll' files. ex: c:\php
If you are using OmniHTTPd, do not follow the next step.
Set the 'doc_root' to point to your webservers
document_root. ex: c:\apache\htdocs or c:\webroot
Choose which extensions you would like to load when PHP
starts, noting that several extensions are already built
into the Windows release, see the section about
Windows extensions for details of the built-in extensions.
You can uncomment the: 'extension=php_*.dll' lines
in php.ini to load these extensions.
Note that on a new installation it is advisable to first get
PHP working and tested without any extensions before enabling
them in php.ini.
On PWS and IIS, you can set the browscap.ini
to point to: 'c:\windows\system\inetsrv\browscap.ini' on
Windows 9x/Me and 'c:\winnt\system32\inetsrv\browscap.ini'
on NT/2000/XP Server.
Installing PHP on Windows with IIS/PWS
This section contains notes and hints specific to IIS (Microsoft
Internet Information Server). Installing PHP for PWS/IIS 3 and
PWS/IIS 4 or newer versions.
Windows and PWS/IIS 3 - including PWS on Win 9x/ME
The recommended method for configuring these servers is to use
the REG file incuded with the distribution (pws-php4cgi.reg).
You may want to edit this file and make sure the extensions and PHP
install directories match your configuration - once you have done
this, just double click on the file and it will update your registry.
Alternatively, you can follow the steps below to do it manually.
WARNING:
These steps involve working directly with the Windows
registry. One error here can leave your system in an unstable
state. We highly recommend that you back up your registry
first. The PHP Development team will not be held responsible if
you damage your registry.
Run Regedit.
Navigate to:
HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/W3Svc/Parameters/ScriptMap
On the edit menu select: New->String Value.
Type in the extension you wish to use for your php scripts. ex: .php
Double click on the new string value and enter the path to
php.exe in the value data field.
ex: c:\php\php.exe
Repeat these steps for each extension you wish to associate
with PHP scripts.
The following steps do not affect the web server installation and only
apply if you want your php scripts to be executed when they are run
from the command line (ex. run c:\myscripts\test.php) or by double
clicking on them in a directory viewer window. You may wish to skip
this step as you might prefer the php files to load into a text
editor when you double click on them.
Now navigate to: HKEY_CLASSES_ROOT
On the edit menu select: New->Key
Name the key to the extension you setup in the previous
section. ex: .php
Highlight the new key and in the right side pane, double click
the "default value" and enter phpfile.
Repeat the last step for each extension you set up in the
previous section.
Now create another New->Key under
HKEY_CLASSES_ROOT and name it phpfile
Highlight the new key 'phpfile' and in the
right side pane, double click the "default value" and enter
PHP Script.
Right click on the 'phpfile' key and select
New->Key, name it Shell.
Right click on the 'Shell' key and select
New->Key, name it open.
Right click on the 'open' key and select
New->Key, name it command.
Highlight the new key 'command' and in the
right side pane, double click the "default value" and enter
the path to php.exe ex: c:\php\php.exe -q %1
(don't forget the '%1').
Exit Regedit.
If using PWS on Windows, reboot to reload the registry.
PWS and IIS 3 users now have a fully operational system. IIS 3
users can use a nifty tool available at
http://www.genusa.com/iis/iiscfg.html
from Steven Genusa to configure their script maps.
Windows NT/2000/XP and IIS 4 or newer and PWS 4 on NT Workstation or W2K non server editions
To install PHP on an NT/2000/XP Server running IIS 4 or newer,
follow these instructions. You have two options to set up
PHP, using the CGI binary (php.exe) or with the ISAPI module.
In either case, you need to start the Microsoft Management
Console (may appear as 'Internet Services Manager', either
in your Windows NT 4.0 Option Pack branch or the Control
Panel=>Administrative Tools under Windows 2000). Then
right click on your Web server node (this will most probably
appear as 'Default Web Server'), and select 'Properties'.
If you want to use the CGI binary, do the following:
Under 'Home Directory', 'Virtual Directory', or
'Directory', click on the 'Configuration' button,
and then enter the App Mappings tab.
Click Add, and in the Executable box, type:
c:\php\php.exe (assuming that you have unzipped PHP in c:\php\).
In the Extension box, type the file name extension you want
associated with PHP scripts. Leave 'Method exclusions'
blank, and check the Script engine checkbox. You may also
like to check the 'check that file exists' box - for a small
performance penalty, IIS (or PWS) will check that the script
file exists and sort out authentication before firing up php.
This means that you will get sensible 404 style error messages
instead of cgi errors complaing that php did not output any data.
You must repeat from 'Click Add...' for each extension you
want associated with PHP scripts.
(.php is recommended. although .phtml and .php3 may be
required for legacy applications.)
Set up the appropriate security. (This is done in Internet
Service Manager), and if your NT Server uses NTFS file system,
add execute rights for I_USR_ to the directory that contains
php.exe
!NOTE!: Since 4.1.2, the php.ini setting cgi.force_redirect defaults to '1'
which effectively prevents the cgi from working within IIS. You need to set
up at least a minimal php.ini file with the following directive:
cgi.force_redirect = 0
If it doesn't work immidiately, make sure you have the php.ini file in the
right place (%SYSTEMROOT%\php.ini).
To use the ISAPI module, do the following:
If you don't want to perform HTTP Authentication using PHP,
you can (and should) skip this step. Under ISAPI Filters,
add a new ISAPI filter. Use PHP as the filter name, and
supply a path to the php4isapi.dll.
Under 'Home Directory', click on the 'Configuration' button.
Add a new entry to the Application Mappings. Use the path
to the php4isapi.dll as the Executable, supply .php as the
extension, leave Method exclusions blank, and check the
Script engine checkbox.
Stop IIS completely (net stop iisadmin)
Start IIS again (net start w3svc)
Je wil dus een website draaien voor jouw dierenwinkel en wil daarvoor een eigen webserver opzetten, juist?
Ik veronderstel dus dat je die draait op jouw eigen pc en daarvoor je eigen verbinding gebruikt?
Nu, zelf zou ik nooit een webserver opzetten d.m.v IIS.
Als je Apache kan gebruiken zou ik dat zeker doen. Nu ik kan enkel maar helpen met Apache, PHP en MySQL aangezien ik nooit gewerkt heb met IIS en maar goed ook.
Wat meon zegt van die msi zou ik niet doen, je kan inderdaad beter manueel alles opzetten van PHP. Dit is veel veiliger en als je de PHP manual leest zal je zien dat dit sterk afgeraden wordt door PHP en zeker moet gaan voor de zip package in jouw geval. De msi wordt enkel gebruikt voor lokaal testen. Dan, voor die MySQL server op te zetten moet je best de manual lezen, anders vrees ik dat dit niet gaat lukken en goed opletten dat je uw webserver veilig maakt. Dus zien dat je zeker de php.ini-recommended gebruikt, hierin staan de instellingen die veilig zouden moeten zijn.
Als je verder nog vragen hebt moet je maar eerst even zoeken op Google, daar vind je enorm veel zeer goede tutorials.
Veel geluk ermee.
Ik veronderstel dus dat je die draait op jouw eigen pc en daarvoor je eigen verbinding gebruikt?
Nu, zelf zou ik nooit een webserver opzetten d.m.v IIS.
Als je Apache kan gebruiken zou ik dat zeker doen. Nu ik kan enkel maar helpen met Apache, PHP en MySQL aangezien ik nooit gewerkt heb met IIS en maar goed ook.
Wat meon zegt van die msi zou ik niet doen, je kan inderdaad beter manueel alles opzetten van PHP. Dit is veel veiliger en als je de PHP manual leest zal je zien dat dit sterk afgeraden wordt door PHP en zeker moet gaan voor de zip package in jouw geval. De msi wordt enkel gebruikt voor lokaal testen. Dan, voor die MySQL server op te zetten moet je best de manual lezen, anders vrees ik dat dit niet gaat lukken en goed opletten dat je uw webserver veilig maakt. Dus zien dat je zeker de php.ini-recommended gebruikt, hierin staan de instellingen die veilig zouden moeten zijn.
Als je verder nog vragen hebt moet je maar eerst even zoeken op Google, daar vind je enorm veel zeer goede tutorials.
Veel geluk ermee.
- meon
- Administrator
- Berichten: 16609
- Lid geworden op: 18 feb 2003, 22:02
- Twitter: meon
- Locatie: Bree
- Uitgedeelde bedankjes: 564 keer
- Bedankt: 759 keer
- Contacteer:
Overigens werkt PHP erg goed met IIS samen hoor, vooral als je er in slaagt PHP als ISAPI-module te doen draaien in IIS en niet als CGI, maar dat verhaal geldt natuurlijk ook voor Apache.
Waarom heeft PHP nog geen mooi controlpanel als ColdFusion?
Maar in het algemeen is het geen goed idee om een site te hosten vanaf je eigen pc, tenzij de lijn en het type abonnement daarvoor geschikt is (een ADSL Go of Plus zijn daar dus al niet geschikt voor).
Waarom heeft PHP nog geen mooi controlpanel als ColdFusion?
Maar in het algemeen is het geen goed idee om een site te hosten vanaf je eigen pc, tenzij de lijn en het type abonnement daarvoor geschikt is (een ADSL Go of Plus zijn daar dus al niet geschikt voor).
Enkel een lijn met een vast ip is daar geschikt voor. En als je dan nog eens een domeinnaam wil gaan gebruiken is dit niet mogelijk volgens mij. Dat gaat nooit lukken met een ADSL lijntje.
En inderdaad, je kan best PHP opzetten als een module. Vergeet ook niet in de php.ini het pad in te stellen naar jouw www.
En inderdaad, je kan best PHP opzetten als een module. Vergeet ook niet in de php.ini het pad in te stellen naar jouw www.
Enkel een lijn met een vast ip is daar geschikt voor. En als je dan nog eens een domeinnaam wil gaan gebruiken is dit niet mogelijk volgens mij. Dat gaat nooit lukken met een ADSL lijntje.
???
Ooit gehoord van DynDNS ?
http://www.dyndns.org
volledig FREE