faqts : Computers : Programming : Languages : PHP : Installation and Setup : Web Servers : Apache

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

11 of 19 people (58%) answered Yes
Recently 5 of 9 people (56%) answered Yes

Entry

Can I use mod_perl and mod_php in the same Apache installation?

Jun 28th, 1999 01:06
Nathan Wallace, David Sirrine, Rasmus Lerdorf


mod_PHP3 works fine in parallel with mod_perl. The Apache 1.3.6 docs
even give the example for add-on modules with the lines under AddModule:
"mod_php3... mod_perl..." so I wouldn't worry about it.