.NET and php

I isntalled php using the isapi filters. It works but it loads the pages very slow. My webserver is on a 10mbps connection and a AthlonXP 1900+. I only have one website on my server with aout 100 hits/day.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar31.webp

71 Posts
Location -
Joined 2000-11-15
I isntalled php using the isapi filters. It works but it loads the pages very slow. My webserver is on a 10mbps connection and a AthlonXP 1900+. I only have one website on my server with aout 100 hits/day. Could it be mysql. The site is based on mysql databases.
 
Check it out:
http://go.servegame.com/ (its in swedish)

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar22.webp

1438 Posts
Location -
Joined 2001-01-04
have u tried just he regular installation of PHP? or running php off of perl.exe i think it is....

data/avatar/default/avatar31.webp

71 Posts
Location -
Joined 2000-11-15
OP
php.exe it is. Can't get that to work!

data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
I had trouble installing PHP for IIS 6.0, too, a while back. I found the following in comp.lang.php that may be of some help:
 
In IIS 6 CGI, ASP, ISAPI etc. are prohibited by default. You have to use IIS
Manager to enable the extentions you want to use.
I folowed the instructions in the php install.txt for Installing on Windows
NT/2000/XP and IIS 4 or newer using the ISAPI module.
Afterwards I opened IIS manager from Administrative Tools. Cick on local
computer, then double click on Web Service Extentions folder
(the default is the extended view tab) her you have several options to add
service extentions or prohibit all. Chosse add a new extention
in the dialog box for extention name put PHP then click add, browse to where
'php4isapi.dll' is located hit open the ok , mark checkbox to
set extention status to Allowed hit ok PHP wil show up in list of extentions
as Allowed.

data/avatar/default/avatar31.webp

71 Posts
Location -
Joined 2000-11-15
OP
I did that and it works, but it dowsnät work that good. Sometimed I ger Error 500 Internal server error. Then I have to restart the webservice. And its very slow too. But that could be the mysqlö database but I don't belive it is.

data/avatar/default/avatar35.webp

2172 Posts
Location -
Joined 2002-08-26
Ran very slow for me, too, but IIS under XP was very fast.

data/avatar/default/avatar22.webp

1438 Posts
Location -
Joined 2001-01-04
install apache?
 
is free and php is made to run faster with apache anyways.