Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-03-03 Thread Arturo Ignacio Partarrieu Ramos
Thanks men, because I iniatially don't realise how to use your tips, but some days ago I realize that use No-ip script is not a bad idea at all, because you can change it at will. So, finding in Internet how to use bash commands + No-ip + imagination = problem solved I finally made my own script

Re: [EMAIL PROTECTED] Apache 2.x server is taking too much time to sending response to the client.

2007-03-03 Thread William A. Rowe, Jr.
Simple, I think, interrupt your CGI process in gdb to determine what line that hung up on. Bill samarjit adhikari wrote: > Hi All, > > > > Problem Description: > > - > > I have written a cgi script which does > > i) fork and exec a command with the child process > >

[EMAIL PROTECTED] Apache 2.x server is taking too much time to sending response to the client.

2007-03-03 Thread samarjit adhikari
Hi All, Problem Description: - I have written a cgi script which does i) fork and exec a command with the child process ii) create pipe to read some data from the child process. The parent process waits untill it reads complete data from the child. observation f

[EMAIL PROTECTED] mod_rewrite and proxy balancer to non-root path

2007-03-03 Thread Chris Dawson
I am attempting to take this URL: http://foobar.com/path and rewrite it to balance on a balancer server. I have a rewrite rule like this: RewriteRule ^/path(.*)$ balancer://path_balancer%{REQUEST_URI} [P,QSA,L] I then have a balancer setup like this: BalancerMember http://192.168.2.77:8001

Re: [EMAIL PROTECTED] Need recommendation for apache log summary tool

2007-03-03 Thread Richard van der Leeden
[EMAIL PROTECTED] wrote: > > I've been asked to summarize apache httpd log output in hopes > of being able to characterize from where people visiting our > web site are coming. Googling a bit brings up a lot of > different programs for similar purposes. I wonder if anyone > on this list can make

Re: [EMAIL PROTECTED] Need recommendation for apache log summary tool

2007-03-03 Thread Norman Khine
webalizer (http://www.mrunix.net/webalizer/) or AWStats http://awstats.sourceforge.net/ hope this is of help for other bits this is an interesting article for debugging logs http://www.onlamp.com/pub/a/onlamp/2007/02/02/apache-debugging-logs.html [EMAIL PROTECTED] wrote: > Hello, > > I've be

Re: [EMAIL PROTECTED] Commom Apache configurations shared between live and development servers?

2007-03-03 Thread Krist van Besien
On 3/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi guys, I'm wondering if anybody has done something like this before (it doesn't seem that out of the ordinary to me)? Our current set-up is a mess and we're trying to fix it, so I'm looking for some best practice or recommended methods t