Re: [EMAIL PROTECTED] different kinds of proxies

2008-07-25 Thread André Warnier
[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

[EMAIL PROTECTED] Apache 2.2

2008-07-25 Thread Michael Rogers
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

Re: [EMAIL PROTECTED] Apache 2.2

2008-07-25 Thread Davide Bianchi
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

Re: [EMAIL PROTECTED] Apache 2.2

2008-07-25 Thread Michael Rogers
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

[EMAIL PROTECTED] How to make Apache 2.x as Forwarding server?

2008-07-25 Thread Anand Kulkarni
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

Re: [EMAIL PROTECTED] How to make Apache 2.x as Forwarding server?

2008-07-25 Thread André Warnier
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

Re: [EMAIL PROTECTED] Orientation request on proxies, rewrite etc..

2008-07-25 Thread Krist van Besien
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 from

Re: [EMAIL PROTECTED] How to make Apache 2.x as Forwarding server?

2008-07-25 Thread Krist van Besien
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 no

[EMAIL PROTECTED] What is the difference between Directory ~ and DirectoryMatch?

2008-07-25 Thread sepeth
Hi! What is the difference between Directory ~ and DirectoryMatch? just curiosity. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To

Re: [EMAIL PROTECTED] What is the difference between Directory ~ and DirectoryMatch?

2008-07-25 Thread Joshua Slive
On Fri, Jul 25, 2008 at 11:00 AM, sepeth [EMAIL PROTECTED] wrote: Hi! What is the difference between Directory ~ and DirectoryMatch? just curiosity. None. Just a change in syntax over time because Directory ~ is a little obscure. They work exactly the same. Joshua.

[EMAIL PROTECTED] A number of Apache processes

2008-07-25 Thread export
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

[EMAIL PROTECTED] POST using Content Type of text - 501 Method Not Implemented

2008-07-25 Thread Jake Milnes
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.

Re: [EMAIL PROTECTED] A number of Apache processes

2008-07-25 Thread Dragon
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

Re: [EMAIL PROTECTED] A number of Apache processes

2008-07-25 Thread André Warnier
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