Re: newsyslog and apache

2008-10-03 Thread DA Forsyth
-- Unclean shutdown of previous Apache run? [Wed Oct 01 08:39:09 2008] [notice] Apache/2.0.63 (FreeBSD) PHP/4.4.9 with Suhosin-Patch DAV/2 SVN/1.5.2 configured -- resuming normal operations those error messages are repeated any time I do a apachectl graceful However, doing apachectl stop

Re: newsyslog and apache

2008-10-03 Thread Ian Smith
] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Wed Oct 01 08:39:09 2008] [notice] Apache/2.0.63 (FreeBSD) PHP/4.4.9 with Suhosin-Patch DAV/2 SVN/1.5.2 configured -- resuming normal operations those error messages are repeated any time I do

newsyslog and apache

2008-10-02 Thread DA Forsyth
I used to have one big apache log file, but decided to rotate it once a month using newsyslog. However, now apache stops and does not restart when the log is rotated. line from newsyslog.conf /var/log/apache/httpd-access.log640 13 *$M1D8 B /var/run/httpd.pid 30

Re: newsyslog and apache

2008-10-02 Thread Jerry
On Thu, 02 Oct 2008 14:20:50 +0200 DA Forsyth [EMAIL PROTECTED] wrote: I used to have one big apache log file, but decided to rotate it once a month using newsyslog. However, now apache stops and does not restart when the log is rotated. line from newsyslog.conf /var/log/apache/httpd

Re: newsyslog and apache

2008-10-02 Thread Zbigniew Szalbot
Hello, 2008/10/2 Jerry [EMAIL PROTECTED]: On Thu, 02 Oct 2008 14:20:50 +0200 DA Forsyth [EMAIL PROTECTED] wrote: I used to have one big apache log file, but decided to rotate it once a month using newsyslog. However, now apache stops and does not restart when the log is rotated. line from

Re: newsyslog and apache

2008-10-02 Thread Jerry
On Thu, 2 Oct 2008 14:51:26 +0200 Zbigniew Szalbot [EMAIL PROTECTED] wrote: No need to change log rotation software since the problem clearly is somewhere else. You need to inspect Apache's error logs to see why it cannot start. All the information on getting it working correctly is located

Re: newsyslog and apache

2008-10-02 Thread Zbigniew Szalbot
on getting it working correctly is located here: http://httpd.apache.org/docs/1.3/logs.html#rotation But he clearly stated: I alos see that 'apachectl restart' stops apache but it doesn't restart. So I guess first thing is to check why apachectl does not restart the server. -- Zbigniew Szalbot

Re: [OT] Apache SSL certificate authentication

2008-09-30 Thread Fraser Tweedale
On Mon, Sep 29, 2008 at 12:00:09PM -0500, CyberLeo Kitsana wrote: Fraser Tweedale wrote: - Create my CA key and a CSR, and have CACert sign it. Are you sure it's signed as an intermediary CA? cacert.org's website suggests they will only sign leaf certificates.

Re: [OT] Apache SSL certificate authentication

2008-09-29 Thread CyberLeo Kitsana
Fraser Tweedale wrote: - Create my CA key and a CSR, and have CACert sign it. Are you sure it's signed as an intermediary CA? cacert.org's website suggests they will only sign leaf certificates. http://wiki.cacert.org/wiki/SubRoot Fortunately, your client certs need not be signed by the same CA

[OT] Apache SSL certificate authentication

2008-09-27 Thread Fraser Tweedale
I've been trying to set up Apache to do certificate authentication and although I've had success using a self-signed CA (which naturally requires that the CA certificate be installed in the browser), I want to do the same, only have the certificate(s) signed by a real(*) CA, and am having some

NFS under load-balanced apache

2008-09-21 Thread Murray Taylor
Hi all, Looking for guidance / war stories on mounting nfs shares onto several load balanced web servers Load balancer + web 1 --+ + web 2 --+ + web 3 --+- NFS -- Static stuff on NAS box The NAS box will hold generated report

Re: Apache 1.3 Problems

2008-09-16 Thread Ian Smith
On Tue, 16 Sep 2008 17:48:48 +1000 (EST) [EMAIL PROTECTED] wrote: On Tue, 16 Sep 2008 [EMAIL PROTECTED] wrote: From a digest post, trimming a bit .. After 3 years, by apache 1.3 server quite working. It shows a PID, it's running, it can be stopped and restarted, and from

Re: Apache 1.3 Problems

