Date: Thu, 02 Oct 2003 20:02:48 +0800 From: "Gil Agno Virtucio" <gihl@nesic.com.ph> To: lists@u-rep.com Cc: freebsd-questions@freebsd.org Subject: RE: apache & php3 question Message-ID: <web-4547546@digitelone.com>
next in thread | raw e-mail | index | archive | help
have you tried adding something like .... <IfModule mod_mime.c> AddType application/x-httpd-php .php3 AddType application/x-httpd-php-source .phps </IfModule> in your httpd.conf hope this helps... ----------------------------------------------------- Gil Agno Virtucio Janitor/Collector/Messenger NEC System Integration and Construction Philippines Inc. 15th Floor BPI Buendia Center Gil Puyat Ave. Makati City 1200 Cellphone : +639163989695 Office Phone: +6328914167 ----------------------------------------------------- -----Original Message----- From: H. Bartel [mailto:lists@u-rep.com] Sent: Thursday, October 02, 2003 8:00 PM To: freebsd-questions@freebsd.org Subject: apache & php3 question I have Apache1.3 running with mod_php4. Directory indexes are set to index.html, index.php and index.php3. None of those .php3 pages get parsed, every .php page works fine. It should not be a register_globals problem, since the other .php sites work fine. mod_php3 is not installed, but I suppose that mod_php4 should cover php3, if I load both modules I get an error when starting apache. Is the load order of those modules relevant as well? Any ideas where to look for a solution? Thanks, Holger _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ____________________________________________________________________ ** Get your free E-Mail account at WWW.DIGITELONE.COM **
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-4547546>