Re: [users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-17 Thread Lester Caine
Yehuda Katz wrote: In PHP's release announcement today (for version 5.3.6), they announced that they are no longer releasing dll s that are compatible with the current builds of httpd for Windows. Are there any official builds that are compatible with PHP's VC9 builds (or any plans to make them a

[users@httpd] Apache 2.2 with PHP 5.3.6 (VC9)

2011-03-17 Thread Yehuda Katz
In PHP's release announcement today (for version 5.3.6), they announced that they are no longer releasing dll s that are compatible with the current builds of httpd for Windows. Are there any official builds that are compatible with PHP's VC9 builds (or any plans to make them available)? Does anyo

[users@httpd] Apache crashes when using LDAP auth: child pid 25625 exit signal Segmentation fault (11)‏

2011-03-17 Thread Keith Theman
Hello, I built apache as below. ./configure --prefix=/usr/local/apache2 --with-ssl=/u01/fipsssl --enable-ssl -with-ldap --enable-ssl --enable-authnz-ldap --enable-ldap --with-mpm=prefork mod_ssl/2.2.17 compiled against Server: Apache/2.2.17, Library: OpenSSL/0.9.8r-fips Everything wo

Re: [users@httpd] Apache22 Logs rotation configuration

2011-03-17 Thread Szász Csaba
Hi You can use rotatelogs Apache's build in tool also :) CustomLog "|bin/rotatelogs /var/logs/logfile.%Y-%m-%d 86400" common http://httpd.apache.org/docs/2.0/programs/rotatelogs.html 2011/3/17 fedora > or use cronolog from http://cronolog.org > > Apache config: > > ErrorLog "|/usr/sbin/crono

Re: [users@httpd] Apache22 Logs rotation configuration

2011-03-17 Thread fedora
or use cronolog from http://cronolog.org Apache config: ErrorLog "|/usr/sbin/cronolog /etc/httpd/logs/bgna_error_log.%Y%m" CustomLog "|/usr/sbin/cronolog /etc/httpd/logs/bgna_access_log.%Y%m" combined Adapt it to needs. suomi On 2011-03-17 14:03, Igor Galić wrote: - Original Messag

Re: [users@httpd] compiling 2.2.17

2011-03-17 Thread János Löbb
Hi Mark, Removing the --with-ssl=/usr/include/opnessl option helped. Now I have this message frequently in the output when I run make: warning: no debug symbols in executable (-arch x86_64) Should I worry ? It is on an Intel iMac with OSX 10.6.6. bml0065:httpd-2.2.17 administrator$ gcc --v

Re: [users@httpd] Re: can enable/disable status set using balancer-manager persist a restart

2011-03-17 Thread Jim Jagielski
Since a cluster, at least as far as mod_proxy is concerned, is just a bunch of associated BalancerMembers, then yeah, this will work for/in clusters... On Mar 17, 2011, at 9:06 AM, Igor Galić wrote: > > > - Original Message - >> Not yet, no... > > Jim: Any plans to make this work in a

Re: [users@httpd] Re: can enable/disable status set using balancer-manager persist a restart

2011-03-17 Thread Igor Galić
- Original Message - > Not yet, no... Jim: Any plans to make this work in a cluster too? i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ - The official User-To-Use

RE: [users@httpd] list serv for mod_ssl and other Apache modules

2011-03-17 Thread Edwards, Denise
Thanks Luke. Good Info. -Original Message- From: Luke Swihart [mailto:luke.swih...@nashfinch.com] Sent: Wednesday, March 16, 2011 1:52 PM To: users@httpd.apache.org Subject: RE: [users@httpd] list serv for mod_ssl and other Apache modules Just so everyone remembers in the OpenSSL world t

Re: [users@httpd] Apache22 Logs rotation configuration

2011-03-17 Thread Igor Galić
- Original Message - > > > Hello, > > I want to configure Apache22 under FreeBSD 8.1 to write a different > log starting at mid-night and rename the old log-date > > Can you give any ideas on how to do so? The safes possible method. I > had google but a little hesitant , I’ m a newbie. U