2008-09-16 Thread Annelise Anderson
On Wed, 17 Sep 2008, Ian Smith wrote: On Tue, 16 Sep 2008 17:48:48 +1000 (EST) [EMAIL PROTECTED] wrote: On Tue, 16 Sep 2008 [EMAIL PROTECTED] wrote: From a digest post, trimming a bit .. After 3 years, by apache 1.3 server quite working. It shows a PID, it's running, it can

Re: Apache 1.3 Problems

2008-09-16 Thread Ian Smith
On Tue, 16 Sep 2008, Annelise Anderson wrote: On Wed, 17 Sep 2008, Ian Smith wrote: On Tue, 16 Sep 2008 17:48:48 +1000 (EST) [EMAIL PROTECTED] wrote: On Tue, 16 Sep 2008 [EMAIL PROTECTED] wrote: From a digest post, trimming a bit .. Trimming lots this time .. Ok, ping and DNS

Segmentation fault Apache-2.2.9

2008-09-03 Thread Gerard
:31 2008] [notice] Digest: done [Wed Sep 03 06:59:32 2008] [notice] Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.6 with Suhosin-Patch configured -- resuming normal operations [Wed Sep 03 08:28:11 2008] [notice] child pid 1039 exit signal Segmentation fault (11) [Wed Sep 03

Re: Segmentation fault Apache-2.2.9

2008-09-03 Thread Michael Powell
... Wed Sep 03 06:59:31 2008] [notice] Digest: done [Wed Sep 03 06:59:32 2008] [notice] Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 [OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.6 with Suhosin-Patch configured -- [resuming normal operations Wed Sep 03 08:28:11 2008] [notice] child pid [1039 exit signal Segmentation

RE: getaddrinfo() failed in Apache 2.2

2008-08-15 Thread Tamouh Hakmi
Hi, I'm working on a problem with Apache 2.2 + PHP on FreeBSD 6.1 x86 Recently, we've upgraded from Apache 1.3 to v2.2 , and since then PHP is unable to resolve hostnames unless they're specified in /etc/hosts . The error we'd get would be: php_network_getaddresses: getaddrinfo

getaddrinfo() failed in Apache 2.2

2008-08-13 Thread Tamouh H.
Hi, I'm working on a problem with Apache 2.2 + PHP on FreeBSD 6.1 x86 Recently, we've upgraded from Apache 1.3 to v2.2 , and since then PHP is unable to resolve hostnames unless they're specified in /etc/hosts . The error we'd get would be: php_network_getaddresses: getaddrinfo failed

Re: Building modules distributed with Apache, using ports

2008-07-30 Thread Lowell Gilbert
Jonathan McKeown [EMAIL PROTECTED] writes: This may be a daft question. I freely admit it's a lazy one - I'm hoping someone has a quick answer that'll save me a couple of hours building a test server and experimenting. I built apache 2.0 from ports, using WITH_LDAP

Building modules distributed with Apache, using ports

2008-07-29 Thread Jonathan McKeown
This may be a daft question. I freely admit it's a lazy one - I'm hoping someone has a quick answer that'll save me a couple of hours building a test server and experimenting. I built apache 2.0 from ports, using WITH_LDAP - but not WITH_LDAP_MODULES, as the Makefile.doc says it's implied

Re: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80

2008-07-14 Thread Chad Leigh -- Shire.Net LLC
in httpd.conf and the problem seems gone: -Listen 80 +Listen 208.69.40.119:80 Rudy Your message from 2 years ago: Hi, Every now and then, Apache 2.2.2 starts filling my httpd-error.log with thousands of lines like: [Sat Jul 08 20:57:32 2006] [warn] (61)Connection refused: connect to listener

Re: Apache 2 in 6.0 jails: Connection refused: connect to listener on0.0.0.0:80

2008-07-13 Thread Rudy
Philippe, Ha, I had the same problem in 7.0 jails. :) So, here is a response to your email from 2 years ago: I made this change in httpd.conf and the problem seems gone: -Listen 80 +Listen 208.69.40.119:80 Rudy Your message from 2 years ago: Hi, Every now and then, Apache 2.2.2

Re: Apache

2008-06-13 Thread sergio lenzi
/bash -h 0 7) logout and login as admin 8) go to the /usr/ports/www/apache22 and type make package, The system will build your apache for you 9) put apache22_enable=YES in /etc/rc.conf, start it with the command /usr/local/etc/rc.d/apache22 start. Your are done There are 18600 ports you

FreeBSD 7 and Apache 1.3.41 PROBLEM

2008-06-11 Thread Jack Raats
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On a server I was running FreeBSD 6.3-STABLE together with apache 1.3.41 without any problem. After upgrading FreeBSD to FreeBSD 7.0-STABLE using a source upgrade, compiling, and a full recompile of all the ports apache refuses to start, or starts

