Closed Thread Icon

Topic awaiting preservation: Apache 2 and php 4.2 (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12213" title="Pages that link to Topic awaiting preservation: Apache 2 and php 4.2 (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Apache 2 and php 4.2 <span class="small">(Page 1 of 1)</span>\

 
Osaires
Paranoid (IV) Inmate

From: oslo, Norway
Insane since: Aug 2001

posted posted 05-11-2002 00:39

Hi, i just installed apache 2 and php4.2 on my server, but making php work with apache is not as easy as it was befor.

i usaly just added theas lines:

LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .phtml


somone know how to make php work on the new apache 2 server?


GRUMBLE
Paranoid (IV) Mad Scientist

From: Omicron Persei 8
Insane since: Oct 2000

posted posted 05-11-2002 03:40

maybe the comments at the bottom of this page help you: http://www.php.net/manual/en/install.apache.php

Sash
Paranoid (IV) Inmate

From: Canada, Toronto
Insane since: May 2000

posted posted 05-11-2002 04:00

This tutorial helped me a lot: http://www.thickbook.com/extra/php_apachephp4_win.phtml

Sasha »

Osaires
Paranoid (IV) Inmate

From: oslo, Norway
Insane since: Aug 2001

posted posted 05-11-2002 12:14

Thanks, a lot.

i'll check them out as soon as i got some time left.

Osaires
Paranoid (IV) Inmate

From: oslo, Norway
Insane since: Aug 2001

posted posted 05-11-2002 12:53

This is what i added inn the httpd.conf file to load php as a module

LoadModule php4_module %PATH_TO_PHP%\experimental\apache2filter.dll
AddType application/x-httpd-php .php .phtml .php3

« BackwardsOnwards »

Show Forum Drop Down Menu