[Mediawiki-l] Installing on Windows XP with Apache 2.2.3, PHP 5.1.4, MW 1.7.1

Thomas Schweikle tps at vr-web.de
Mon Aug 21 11:22:36 UTC 2006


Hi!

I am trying to install MediaWiki 1.7.1 on a Windows XP system with Apache 2.2.3,
PHP 5.1.4, but without success:

I have set up:

Apache:
     ScriptAlias /php5/ "C:/PRGS/PHP5/"
     Action application/x-httpd-php "/php5/php-cgi.exe"

     #LoadModule php5_module "C:/Programme/PHP5/php5apache2.dll"

     AddType application/x-httpd-php-source .phps
     AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml
        
     # populate this for every directory with PHP5 code
     Alias /wiki/ "D:/srv/www/mediawiki/"
     <Directory "D:/srv/www/mediawiki">
         SetEnv PHPRC "C:/PRGS/PHP5"
         Options +ExecCGI +FollowSymLinks
         AllowOverride none
         Order allow,deny
         Allow from all
     </Directory>

Now going to http://localhost/wiki/ tells: "Forbidden: You don't have permission
to access /wiki/ on this server.".
Trying http://localhost/wiki/index.php gives back: "Forbidden: You don't have
permission to access /php5/php-cgi.exe/wiki/index.php on this server.".

Any Idea what is wrong here?

PS: I am bound to use cgi with Apache 2.2.3 and PHP 5.1.4, since trying to load
the PHP-module leads to an Apache crash --- and going back to Apache 2.0.x isn't
an option.




More information about the MediaWiki-l mailing list