I've got apache to work and everything like that, it's fine. But I haven't got PHP to work, and this is my problem:
In the installation file (install.txt) to PHP and other places that i've looked, it's the installation to Apache version1.x.xx, but I've got Apache vs 2.x.xx, so therefore the installation is wrong. "Ahh... that's not a problem! Just use those installation quides anyway, apache haven't changed much on that point!"-you might say. But, well, there I'll have to disagree. It has changed. Before (with vs 1.x.xx), you should add both "LoadModule php4_module..." AND "AddModule php..." (and that's what it says in the installation guide), but the new apache is changed, so now you only have to add "LoadModule...", and then the info from the "AddModule..." is probably in the "LoadModule"-files, or maybe somewhere else. But the fact is, if you only add "LoadModule php_module..."-(without the AddModule file) apache won't work right (at least not with PHP), because it haven't got the information from the AddModule php_mod.... So yes, it have changed. SO my question is, does anyone know how to install PHP on Apache 2.0.36 (on Windoze 98), not version 1.x.xx? I'd be very happy if you answer! Regards Mathias PS: Sorry for my bad english! -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php