Re: [us...@httpd] I need a technique for executing very fast code behind the httpd apache server.

2009-12-26 Thread Bogdan Cristea
On Saturday 26 December 2009 15:56:43 Andrei Paul Nistor wrote: > I thought about using soap as an comunication protocol but in fact the > remote procedures are php scripts or asp i need compiled code that can > execute fast and share objects, the communication protocol isnt important > it can

Re: [us...@httpd] Searching for a powerfull apache log analizer

2009-12-22 Thread Bogdan Cristea
On Tuesday 22 December 2009 18:12:58 Frank Bonnet wrote: > Hello > > As described uin the subject I'm searching for such piece of software > it might be freeware or commercial but must runs with Linux. > > A highly configurable software is a must as we need to do a lot > of statistics ( per user,

Re: [us...@httpd] GUI for configuring Apache httpd by editing httpd.conf

2009-02-14 Thread Bogdan Cristea
On Saturday 14 February 2009 14:04:34 Mohammed obaidan wrote: > Hi, > > I was searching the internet for a GUI tool for configuring the Apache > httpd server. I found two commercial tools but no open source ones. So I am > going to develop an open source software using java for configuring and > ma

[EMAIL PROTECTED] How to setup http links on local machine with dynamically alocated IP address

2008-07-31 Thread Bogdan Cristea
For a Apache server in a local LAN with DHCP I want to use in a http link the actual IP address of a machine. Is this possible when the IP address is dynamically allocated? Example: I want to replace in "http://localhost/~bogdan/"; localhost with the actual IP address without needing to cha

[EMAIL PROTECTED] Fwd: Apache message file grows very fast

2008-06-10 Thread Bogdan Cristea
freed 2 GB, but today morning I have had the same failure, due to the same reason: the message file was 2GB, eating completely my root partiton. Have you experienced similar behavior? Could you advise how to solve this issue? regards -- Bogdan Cristea

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-23 Thread Bogdan Cristea
lems i face with uploads is that typically file > transfers cannot be resumed over HTTP. dont know if dav allows resume and if > clients support it. > > > > > Bogdan Cristea wrote: > > > > > Seeing this message, I'm wondering if there is a solution for

Re: [EMAIL PROTECTED] The simplest of questions ...

2008-04-22 Thread Bogdan Cristea
#if $types{$_} =~ /Directory/i; > # Add any extra link types here... > #$href="$dirroot$dir$_"; > #$href=~ s%//%/%g; # remove extra // pairs. > print qq%$_ %; > } > print ""; > > $date = (localtime($dates{$_}