Re: apache and php

2007-07-02 Thread John ORourke
Jonathan Vanasco wrote: i think the only way around it was to recompile everything from scratch. generally speaking though... don't run mod_php and mod_perl on the same server. you're just going to bloat apache and tie up resources. I'm running both on Fedora Core 5 and 6, but I had to tweak

Re: apache and php

2007-07-02 Thread Jonathan Vanasco
On Jul 2, 2007, at 11:38 PM, Eli Shemer wrote: I have installed mod_perl 1.3 statically to apache while using php as a DSO After I've gracefully reloaded apache, php stopped working What is the best way to get them both working together ? Should I statically link php as well or do I have t

Re: apache and php

2007-07-02 Thread William A. Rowe, Jr.
Eli Shemer wrote: > > I have installed mod_perl 1.3 statically to apache while using php as a DSO > > After I've gracefully reloaded apache, php stopped working > > What is the best way to get them both working together ? > > Should I statically link php as well or do I have to use mod_perl as