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
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
>
>
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
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
[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
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
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