00971: config.php entries triggers http error 500 when using Vista

Summary: config.php entries triggers http error 500 when using Vista
Created: 2007-09-06 13:00
Status: Closed - inactive, replied
Category: Other
From: PJO
Assigned:
Priority: 5
Version: 2.2.0 beta 63
OS: Vista Ultimate/IIS7/5.2.4

Description: These directives

$ScriptUrl = 'http://localhost/pmwiki/pmwiki.php' $PubDirUrl = 'http://localhost/pmwiki/pub'

in local\config.php trigger http error 500s (details appended). There is no user "Anonymous". Giving read and execute permissions to "everyone" doesn't resolve.

I discovered earlier that it is necessary to give IUSR read and execute permissions on wiki.d/.flock

So far this is my main problem getting pmwiki running with Vista. Suggestions appreciated. Any other Vista users?

To: paul at xcgi dot org


Actual Error message (in part)

HTTP Error 500.0 - Internal Server Error

Description: The page cannot be displayed because an internal server error has occurred.

Error Code: 0x00000000

Notification: ExecuteRequestHandler

Module: IsapiModule

Requested URL: [(approve links) edit diff]

Physical Path: C:\inetpub\wwwroot\pmwiki\pmwiki.php

Logon User: Anonymous

Logon Method: Anonymous

Handler: PHP

============================================== In IIS Manager, go to sites | Default Web Site | pmwiki | select Handler mappings | Add Script Map ... | Enter *.php as Request path, enter c:\program files\php\php5asapi.dll for the Execute, enter PHP as the Name.