Re: [us...@httpd] Unexplained unresponsiveness of Apache httpd

2009-11-03 Thread Brian A. Seklecki
On Tue, 2009-11-03 at 17:03 +, Raj Iyer wrote: > [Mon Nov 2 13:27:49 2009] [warn] child process 751 did not exit, > sending another SIGHUP Child process not responding to singals indicates a very very serious system-level issue. $ uname -a ? Try ktrace/strace the child PID as well ~BAS -

Re: [us...@httpd] the usual HELP!!!

2009-04-13 Thread Brian A. Seklecki
> websites from my dining room computer. there are tons of > "statements/documents" for how to do something, but there is > no logical process to follow!!! Good documentation / tutorials aren't going to get you very far, ever, unless you yourself develop a comprehensive set of system admin

Re: [us...@httpd] Apache 1.3.41 child process crashing while serving ssl connection.

2009-02-11 Thread Brian A. Seklecki
On Wed, 2009-02-11 at 12:33 +0530, Prathima Dandapani -X (pdandapa - HCL at Cisco) wrote: > [Mon Feb 9 15:27:23 2009] [notice] child pid 15128 exit > signal Segmentation Fault (11) The normal course of action is to strace(8) or ktrace(8) the process. Try: $ sudo ktrace -i httpd [fla

Re: [EMAIL PROTECTED] How to secure AuthLDAPBindPassword ?

2008-02-15 Thread Brian A. Seklecki
This is for mod_auth_ldap ? He means the "proxy" user who does all of the attribute:value looks in LDAP. Normally the "proxy" user is a "meta" user identity in LDAP -- with limited search functionality and a nice strong password. Store the password in SHA1+Base64 in the Apache config file. En

Re: [EMAIL PROTECTED] with "$" -- redundant?

2008-01-17 Thread Brian A. Seklecki
On Thu, 2008-01-17 at 13:19 -0500, Joshua Slive wrote: > On Jan 17, 2008 1:13 PM, Brian A. Seklecki > <[EMAIL PROTECTED]> wrote: > > All: > > > > I see a lot of examples of with end-of-line char ($) > > matching. > > > > Isn't that redund

[EMAIL PROTECTED] with "$" -- redundant?

2008-01-17 Thread Brian A. Seklecki
All: I see a lot of examples of with end-of-line char ($) matching. Isn't that redundant / implied? A directive is just a regex that automatically has ".*" pre-pended and "$" appended? (But only used if evaluating a file, and not a directory) ~BAS -

[EMAIL PROTECTED] <(Directory|File)Match> Regex Debugging

2008-01-17 Thread Brian A. Seklecki
All: How can I get extremely verbose debugging from the regex matching engine WRT <(Directory|File)Match> statements? "LogLevel Debug" and "-e level" only has one level of verbosity and that's generating on details. I need to test order of evaluation through a series of statements. TIA, ~BAS

RE: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload

2007-11-23 Thread Brian A. Seklecki
ome of the other vendors like Radware, F5 and Cisco LocalDirector. I will find out if it there is a way for the barracuda to let apache know its current offload status so it can differentiate between each request. Matt -Original Message----- From: Brian A. Seklecki [mailto:[EMAIL PROTECTED] Sent:

Re: [EMAIL PROTECTED] Redirect to HTTPS using Load Balancer/SSL Offload

2007-11-23 Thread Brian A. Seklecki
Radware has some nice header rewriting features in its SSL accelerator package. ~BAS On Fri, 23 Nov 2007, Eric Covener wrote: Date: Fri, 23 Nov 2007 20:25:30 -0500 From: Eric Covener <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTE

Re: [EMAIL PROTECTED] Investigating high harddrive load

2007-09-29 Thread Brian A. Seklecki
Basic log analysis should be pretty obvious? Do you have a standard format for vhost log subdirs? /var/log/${vhost}/{access,error}_log ? $ sudo tail -F /var/log/*/access_log It should become obvious very quickly -- unless it's a CGI/PHP script running a disk-intensive code block. ~BAS On Sat

Re: [EMAIL PROTECTED] want to start apache when server boot up HELP HELP

2007-08-19 Thread Brian A. Seklecki
onf After rebooting, I didnt find httpd. regards, galaxy "Brian A. Seklecki" <[EMAIL PROTECTED]> wrote: On Sun, 19 Aug 2007, Galaxy Virus wrote: Hello, On FreeBSD release 6.1, If you installed it from FreeBSD ports, set "apache22_enable=YES" in /etc/rc.conf. If y

Re: [EMAIL PROTECTED] want to start apache when server boot up HELP HELP

2007-08-19 Thread Brian A. Seklecki
On Sun, 19 Aug 2007, Galaxy Virus wrote: Hello, On FreeBSD release 6.1, If you installed it from FreeBSD ports, set "apache22_enable=YES" in /etc/rc.conf. If you didn't install it from Ports -- grab the FreeBSD RC script from: http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/apache22/fil

Re: [EMAIL PROTECTED] Suspicious logging in access.log

2007-06-13 Thread Brian A. Seklecki
and also > duno what had been changed this virtaul machine which is hosting our > clients -- Brian A. Seklecki <[EMAIL PROTECTED]> Collaborative Fusion, Inc. - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] install mystery

2007-03-17 Thread Brian A. Seklecki
What did you set --prefix to during ./configure? Did you "find / -name *httpd.conf*" The config template that comes in the Apache src is going to need more hand work than the one that comes with the FBSD port. Shoot me an e-mail offline about your Ports problems (just fwd me messages) and I'll o