install: win2kas, iis, php4

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Greg Bryant

    install: win2kas, iis, php4

    Trying to get our hosted system set up to move the new site written in PHP
    over from the local dev server. Local server setup was fine, but the
    install on the remote server (hosted somewhere on the other side of the
    country :) gave some error about a missing ocx file and that iis could not
    be automatically configured, so do it manually. I have full access to the
    host, it's just through TS. The host is actually running two sites through
    iis.

    I went through the steps that I saw, added .php as a supported type in the
    "Home Directory" config, granted IUSER_ access to the php directory. Now,
    when I try a simple script like a phpinfo() call, the server goes off into
    space for a while and comes back with a CGI timeout. Suggests that it
    recognizes the .php extension, but I've screwed up the config somewhere
    else.

    Has anyone seen this and can point me in a direction?

    Thanks,
    -Greg
  • Greg Bryant

    #2
    Re: install: win2kas, iis, php4

    Greg Bryant <bryantgHELLO@y ahoo.com> wrote in
    news:Xns9439479 BDB7FDbryantgHE LLOyahoocom@199 .45.49.11:
    [color=blue]
    > Now, when I try a simple script like a phpinfo() call, the
    > server goes off into space for a while and comes back with a CGI
    > timeout. Suggests that it recognizes the .php extension, but I've
    > screwed up the config somewhere else.[/color]

    Found the problem - I had set browscap in php.ini. Apparently it doesn't
    like to be set. Commented it back out, and all was fine.

    Comment

    Working...