« photos of flowers, in case you like them | Main | Apache three-way »
July 30, 2002
Apache HTTPD + Apache Jakarta + Apache PHP = auuuughhhh...
Here's a great way to spend a day:
Download and install Apache's web server. No problem, works great.
Download and install Apache's PHP package. No problem, works great.
Download and install Apache's JSP/servlet engine (Tomcat). No problem, works great.
Try and get them to work together.
Problem.
fyi, I got the httpd to use the php module OK by putting the lines:
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
into the httpd.conf file.
It should work to also put
LoadModule webapp_module modules/mod_webapp.so
after putting the mod_webapp.so and it's dll file into your modules directory.
But it doesn't... sigh...
Posted by Michael at July 30, 2002 04:58 PM
Comments
Post a comment
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)