Dragon wrote:
André Warnier wrote:
[EMAIL PROTECTED] wrote:
You are of course assuming that the OP is using an OS that is Unix-like
that supports these commands (Linux, BSD, OSX, Solaris, etc.).
All bets are off if the OP is using Windows. That would require digging
into the Windows SDK to
André Warnier wrote:
[EMAIL PROTECTED] wrote:
Is there a way how to find out, from an external program running on the
same machine, a number of a total http Apache's processes ?
What command must I use in my C or Python program?
Thanks for help.
L.
At the command-line :
ps -ef | grep httpd
[EMAIL PROTECTED] wrote:
Is there a way how to find out, from an external program running on the
same machine, a
number of a total http Apache's processes ?
What command must I use in my C or Python program?
Thanks for help.
L.
At the command-line :
ps -ef | grep httpd | grep -v grep | wc
Hello,
We have recently upgraded from apache 1.3.35 to 2.2.0. 2.2.0 is a great
improvement and long overdue for us. We have also switched from a shared host
provider to our own hosted server at the same time. There is one sticky point
that I am trying to figure out if we can work around it.
Is there a way how to find out, from an external program running on the
same machine, a
number of a total http Apache's processes ?
What command must I use in my C or Python program?
Thanks for help.
L.
-
The official User-To
On Fri, Jul 25, 2008 at 11:00 AM, sepeth <[EMAIL PROTECTED]> wrote:
> Hi!
>
> What is the difference between and ?
>
> just curiosity.
None. Just a change in syntax over time because is a
little obscure. They work exactly the same.
Joshua.
--
Hi!
What is the difference between and ?
just curiosity.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PRO
On Fri, Jul 25, 2008 at 12:30, Anand Kulkarni <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have client/server architecture. I want to introduce Apache server in
> between that will receive request from client, forward it to server then
> take response from server and give it back to the client. There is
On Thu, Jul 24, 2008 at 18:02, André Warnier <[EMAIL PROTECTED]> wrote:
> I would like to re-organise this as follows :
> - choosing and setting up one of the internal servers as a "front-end" for
> itself and all the others.
> - allow internals and externals to connect to the front-end system (if
Anand Kulkarni wrote:
Hi,
I have client/server architecture. I want to introduce Apache server in
between that will receive request from client, forward it to server then
take response from server and give it back to the client. There is no
load balancing or complex processing here.
How can
Hi,
I have client/server architecture. I want to introduce Apache server in
between that will receive request from client, forward it to server then
take response from server and give it back to the client. There is no
load balancing or complex processing here.
How can I implement this simple r
Thanks for the help! Don't suppose that you care that I have a problem
reading (Painful eyes you know). It's jokers like you that makes it worth
forgetting about help and I lean more now to the fact the apache server is
junk!
I'll unsubscribe and forget this forum!
- Original Message --
Michael Rogers wrote:
I am new to servers period!
Then start reading some documentation. There is a huge amount of
documents available on Apache's web site, start from there.
One thing I found is if you make a mistake in the httpd.conf you may as
well trash it copy a new one in it's place b
Hi!
I am new to servers period! I downloaded Apache 2xx because it was free and I
don't have any money to pay for a better one.
So far I have not been able to get it to work. If I can't get any help here to
make this work I will simply have to trash it and forget about running my own
server
[EMAIL PROTECTED] wrote:
On 7/24/08, Rich Schumacher <[EMAIL PROTECTED]> wrote:
On Wed, Jul 23, 2008 at 8:50 AM, André Warnier <[EMAIL PROTECTED]> wrote:
[...]
I thank you both for these very informative answers.
This information is very useful in general, and in particular for a
project I'm w
15 matches
Mail list logo