Re: [us...@httpd] HTTP server scalability

2009-06-12 Thread Sean Conner
It was thus said that the Great Vinay Nagrik once stated: > Thank you Andrew and Tom, > > Thank you for your insightful replies. These have definitely helped me in > understanding the major issues. > > At this moment I can not understand "How a 'Connecton' is passed from parent > process to chil

Re: [us...@httpd] Re: mod_disk_cache - Temporary files when 32000 subdirs limit is reached

2009-06-12 Thread Nuno Fernandes
On Wednesday 10 June 2009 13:32:03 Dan Poirier wrote: > Nuno Fernandes writes: > > When the 32000 sub dirs limit is reached, i get the following errors in > > error_log: > > > > [Tue Jun 09 22:19:23 2009] [error] (2)No such file or directory: > > disk_cache: rename tempfile to hdrsfile failed: > >

RE: [us...@httpd] redirect webdav traffic from dmz to server inside firewall?

2009-06-12 Thread Boyle Owen
> -Original Message- > From: Brent Friedman [mailto:br...@brentfriedman.net] > Sent: Friday, June 12, 2009 12:31 AM > To: users@httpd.apache.org > Subject: [us...@httpd] redirect webdav traffic from dmz to > server inside firewall? > > I have been trying to determine the proper configura

[us...@httpd] Apache as a Gateway

2009-06-12 Thread Arnab Ganguly
Hi All, This is a more generic question.Is it possible to make Apache act as a getway. At present we are using Foundry switch which nothing but acts as an VIP (Virtual IP) ,handles all the client request from the internet.It does the load balancing and internally it routes the requests to some lin

