Re: IIS or directory security issue on 2003 E server



Hmm. I would ask you whether you have made sure you accessed it using the
right virtual server and site name, but I presume you've checked that right?

What do your IIS logs say?

"GeekBoy" wrote:


"Jesper" <Jesper@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1600A702-F2AC-4265-8C92-64CE09486711@xxxxxxxxxxxxxxxx
If you open the IIS Manager and expand the name of your computer you will
see
three nodes. One is the "Web Services Extensions." php must be listed as
an
extension there, with the name of the parser binary in the "required
files"
field.

You can quickly test if this is the problem by changing the status for
"Allow unknown CGI/ISAPI extensions" to Allow. If that makes things work
this
is definitely your problem.



Looking...the "Unknow CGI" was permitted
And "unknown ISAPI" was on PROHIBITED so I changed it to Allowed and still
same 404 error result.

The installation for PHP should have configured that for you, at least
logic
would have it that it should. You also need the appropriate ISAPI filters
(I
*assume* PHP is implemented through an ISAPI filter, not a CGI
application,
but I don't know) enabled for each site where you host PHP.

Looking at that on the site I do not see any filters. Strangely when i first
looked it showed ASP.NET v2.0. I pressed cancel and now it is gone now with
no filters.
I would not even know what DLL to use.

As I mentioned I used another PHP app like 3 years ago..

Looking I found it still in an old web directory. It's called Zen cart and
It worked fine.
So I don't know what is going on now.

Thanks again.






"GeekBoy" wrote:


"Jesper" <Jesper@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C1BC2E91-DD2D-404B-9B2E-B16931BA6AA9@xxxxxxxxxxxxxxxx
Did you enable PHP as an extension that IIS serves? It won't serve
extensions
that are not enabled.

I think I had some other apps running on the server before maybe 3 years
ago. I forgot what.

I guess you mean in the Application Configuration in the properties of
IIS?
I do not have it setup in that area. I tried to set it in that area when
this problem came up and then the server sees the file, but runs it as a
binary file instead of a text document.
Maybe I am just setting it up wrong?

Thanks for the reply.

GB




"GeekBoy" wrote:

I got a web site up and have different directories as normally anyone
would.
These directories have other locations of the web site.

I just made a new directory for phpBB and added index.php as a default
file
in IIS.

However I keep getting a 404 error when i try to access the page via
/board/
or /board/index.php.
I have even tried other php files with same error.

This seems to be a security issue. Checking the directory the new
directory
seem to have taken on the same security as the parent.

Any idea where to look?

Thanks









.



Relevant Pages

  • Loading DLLs from different path
    ... PHP is a popular server-side scripting language for web servers. ... It popularity is mainly due that it has many 3rd party extensions. ... The issue is that our DLL is dependent on RPC application server API DLLs in a different folder. ... The problem is that we never recommended putting dlls on the PATH nor do we recommend for our customers to have copies of DLLS over all the place. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: PHP-Yes, HTML-No --- Why?
    ... they don't have any PHP in them. ... >> to remove 'extensions' from URLs entirely? ... I hit two identical servers, one set to parse html via php, and ... Lets try actually loading the server, ...
    (comp.lang.php)
  • Re: php?
    ... Also does this mean i can run php on the subsites while not affecting the ... When you use PHP with FrontPage 2003, you create the overall Web page design ... If you do not administer your own Web server, ... Disable features that require the FrontPage Server Extensions ...
    (microsoft.public.windows.server.sbs)
  • Re: PHP-Yes, HTML-No --- Why?
    ... they don't have any PHP in them. ... which does indeed do away with extensions altogether. ... I hit two identical servers, one set to parse html via php, and one ... html-parsing server being quicker, ...
    (comp.lang.php)
  • Re: IIS or directory security issue on 2003 E server
    ... "Allow unknown CGI/ISAPI extensions" to Allow. ... You also need the appropriate ISAPI filters ... *assume* PHP is implemented through an ISAPI filter, ...
    (microsoft.public.windows.server.security)