I'm running into the same problem with php3. I have uncommented the line
LoadModule php3_module /usr/lib/apache/1.3/libphp3.so As well as the the two "AddType" lines, and still apache doesn't load php3 when I try viewing my .php3 files. Has anyone run into this problem also? // joey tsai > aha! more information is better than less information. > > according to /usr/share/doc/apache/manual/mod/directives.html > (check it out -- you should have one, too) the "AddType" > directive is handled by the MIME module -- i.e. you need > to make sure you uncomment > > LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so > > (if you're using apache 1.3 that is.)