php-windows Digest 26 Mar 2006 22:43:08 -0000 Issue 2922
Topics (messages 26788 through 26789):
Re: Restarting PHP on IIS
26788 by: zerof
26789 by: Karuna
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 ---
George Pitcher escreveu:
Well, I run IIS on Windows NT, but used to do it on my XP laptop before that
was switched to Apache.
I just need to restart the webserver (3 on the list) and 'Restart' is an
option on XP.
----
Apache and IIS at the same machine can be cause of conflicts.
By default IIS and Apache listen the same port.
Open your httpd.conf ( Apache ) and change to the Port 8080.
----
zerof
--- End Message ---
--- Begin Message ---
Alright, now that's fixed. Somehow it happened by itself :p
Now, I have another problem. I can't seem to upload files, and it seems gd
can't create images. GD doesn't come up with an error but the upload script
comes with a typical error which has to do with priveleges. I've assigned
Internet Guest Account, USERS, and even Domain Users to all priveleges in my
php application folder, the whole of the php install folder, and even
Windows temp directory but doesn't seem to work. Any suggestions?
""Karuna"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi. I've done some changes to php.ini and even after restarting IIS, these
> changes aren't detected. I can't restart the machine itself so is there
> any other way to fix this? I remember on WinXP and apache I had to restart
> my PC to fix certain issues but I can't restart this as it is business
> server with people connected to it.
>
> Thanks.!
--- End Message ---