RE: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Paul Miles
We use Pound (http://www.apsis.ch/pound/) to do exactly that. I believe apache can also load balance, but pound was so simple to setup for our environment it seemed like the sensible choice. This way, we can leave apache to do what it does best, and serve web pages. Regards, Paul --- Paul Mil

[us...@httpd] unsuscribe

2009-06-12 Thread Julien Gerhards
unsuscribe - 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: users-unsubscr...@httpd.apache.org " from the digest:

SV: [us...@httpd] unsuscribe

2009-06-12 Thread Steffen Tronstad
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org -Opprinnelig melding- Fra: Julien Gerhards [mailto:jgerha...@r-advertising.com] Sendt: 12. juni 2009 12:44 Til: users@httpd.apache.org Emne: [us...@httpd] unsuscribe unsuscribe -

Re: [us...@httpd] redirect webdav traffic from dmz to server inside firewall?

2009-06-12 Thread Brent Friedman
I have a box running webdav inside a firewall. I want to provide access to webdav via a box running in a dmz. I am not certain of mod_rewrite is the appropriate way to accomplish this, but I haven't been able to configure the dmz server properly to forward traffic for webdav to the other serv

Re: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Arnab Ganguly
Hi Paul, Thanks a lot for your suggestions.Definitely we are going to try out.We are on CentOS 5 so any issue it is going to be if we install the RHL packages? Arnab On Fri, Jun 12, 2009 at 4:04 PM, Paul Miles wrote: > We use Pound (http://www.apsis.ch/pound/) to do exactly that. > > I believe a

RE: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Paul Miles
I wouldn't expect any issues installing the redhat rpm on centos, but if you're at all worried, just build from source. Paul --- Paul Miles Systems and Infrastructure Fax: + 44 (0)8701 236 087 Web: http://www.paymo.com Paymo 107 Fleet Street London, EC4A 2AB UK From: Arnab Ganguly [mailto:aga

Re: [us...@httpd] redirect webdav traffic from dmz to server inside firewall?

2009-06-12 Thread André Warnier
Brent Friedman wrote: I have a box running webdav inside a firewall. I want to provide access to webdav via a box running in a dmz. I am not certain of mod_rewrite is the appropriate way to accomplish this, but I haven't been able to configure the dmz server properly to forward traffic for we

RE: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Julien Gerhards
Hi ! CentOS is 100% compatible with RHL !

RE: [us...@httpd] redirect webdav traffic from dmz to server inside firewall?

2009-06-12 Thread Boyle Owen
> -Original Message- > From: Brent Friedman [mailto:br...@brentfriedman.net] > Sent: Friday, June 12, 2009 2:36 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] redirect webdav traffic from dmz > to server inside firewall? > > I have a box running webdav inside a firewall.

Re: [us...@httpd] HTTP server scalability

2009-06-12 Thread Jonathan Zuckerman
On Fri, Jun 12, 2009 at 12:41 AM, Sean Conner wrote: > It was thus said that the Great Vinay Nagrik once stated: >> Thank you Andrew and Tom, >> >> Thank you for your insightful replies.  These have definitely helped me in >> understanding the major issues. >> >> At this moment I can not understand

Re: [us...@httpd] HTTP server scalability

2009-06-12 Thread Eric Covener
>  The parent process then takes the connection socket, and passes it on to > an available child process to handle---once the socket is passed on to the > child (and no, the three-way TCP handshake does not have to happen again, > the connected socket is passed from the parent to the child process)

Re: [us...@httpd] HTTP server scalability

2009-06-12 Thread Vinay Nagrik
Great, Great, Great! Sean Conner and Andrew Warnier. This topic is covered in full without anybody being sarcastic, as is often the case in other usenet groups. My heartful thanks to participating parties. Thanks a lot. Nagrik On Fri, Jun 12, 2009 at 12:41 AM, Sean Conner wrote: > It was thu

[us...@httpd] Deflating components

2009-06-12 Thread dan06
I'm trying to configure my apache web server to deflate web components. I've taken the following steps, but the web server does not deflate the components; anyone know what I'm doing wrong/missing? 1. In httpd.conf file loaded module: LoadModule deflate_module modules/mod_deflate.so

[us...@httpd] Backend host/port in the log

2009-06-12 Thread arungupta
Configured mod_proxy_balancer for front-ending a bunch of GlassFish instances. How do I print the backend host/port in the log ? -- View this message in context: http://www.nabble.com/Backend-host-port-in-the-log-tp24003433p24003433.html Sent from the Apache HTTP Server - Users mailing list arch

[us...@httpd] htpasswd on Apache 2.2

2009-06-12 Thread Chen, Peter
Hello, So I set up my Apache server to authenticate using both file and ldap authentication. I'm using an Apache server for Subversion. I create file accounts into an already existing file in this manner: htpasswd -m I then give it a password. Next, I test the username with t

[us...@httpd] mod_log_config

2009-06-12 Thread ricardo13
Hi, I'm testing the mod_log_config. I did a simple program to read stardard input. Called program.c #include int main() { char input[BUFSIZ]; while(fgets(input, BUFSIZ, stdin) != NULL) printf("Value: %s\n", input); return 0; } I configured httpd.conf to send information

Re: [us...@httpd] mod_log_config

2009-06-12 Thread Eric Covener
On Fri, Jun 12, 2009 at 3:02 PM, ricardo13 wrote: > > Hi, > > I'm testing the mod_log_config. > > I did a simple program to read stardard input. Called program.c > > #include > int main() { >    char input[BUFSIZ]; > >    while(fgets(input, BUFSIZ, stdin) != NULL) >       printf("Value: %s\n", inp

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
Hi, When I configured only file apache works. CustomLog logs/default_log common Now, I configured: CustomLog "logs/default_log|/usr/local/apache2/program" common and Apache doesn't work. Thank you Ricardo On Fri, Jun 12, 2009 at 4:09 PM, Eric Covener wrote: > On Fri, Jun 12, 2009 at 3:02 PM,

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
Hi CustomLog "logs/default_log|/usr/local/apache2/program" common Excuse my stupidity. Now, I understood. How do I compile mod_log_config ? I modified a parameter. Thank you Ricardo On Fri, Jun 12, 2009 at 4:17 PM, ricardo figueiredo < ricardoogra...@gmail.com> wrote: > Hi, > > When I config

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
> > >> >> On Fri, Jun 12, 2009 at 4:09 PM, Eric Covener wrote: >> >>> On Fri, Jun 12, 2009 at 3:02 PM, ricardo13 >>> wrote: >>> > >>> > Hi, >>> > >>> > I'm testing the mod_log_config. >>> > >>> > I did a simple program to read stardard input. Called program.c >>> > >>> > #include >>> > int main()

[us...@httpd] Question about how to fetch html?

2009-06-12 Thread Brian Kim
Hi all. Currently I am creating a http-based proxy system to fetch a html data between users' browser ans web server. In fact, I did it by adding some code in ap_proxy_http_process_response function as follows Here is a part of ap_proxy_http_process_response function and I added some code to see

Re: [us...@httpd] Question about how to fetch html?

2009-06-12 Thread André Warnier
Brian Kim wrote: Hi all. Hi Brian. Currently I am creating a http-based proxy system to fetch a html data between users' browser ans web server. That's usually what browsers do already, but ok.. In fact, I did it by adding some code in ap_proxy_http_process_response function as follows

Re: [us...@httpd] mod_log_config

2009-06-12 Thread Eric Covener
On Fri, Jun 12, 2009 at 3:45 PM, ricardo figueiredo wrote: > > But When I request a page doesn't show "Value: 1234" in the prompt, > for > example. > What's wrong ?? Anyone has a example ?? Where does standard out from a piped logger go?  Try writing to a file. >

Re: [us...@httpd] mod_log_config

2009-06-12 Thread ricardo figueiredo
On Fri, Jun 12, 2009 at 6:37 PM, Eric Covener wrote: > On Fri, Jun 12, 2009 at 3:45 PM, ricardo > figueiredo wrote: > > > > But When I request a page doesn't show "Value: 1234" in the prompt, > > for > > example. > > What's wrong ?? Anyone has a example ?? > > W

Re: [us...@httpd] Question about how to fetch html?

2009-06-12 Thread Brian Kim
Thanks. Sorry for unclear explanations. Basically I want to make my proxy system do (1) parsing the html data, (2) analyzing the html data, (3) modifying some of the html data and then sending it to users. Here, the problem is that it is hard to finish (1), (2) & (3) jobs before sending the html

Re: [us...@httpd] Question about how to fetch html?

2009-06-12 Thread Darryle Steplight
I suggest using a server side language like PHP to do the heavy lifting for you. There are pre-existing functions out there that already take care of this. On Fri, Jun 12, 2009 at 5:47 PM, Brian Kim<09su.resea...@gmail.com> wrote: > Thanks. > > Sorry for unclear explanations. > > Basically I want

Re: [us...@httpd] Question about how to fetch html?

2009-06-12 Thread André Warnier
Brian Kim wrote: Thanks. Sorry for unclear explanations. Basically I want to make my proxy system do (1) parsing the html data, (2) analyzing the html data, (3) modifying some of the html data and then sending it to users. Here, the problem is that it is hard to finish (1), (2) & (3) jobs befo

Re: [us...@httpd] Question about how to fetch html?

2009-06-12 Thread Nick Kew
On 12 Jun 2009, at 22:47, Brian Kim wrote: Thanks. Sorry for unclear explanations. Basically I want to make my proxy system do (1) parsing the html data, (2) analyzing the html data, (3) modifying some of the html data and then sending it to users. A number of filter modules do that. See f

Re: [us...@httpd] mod_log_config

2009-06-12 Thread Eric Covener
On Fri, Jun 12, 2009 at 5:45 PM, ricardo figueiredo wrote: >     double d; >    fscanf(stdin, "%f", d); Try testing this on the command line before you try to test it integrated into apache. Shouldn't the final parameter be a pointer? -- Eric Covener cove...@gmail.com