openldap, sasl, apache chicken and egg problem (Was: Re: More problems with apache)

2004-06-24 Thread Thomas Lotterer
On Wed, Jun 23, 2004, Alexander Belck wrote: Alex, I'm lazy. 2) openldap - sasl - apache chicken-and-egg problem Please browse or search the mailing list (i.e. MARC), this was discussed before. Hint: http://marc.theaimsgroup.com/?l=openpkg-usersm=107091431817004 -- [EMAIL PROTECTED], Cable

apache suphp=yes problem (Was: Re: More from apache)

2004-06-24 Thread Thomas Lotterer
On Wed, Jun 23, 2004, Alexander Belck wrote: Alex, [apache build problems with_suphp yes] at the end apache was build and a rpm -qip apache-...rpm includes: apache::with_suphp = yes Does I miss some prerequisit again ? Is mod_suphp build eaven with the above messages ? The rpm -qi

Re: Apache and PHP

2004-06-24 Thread Thomas Lotterer
On Wed, Jun 23, 2004, Alexander Belck wrote: Alex, To build apache with php it requires php, so I build and installed php first. only the with_suphp requires the php package. Even mod_php uses the php that is embedded into the apache package and does not require the php package. openpkg

Re: openldap, sasl, apache chicken and egg problem (Was: Re: More problems with apache)

2004-06-24 Thread alexb
I agree with the discution in the mailing list, but what isnĀ“t discused is the requirements of apache --with_php_ldap. I will have my credential in OpenLDAP and will uses sasl to allow postfix check authentications against the LDAP, so just for this I build OpenLDAP --without_sasl sasl

Re: Apache and PHP

2004-06-24 Thread Alexander Belck
As I thought I need to enable all php options from apache and it gots a to long line to type, I changed the options in apache.spec. Runing openpkg rpm -qip apache-1.3.29-2.0.3.ix86-rhl7.3-opk.rpm it shows: apache::with_suexec = yes apache::with_suexec_caller = opkg-n

Re: openldap, sasl, apache chicken and egg problem (Was: Re: More problems with apache)

2004-06-24 Thread Thomas Lotterer
On Thu, Jun 24, 2004, [EMAIL PROTECTED] wrote: Re Alex, On Wed, Jun 23, 2004, Alexander Belck wrote: I will have my credential in OpenLDAP and will uses sasl to allow postfix check authentications against the LDAP, so just for this I build OpenLDAP --without_sasl sasl --with_ldap I know

Re: openldap, sasl, apache chicken and egg problem (Was: Re: More problems with apache)

2004-06-24 Thread Michael van Elst
On Thu, Jun 24, 2004 at 08:40:47AM -0300, [EMAIL PROTECTED] wrote: But when I try to build apache with php_ldap (where I presume this module will allow php to access ldap records), it requires that OpenLDAP should be build with_sasl (as if necessarily to access openldap thru php it needs to

Re: Apache and PHP

2004-06-24 Thread Alexander Belck
Finaly I know how to reproduce the conflict between apache and php reporting: /opkg/RPM/PKG/apache-1.3.29-2.0.3.ix86-rhl7.3-opk.rpm Preparing...### [100%] file /opkg/bin/php from install of apache-1.3.29-2.0.3 conflicts with file

static apache + mem question

2004-06-24 Thread Alexander Belck
Now that I'm geting near to have apache build, I did some comparision with previus instalations (using distros modular apache). 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

Re: static apache + mem question

2004-06-24 Thread Michael van Elst
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 10 as setup in httpd.conf). I was wundering if