Re: FreeBSD 7 and Apache 1.3.41 PROBLEM

2008-06-11 Thread Wojciech Puchar
-- Unclean shutdown of previous Apache run? After hashing out #LoadModule unique_id_module libexec/apache/mod_unique_id.so #AddModule mod_unique_id.c Apache starts normally Can anyone explain this? are you sure you use the same apache version as with 6

Re: Not possible to install KDE 3.5.8 and Apache 2.2 together?

2008-06-10 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Stevan Tiefert wrote: | Hello, | | when I want to install www/apache22 then following | error appears: | | beastie# make install clean | === Installing for apache-2.2.8 | | === apache-2.2.8 conflicts with installed | package(s): | apr-db42

Re: Not possible to install KDE 3.5.8 and Apache 2.2 together?

2008-06-10 Thread Stevan Tiefert
Thanks, it works! With regards Stevan Tiefert __ Gesendet von Yahoo! Mail. Dem pfiffigeren Posteingang. http://de.overview.mail.yahoo.com ___ freebsd-questions@freebsd.org mailing list

Not possible to install KDE 3.5.8 and Apache 2.2 together?

2008-06-09 Thread Stevan Tiefert
Hello, when I want to install www/apache22 then following error appears: beastie# make install clean === Installing for apache-2.2.8 === apache-2.2.8 conflicts with installed package(s): apr-db42-1.2.8_2 They install files into the same place. Please remove them first

Re: Updated php, and apache segfaults on SIGHUP

