Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I installed PHP3 using RPMS, but Apache isn processing the php3 pages! Whats going on here?

0
Posted

I installed PHP3 using RPMS, but Apache isn processing the php3 pages! Whats going on here?

0

• Assuming you installed Apache PHP completely with RPMS, you need to uncomment or add some or all of the following lines in your http.conf file: # Extra Modules AddModule mod_php.c AddModule mod_php3.c AddModule mod_perl.c # Extra Modules LoadModule php_module modules/mod_php.so LoadModule php3_module modules/libphp3.so LoadModule perl_module modules/libperl.so • And add: AddType application/x-httpd-php3 .php3 To the global properties, or to the properties of the VirtualDomain you want to have PHP3 support added to.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.