Re: static apache + mem question

2004-06-25 Thread Alexander Belck
Citando Michael van Elst [EMAIL PROTECTED]: On Thu, Jun 24, 2004 at 07:29:30PM -0300, Alexander Belck wrote: There is realy a huge difference in size. The modular apche is about 300K, while the one I build in OpenPkg is about 6M. Normaly I see several instances of apache running (about

Re: static apache + mem question

2004-06-25 Thread Michael van Elst
On Fri, Jun 25, 2004 at 08:51:45AM -0300, Alexander Belck wrote: Hi, How can I avaliate the amount of memory efectivly used ? I think that frequenly apache processes are just waiting for a connection and will hope that in this situation the data reserved for all modules are relativly small.

Apache + PHP + PEAR

2004-06-25 Thread Alexander Belck
As I'm unable to build apache --with=mod_php_pear I was wondering if I could do something similar as done with modular apache. In my previus instalations, I installed apache, then I downloaded a updated version of PEAR from HORDE (since I couldn't upgrade enouth the pear package from the distro)

Re: static apache + mem question

2004-06-25 Thread Alexander Belck
Citando Michael van Elst [EMAIL PROTECTED]: On Fri, Jun 25, 2004 at 08:51:45AM -0300, Alexander Belck wrote: As an ISP you should not run a single Apache with mod_php for more than one customer. PHP safe mode is a myth :-) Do I need a hole new OpenPkg instalation with a diferent opkg_root

Re: static apache + mem question

2004-06-25 Thread Michael van Elst
On Fri, Jun 25, 2004 at 10:59:42AM -0300, Alexander Belck wrote: Do I need a hole new OpenPkg instalation with a diferent opkg_root to have distingt apache builds (one with_mod_php, one without) and processes ? You need a new OpenPKG instance to get different apache builds. You could run

Apache + HORDE

2004-06-25 Thread Alexander Belck
I run the test script from horde over the apache I build with OpenPkg and it complains of modules that I could not find in the apache.spec. Is there some diferent name or can I install aditional php_modules ? Horde_complains: # MCAL Support: No # Mcrypt Support: No PEAR *** That I expected, as

Re: Apache + HORDE

2004-06-25 Thread Alexander Belck
I can't understand why your rpm -qi apache doesn't refer to mod_php_pear. I build php with_pear support and apache with the modules except pear and horde test page still complains for the absence of PEAR. I saw that your apche has an php_mcrypt option, so I added it to my apache.spec that

apache mod_php_pear X php

2004-06-25 Thread Alexander Belck
Why does a static build of apache with_mod_php_pear conflicts with the static build of php in OpenPkg 2.0 ? I supose this is resolved in some way in the current branch, as Bill Campbell was able to install php with_pear and apache in a way to satisfy HORDEs requirement of pear. Should this be

Re: static apache + mem question

2004-06-25 Thread Alexander Belck
From my running httpd using top I got: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 9169 nobody14 0 14504 9,9M 7936 S 1,7 8,2 0:14 httpd 8773 nobody 9 0 14164 9976 6004 S 0,0 8,1 0:11 httpd 9155 nobody 9 0 13992 9828 9220 S 0,0

Re: Apache + HORDE

2004-06-25 Thread Bill Campbell
On Fri, Jun 25, 2004, Alexander Belck wrote: I can't understand why your rpm -qi apache doesn't refer to mod_php_pear. I build php with_pear support and apache with the modules except pear and horde test page still complains for the absence of PEAR. I'm running apache from CURRENT not Release