2008-05-23 Thread Andrew Moran
Excellent suggestions. On May 20, 2008, at 12:42 PM, Sean C. Farley wrote: I meant the opposite. The latest port version of PHP has a bug on FreeBSD 7. Try it again with the previous patch. How do I do that with the ports collection? On May 20, 2008, at 12:45 PM, Claus Guttesen wrote:

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Odhiambo Washington
On Tue, May 20, 2008 at 8:11 AM, Randy Bush [EMAIL PROTECTED] wrote: did you ever try comment out the three extensions I mentioned in my previous email? That fixed it right up for me. i did not have those extensions at all. or maybe i did not understand where they are. Could you guys

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Randy Bush
Could you guys google for fixphpextorder.sh and see if that would help. It did help me last year when I had this problem and I always rely on it during upgrade, but I'm not saying I guarantee it will:-) still cores # /usr/local/etc/rc.d/apache22 start Performing sanity check on apache22

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Randy Bush
# /usr/local/etc/rc.d/apache22 start Performing sanity check on apache22 configuration: Segmentation fault (core dumped) Starting apache22. Segmentation fault (core dumped) Apache (1.3) would core dump when pgsql (from php 5.2.5) was loaded as a module. Commenting this module out from

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Claus Guttesen
configuration: Segmentation fault (core dumped) Starting apache22. Segmentation fault (core dumped) Apache (1.3) would core dump when pgsql (from php 5.2.5) was loaded as a module. Commenting this module out from /usr/local/etc/php/extensions.php solved the startup problem (but then the web-app

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Norbert Papke
On May 19, 2008, Andrew Moran wrote: I recently upgraded my php5 ports to latest ports tree versions (5.2.6), and now I'm in a situation where any HUP signal sent to apache is causing the entire process to dump core. I get this in the apache error log: [Mon May 19 16:08:48 2008] [notice

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Sean C. Farley
On Mon, 19 May 2008, Randy Bush wrote: 386 very current i have been unable to get apache not to segv on one server for a while now. i tried the php rebuild i tried clearing obj, full system build, full ports force rebuild, ... i just tried If you have a backup of php/extensions.ini from

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Andrew Moran
OK I've narrowed down my problem to: extension=mhash.so in extensions.ini If I comment out that php extension, I'm good. If I don't, I crash when sending HUP signal to parent apache process. I experimented with the order of the extensions.ini file but could not get to work

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Sean C. Farley
On Tue, 20 May 2008, Andrew Moran wrote: OK I've narrowed down my problem to: extension=mhash.so in extensions.ini If I comment out that php extension, I'm good. If I don't, I crash when sending HUP signal to parent apache process. I experimented with the order of the extensions.ini file

Re: Updated php, and apache segfaults on SIGHUP

2008-05-20 Thread Claus Guttesen
OK I've narrowed down my problem to: extension=mhash.so in extensions.ini If I comment out that php extension, I'm good. If I don't, I crash when sending HUP signal to parent apache process. I experimented with the order of the extensions.ini file but could not get to work regardless

Updated php, and apache segfaults on SIGHUP

2008-05-19 Thread Andrew Moran
Hey guys, I recently upgraded my php5 ports to latest ports tree versions (5.2.6), and now I'm in a situation where any HUP signal sent to apache is causing the entire process to dump core. I get this in the apache error log: [Mon May 19 16:08:48 2008] [notice] SIGHUP received

Adding Modules to Apache Port Post Install

2008-05-19 Thread montag
Hello, I configured and installed an Apache server on my FreeBSD box about a week or so back. Now I'm looking into installing subversion using this guide: http://www.onlamp.com/pub/a/bsd/2007/09/27/subversion-for-bsd-with-all-the-bells-and-whistles.html I notice that the guide complies Apache

Re: Updated php, and apache segfaults on SIGHUP

2008-05-19 Thread Kevin Downey
On Mon, May 19, 2008 at 4:18 PM, Andrew Moran [EMAIL PROTECTED] wrote: Hey guys, I recently upgraded my php5 ports to latest ports tree versions (5.2.6), and now I'm in a situation where any HUP signal sent to apache is causing the entire process to dump core. I get this in the apache error

Re: Adding Modules to Apache Port Post Install

2008-05-19 Thread Derek Ragona
At 10:44 PM 5/18/2008, [EMAIL PROTECTED] wrote: Hello, I configured and installed an Apache server on my FreeBSD box about a week or so back. Now I'm looking into installing subversion using this guide: http://www.onlamp.com/pub/a/bsd/2007/09/27/subversion-for-bsd-with-all-the-bells

Re: Adding Modules to Apache Port Post Install

2008-05-19 Thread Chuck Swiger
On May 18, 2008, at 8:44 PM, [EMAIL PROTECTED] wrote: I notice that the guide complies Apache with WITH_BERKELEYDB=db42 and WITH_MPM=worker, which I did not do. Any way to add these without recompiling and losing everything? Yes and no. You probably can't change which BDB Apache uses without

Re: Updated php, and apache segfaults on SIGHUP

2008-05-19 Thread Barry Pederson
Kevin Downey wrote: On Mon, May 19, 2008 at 4:18 PM, Andrew Moran [EMAIL PROTECTED] wrote: Hey guys, I recently upgraded my php5 ports to latest ports tree versions (5.2.6), and now I'm in a situation where any HUP signal sent to apache is causing the entire process to dump core. I get

Re: Updated php, and apache segfaults on SIGHUP

2008-05-19 Thread Randy Bush
386 very current i have been unable to get apache not to segv on one server for a while now. i tried the php rebuild i tried clearing obj, full system build, full ports force rebuild, ... i just tried If you have a backup of php/extensions.ini from before you did your updates, it would

Re: Updated php, and apache segfaults on SIGHUP

2008-05-19 Thread Kevin Downey
On Mon, May 19, 2008 at 9:51 PM, Randy Bush [EMAIL PROTECTED] wrote: 386 very current i have been unable to get apache not to segv on one server for a while now. i tried the php rebuild i tried clearing obj, full system build, full ports force rebuild, ... i just tried If you have

Re: Updated php, and apache segfaults on SIGHUP

2008-05-19 Thread Randy Bush
did you ever try comment out the three extensions I mentioned in my previous email? That fixed it right up for me. i did not have those extensions at all. or maybe i did not understand where they are. randy ___ freebsd-questions@freebsd.org mailing

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Volker Jahns
On Sat, May 17, 2008 at 10:48:32PM +0200, Peter Boosten wrote: Here's the situation: FreeBSD 7.0-RELEASE-p1, apache-2.2.8 from ports and php5: I've downloaded Joomla 1.5 from their site and installed it in my webroot, configured it with sample data and it works except for (so far

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Peter Boosten
Quoting Volker Jahns [EMAIL PROTECTED]: Apache reports this: [notice] child pid 31685 exit signal Illegal instruction (4) and my /var/log/messages state: kernel: pid 31685 (httpd), uid 80: exited on signal 4 Have a look into apache log file, increase loglevel in httpd.conf LogLevel

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Mel
On Saturday 17 May 2008 22:48:32 Peter Boosten wrote: Hi all, Here's the situation: FreeBSD 7.0-RELEASE-p1, apache-2.2.8 from ports and php5: php5-5.2.6 PHP Scripting Language php5-bz2-5.2.6 The bz2 shared extension for php php5-ctype-5.2.6The ctype shared extension

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Reko Turja
Whenever I click these, my browser wants to save a blank php-page, Apache reports this: [notice] child pid 31685 exit signal Illegal instruction (4) I've got signal 4's with PHP earlier, but I can't for now remember the exact cause. Usually my PHP problems have related to having module

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Peter Boosten
Reko Turja wrote: Whenever I click these, my browser wants to save a blank php-page, Apache reports this: [notice] child pid 31685 exit signal Illegal instruction (4) I've got signal 4's with PHP earlier, but I can't for now remember the exact cause. Usually my PHP problems have related

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Peter Boosten
port without them: CPUTYPE= i686 CFLAGS=-O -pipe COPTFLAGS= -O -pipe I don't think there's anything binary in joomla, but you may want to inspect the code in those faulty links. It might just shell_exec() an old binary you have lying around. Both FreeBSD, apache, php

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Reko Turja
How would I do that? I installed Apache22 from ports and after that PHP. It never asked for any apache version. I can't remember if that was at point in time when there wasAPACHE_VER=xxx knob - it was a long while ago. The module loading order difficulties tend to crop up every upgrade

Re: Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-18 Thread Peter Boosten
Reko Turja wrote: How would I do that? I installed Apache22 from ports and after that PHP. It never asked for any apache version. I can't remember if that was at point in time when there wasAPACHE_VER=xxx knob - it was a long while ago. The module loading order difficulties tend to crop up

Problems with Apache-2.2.8 PHP5 (+extensions) ports

2008-05-17 Thread Peter Boosten
Hi all, Here's the situation: FreeBSD 7.0-RELEASE-p1, apache-2.2.8 from ports and php5: php5-5.2.6 PHP Scripting Language php5-bz2-5.2.6 The bz2 shared extension for php php5-ctype-5.2.6The ctype shared extension for php php5-dom-5.2.6 The dom shared extension for php

Nagios Apache and FreeBSD

2008-05-12 Thread DSA - JCR
inetd I must put somewhere in inetd.conf something about apache, is true? I have nagios_enable=YES and apache_enable=YES in rc.conf also I test and start nagios and apache manually and I don't get any error message or misconfiguration. Can anybody help me? Thanks in advance Juan Coruña Desarrollo

Re: Nagios Apache and FreeBSD

2008-05-12 Thread Wojciech Puchar
http://mynagiosIP/nagios doesn't work I suspect that maybe as I use inetd I must put somewhere in inetd.conf something about apache, is true? I have nagios_enable=YES and apache_enable=YES in rc.conf also I test and start nagios and apache manually and I don't get any error message

Re: Nagios Apache and FreeBSD

2008-05-12 Thread Enrico Rossin
have is that I cannot access the server by web, in order to see the Nagios frontend doing http://mynagiosIP/nagios doesn't work I suspect that maybe as I use inetd I must put somewhere in inetd.conf something about apache, is true? I have nagios_enable=YES and apache_enable=YES

Re: Nagios Apache and FreeBSD

2008-05-12 Thread Jon Radel
in inetd.conf something about apache, is true? No. I have nagios_enable=YES and apache_enable=YES in rc.conf also I test and start nagios and apache manually and I don't get any error message or misconfiguration. Did you configure apache at all after you installed it? If so, what did you

Re: Nagios Apache and FreeBSD

2008-05-12 Thread Odhiambo Washington
doing http://mynagiosIP/nagios doesn't work I suspect that maybe as I use inetd I must put somewhere in inetd.conf something about apache, is true? I have nagios_enable=YES and apache_enable=YES in rc.conf apache22_enable=YES Please look at /usr/local/etc/rc.d/apache22 for params to put

Re: Apache and Environment

2008-05-12 Thread Fred Condo
On May 10, 2008, at 11:49 PM, Nicolas Letellier wrote: Hello. I use apache13 and php5. When I do a phpinfo(), I can see in Environment sensibles datas when I launch apache in root. I see all my env variables (as MAIL, TERM, USER, PWD, LOGNAME, EDITOR, OSTYPE, LANG, etc, etc...). So, we

Apache and Environment

2008-05-11 Thread Nicolas Letellier
Hello. I use apache13 and php5. When I do a phpinfo(), I can see in Environment sensibles datas when I launch apache in root. I see all my env variables (as MAIL, TERM, USER, PWD, LOGNAME, EDITOR, OSTYPE, LANG, etc, etc...). So, we see informations about user who launched apache. When

Re: Apache 2.2.8 + mod_authnz_ldap

2008-05-09 Thread Mel
On Friday 09 May 2008 02:03:01 n j wrote: Hello, did anyone experience any problems trying to install mod_authnz_ldap with Apache 2.2.8 on FreeBSD 6.3? I ran into the following trouble: mod_authnz_ldap.c:41:2: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix

Makefile OPTIONS (was: Re: Apache 2.2.8 + mod_authnz_ldap)

2008-05-09 Thread n j
What are you using for apr? The one that comes with apache itself, or the devel/apr port? AFAICT, the one that comes with Apache itself. It would seem that mod_authnz_ldap required mod_ldap to be compiled in Apache to work. Having little or no experience at all with Apache + LDAP combination

Re: Makefile OPTIONS (was: Re: Apache 2.2.8 + mod_authnz_ldap)

2008-05-09 Thread Mel
On Friday 09 May 2008 15:15:05 n j wrote: What are you using for apr? The one that comes with apache itself, or the devel/apr port? AFAICT, the one that comes with Apache itself. It would seem that mod_authnz_ldap required mod_ldap to be compiled in Apache to work. Having little

Re: Makefile OPTIONS (was: Re: Apache 2.2.8 + mod_authnz_ldap)

2008-05-09 Thread n j
. Theoretically, this is not an error in port's Makefile, rather something that gives even more flexibility to the user. However, the same can't be said for user-friendliness. And to comment on your message, I see no other LDAP-related options in Apache which would make this a fixed dependency. Regards

Apache 2.2.8 + mod_authnz_ldap

2008-05-08 Thread n j
Hello, did anyone experience any problems trying to install mod_authnz_ldap with Apache 2.2.8 on FreeBSD 6.3? I ran into the following trouble: mod_authnz_ldap.c:41:2: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure which caused Stop

Re: Using flags with portinstall of apache?

2008-04-16 Thread Derek Ragona
At 10:09 AM 4/16/2008, Dr. Jennifer Nussbaum wrote: Hi, Im having trouble doing a simple Apache22 install. I first installed it just using portinstall apache. Then i saw that i needed to specify flags during hte process, to get the modules i wan't, but i cant figure out how to do it. I first

Using flags with portinstall of apache?

2008-04-16 Thread Dr. Jennifer Nussbaum
Hi, Im having trouble doing a simple Apache22 install. I first installed it just using portinstall apache. Then i saw that i needed to specify flags during hte process, to get the modules i wan't, but i cant figure out how to do it. I first did a pkg_delete of apache to start over from scratch

Re: Using flags with portinstall of apache?

2008-04-16 Thread Dr. Jennifer Nussbaum
--- Derek Ragona [EMAIL PROTECTED] wrote: At 10:09 AM 4/16/2008, Dr. Jennifer Nussbaum wrote: Hi, Im having trouble doing a simple Apache22 install. I first installed it just using portinstall apache. Then i saw that i needed to specify flags during hte process, to get the modules i

Re: Using flags with portinstall of apache?

2008-04-16 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dr. Jennifer Nussbaum wrote: | Well thats just the thing- i somehow got SSL installed | the first time, and it installs now, but its the | proxy modules that arent installing now. it's WITH_PROXY, not WITH_PROXY_MODULE. Check Makfile.options. |

Re: Using flags with portinstall of apache?

2008-04-16 Thread Dr. Jennifer Nussbaum
--- Pietro Cerutti [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dr. Jennifer Nussbaum wrote: | Well thats just the thing- i somehow got SSL installed | the first time, and it installs now, but its the | proxy modules that arent installing now. it's

RE: Using flags with portinstall of apache?

2008-04-16 Thread Barry Byrne
installed it just using portinstall apache. Then i saw that i needed to specify flags during hte process, to get the modules i wan't, but i cant figure out how to do it. I first did a pkg_delete of apache to start over from scratch. Then i tried to add the flags i wanted

RE: Using flags with portinstall of apache?

2008-04-16 Thread Dr. Jennifer Nussbaum
having trouble doing a simple Apache22 install. I first installed it just using portinstall apache. Then i saw that i needed to specify flags during hte process, to get the modules i wan't, but i cant figure out how to do it. I first did a pkg_delete of apache to start

RE: Using flags with portinstall of apache?

2008-04-16 Thread Derek Ragona
. Jennifer Nussbaum wrote: Hi, Im having trouble doing a simple Apache22 install. I first installed it just using portinstall apache. Then i saw that i needed to specify flags during hte process, to get the modules i wan't, but i cant figure out how to do

RE: Using flags with portinstall of apache?

2008-04-16 Thread Barry Byrne
Then i tried to add the flags i wanted: # portinstall -m WITH_PROXY_MODULES=yes WITH_SSL_MODULES=yes apache WITHOUT_APACHE_OPTIONS=yes I tried this too, and it doesnt help... Whether in /etc/make.conf or passed with -m as an option to portinstall, it just doesnt want

Re: Using flags with portinstall of apache?

2008-04-16 Thread Leslie Jensen
, Im having trouble doing a simple Apache22 install. I first installed it just using portinstall apache. Then i saw that i needed to specify flags during hte process, to get the modules i wan't, but i cant figure out how to do it. I first did a pkg_delete of apache to start over from

RE: Using flags with portinstall of apache?

2008-04-16 Thread Dr. Jennifer Nussbaum
--- Barry Byrne [EMAIL PROTECTED] wrote: Then i tried to add the flags i wanted: # portinstall -m WITH_PROXY_MODULES=yes WITH_SSL_MODULES=yes apache WITHOUT_APACHE_OPTIONS=yes I tried this too, and it doesnt help... Whether in /etc/make.conf or passed with -m

Re: Using flags with portinstall of apache?

2008-04-16 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Dr. Jennifer Nussbaum wrote: | In any case, after repeatedly trying and re-trying, | one of my attempts just worked :-) Sure your machine is fooling you :) | Jen - -- Pietro Cerutti [EMAIL PROTECTED] PGP Public Key: http://gahr.ch/pgp

Re: Using flags with portinstall of apache?

2008-04-16 Thread Mel
On Wednesday 16 April 2008 17:19:04 Derek Ragona wrote: If you want SSL, you need to install that port first. Err, why? It's apache22, not the old days of apache13-ssl/apache13-modssl/apache13-foossl. -- Mel Problem with today's modular software: they start with the modules and never get

Apache - warnings in httpd-error.log about duplicate definitions

2008-04-11 Thread Mike Clarke
Every time I start up Apache (1.3.41) on my 6.3 system I get lots of warnings in httpd-error.log about duplicate definitions of constants and functions. The timestamps suggest that this only started happening after I ran portupgrade on 23rd March. I can run portupgrade again tonight to see

Re: Apache - warnings in httpd-error.log about duplicate definitions

2008-04-11 Thread Mel
On Friday 11 April 2008 12:52:56 Mike Clarke wrote: Every time I start up Apache (1.3.41) on my 6.3 system I get lots of warnings in httpd-error.log about duplicate definitions of constants and functions. The timestamps suggest that this only started happening after I ran portupgrade on 23rd

Re: Apache - warnings in httpd-error.log about duplicate definitions

2008-04-11 Thread Mike Clarke
On Friday 11 April 2008, Mel wrote: On Friday 11 April 2008 12:52:56 Mike Clarke wrote: Every time I start up Apache (1.3.41) on my 6.3 system I get lots of warnings in httpd-error.log about duplicate definitions of constants and functions. [snip] So... How did you get php4 and php5

Apache 2.2.8 and mod_ssl

2008-04-10 Thread Mark A Christofferson
Hello, I am currently running the Apache 2.2.8 port on the FreeBSD 6.3 platform with mod_ssl enabled. I received the following vulnerability scan results from my organization: Vulnerability: mod_ssl Off-By-One HTAccess Buffer Overflow Vulnerability Risk Level: Signature Group: Safe

Process in lockf with apache/php

2008-03-21 Thread Nicolas Letellier
Hi. I use Apache 1.3 and PHP5 in module. I have a timeout of 30 seconds for my PHP scripts. When a process is out of this timeout, I have this message in my error.log: Maximum execution time of 30 seconds exceeded in /var/www/data/test.php on line 10 Ok, this is normal. In a top, I see

Re: Apache -- Analyzing core dump?

2008-03-18 Thread Chris Maness
Chris Maness wrote: Chris Maness wrote: I used to analyze core dumps with tnos to debug. It has been a coon's age since I've done such. I am having apache crash and core dump. There isn't any error info in the log files. Where is the core dumped to (the main log tells me the core has been

apache 2.2.8 uid 80: exited on signal 4

2008-03-14 Thread Abdullah Ibn Hamad Al-Marri
Hello, I have this problem with apache 2.2.8, and I don't know the reason yet. FreeBSD 7.0-STABLE #0: Fri Feb 29 16:57:56 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BB Timecounter i8254 frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2800.11-MHz K8-class CPU) Origin

Re: apache 2.2.8 uid 80: exited on signal 4

2008-03-14 Thread Mel
On Friday 14 March 2008 16:32:30 Abdullah Ibn Hamad Al-Marri wrote: Hello, I have this problem with apache 2.2.8, and I don't know the reason yet. FreeBSD 7.0-STABLE #0: Fri Feb 29 16:57:56 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BB Timecounter i8254 frequency 1193182 Hz quality

Re: apache 2.2.8 uid 80: exited on signal 4

2008-03-14 Thread Wael Nasreddine
This One Time, at Band Camp, Mel [EMAIL PROTECTED] said, On Fri, Mar 14, 2008 at 06:32:40PM +0100: On Friday 14 March 2008 16:32:30 Abdullah Ibn Hamad Al-Marri wrote: Hello, I have this problem with apache 2.2.8, and I don't know the reason yet. FreeBSD 7.0-STABLE #0: Fri Feb 29 16:57:56

Re: apache 2.2.8 uid 80: exited on signal 4

2008-03-14 Thread Kevin Downey
Nasreddine [EMAIL PROTECTED] wrote: This One Time, at Band Camp, Mel [EMAIL PROTECTED] said, On Fri, Mar 14, 2008 at 06:32:40PM +0100: On Friday 14 March 2008 16:32:30 Abdullah Ibn Hamad Al-Marri wrote: Hello, I have this problem with apache 2.2.8, and I don't know the reason yet

Re: apache 2.2.8 uid 80: exited on signal 11 (was signal 4)

2008-03-14 Thread Kevin Kinsey
(httpd), uid 80: exited on signal 4 pid 58619 (httpd), uid 80: exited on signal 4 #define SIGILL 4 /* illegal instr. (not reset when caught) */ If you're sure there are no CPU specific flags set during apache compilation, you might want to get a core dump. Is apache the only

Re: apache 2.2.8 uid 80: exited on signal 11 (was signal 4)

2008-03-14 Thread Wael Nasreddine
there are no CPU specific flags set during apache compilation, you might want to get a core dump. Is apache the only program creating SIGILL? I'm having a similar issue, ny dmesg is filled with CUT pid 63364 (httpd), uid 80: exited on signal 11 CUT my /etc/make.conf: CUT

Re: apache 2.2.8 uid 80: exited on signal 4

2008-03-14 Thread Wael Nasreddine
[EMAIL PROTECTED] said, On Fri, Mar 14, 2008 at 06:32:40PM +0100: On Friday 14 March 2008 16:32:30 Abdullah Ibn Hamad Al-Marri wrote: Hello, I have this problem with apache 2.2.8, and I don't know the reason yet. FreeBSD 7.0-STABLE #0: Fri Feb 29 16:57:56 UTC 2008

Re: apache 2.2.8 uid 80: exited on signal 4

2008-03-14 Thread Wael Nasreddine
, at Band Camp, Mel [EMAIL PROTECTED] said, On Fri, Mar 14, 2008 at 06:32:40PM +0100: On Friday 14 March 2008 16:32:30 Abdullah Ibn Hamad Al-Marri wrote: Hello, I have this problem with apache 2.2.8, and I don't know the reason yet. FreeBSD 7.0-STABLE #0: Fri Feb 29

Re: Strange apache logs [SOLVED]

2008-03-11 Thread Dragan Jovelic
on in httpd.conf to log UserAgent string as well, found out that UserAgent for this requests is internal dummy connection. Google search for that, gave this page on apache site, which explains what is it about: http://wiki.apache.org/httpd/InternalDummyConnection

Apache -- Analyzing core dump?

2008-03-11 Thread Chris Maness
I used to analyze core dumps with tnos to debug. It has been a coon's age since I've done such. I am having apache crash and core dump. There isn't any error info in the log files. Where is the core dumped to (the main log tells me the core has been dumped)? How do I analyze this dump

Re: Apache -- Analyzing core dump?

2008-03-11 Thread Chris Maness
Chris Maness wrote: I used to analyze core dumps with tnos to debug. It has been a coon's age since I've done such. I am having apache crash and core dump. There isn't any error info in the log files. Where is the core dumped to (the main log tells me the core has been dumped)? How do I

Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-10 Thread Mel
On Monday 10 March 2008 03:16:44 Chris Maness wrote: OK, after I was able to get apache to load without crashing, none of my php aps worked correctly. I suppose this had to do with me deleting extensions.ini and only rebuilding php5 and not its dependencies. Well, after rebuilding all

Re: apache+mod_ssl-1.3.41+2.8.31 crashing with mod_php5

2008-03-10 Thread Chris Maness
On Mon, 10 Mar 2008, Mel wrote: On Monday 10 March 2008 03:16:44 Chris Maness wrote: OK, after I was able to get apache to load without crashing, none of my php aps worked correctly. I suppose this had to do with me deleting extensions.ini and only rebuilding php5 and not its dependencies

<    1   2   3   4   5   6   7   8   9   10   >