apache and php

2007-07-02 Thread Eli Shemer
Hey, 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 a DSO ? Thanks.

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

FW: apache and php

2007-07-02 Thread Eli Shemer
יום טוב ולהתראות. אלי שמר. -Original Message- From: Eli Shemer [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 6:48 AM To: 'William A. Rowe, Jr.' Subject: RE: apache and php No. Mod_so and mod_perl are both loaded and listed by httpd -l I now installed mod_perl as

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 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