Re: [us...@httpd] When it rains it pours...

2009-11-27 Thread André Warnier
Krist van Besien wrote: We have a more sofisticated coffee machine. It even runs on Linux (as we could witness when the power came back), but don't know if it has Apache installed... Maybe. But does it support the official RFC ? http://www.rfc-editor.org/rfc/rfc2324.txt -

Re: [us...@httpd] Re: When it rains it pours...

2009-11-27 Thread André Warnier
Krist van Besien wrote: On Fri, Nov 27, 2009 at 4:51 PM, André Warnier wrote: Please don't. It was an entertaining story, better than many on this list. Well, It was a strange feeling to basically press enter to complete a command, and as a result see all the lights go out... Java stuff do

Re: [us...@httpd] SSL on Apache 2.2.14

2009-11-27 Thread Sander Temme
On Nov 25, 2009, at 2:24 PM, John J. Consolati wrote: > Here are the build commands I've tried: > > ./configure --prefix=/home/consolati1/apache/httpd-2.2.14/installed > --enable-static-support --enable-ssl > --with-ssl=/home/consolati1/openssl/openssl-0.9.8l/installed > --with-mpm=prefork >

Re: [us...@httpd] SSL on Apache 2.2.14

2009-11-27 Thread Sander Temme
On Nov 25, 2009, at 2:24 PM, John J. Consolati wrote: > Here are the build commands I've tried: > > ./configure --prefix=/home/consolati1/apache/httpd-2.2.14/installed > --enable-static-support --enable-ssl > --with-ssl=/home/consolati1/openssl/openssl-0.9.8l/installed > --with-mpm=prefork >

Re: [us...@httpd] apache urgent help!!!

2009-11-27 Thread Eric Covener
On Fri, Nov 27, 2009 at 1:23 PM, Peter Maguire wrote: > my server wont work i have tryed uninstalling and reinstalling it it wont > come up. my domain is http://93.188.128.48/ and nothing comes up. i have > tried everything. i think. Stop posting multiple threads with vague subject lines, and con

Re: [us...@httpd] apache urgent help!!!

2009-11-27 Thread Evan Platt
On Fri, 27 Nov 2009 18:23:26 + (GMT), you wrote: >my server wont work i have tryed uninstalling and reinstalling it it wont come >up. my domain is http://93.188.128.48/ and nothing comes up. i have tried >everything. i think. You need to disable PWS (Microsoft Personal Web Server) if you wa

[us...@httpd] apache urgent help!!!

2009-11-27 Thread Peter Maguire
my server wont work i have tryed uninstalling and reinstalling it it wont come up. my domain is http://93.188.128.48/ and nothing comes up. i have tried everything. i think.

[us...@httpd] Re: SSL on Apache 2.2.14

2009-11-27 Thread LuKreme
On 27-Nov-2009, at 04:41, Zachary Uram wrote: > On Thu, Nov 26, 2009 at 11:09 AM, LuKreme wrote: >> On 26-Nov-2009, at 05:15, daniel.goul...@and.co.uk wrote: >>> Maybe you could try --enable-shared in your configure arguments? >> >> Really? Purple text AND TOFU posting? > > Eh? > > Zach The po

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Eric Covener
On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia wrote: > What changes do I need to make to my compile script to use apxs? > > libtool --silent --mode=compile gcc  -g -O2 -pthread    -DLINUX=2 \ I assume you'd just replace it: http://httpd.apache.org/docs/2.2/programs/apxs.html -- Eric Covener

[us...@httpd] need help with my apache

2009-11-27 Thread Peter Maguire
i need help i cant get onto the page when i type in adress in httpd.conf but im not sure im doing it right

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Mohit Anchlia
What changes do I need to make to my compile script to use apxs? libtool --silent --mode=compile gcc -g -O2 -pthread-DLINUX=2 \ -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE \ -I/usr/local/apache2/include \ -prefer-pic -c mod_vhost_limit.c && touch mod_vho

Re: [us...@httpd] Re: When it rains it pours...

2009-11-27 Thread Krist van Besien
On Fri, Nov 27, 2009 at 4:51 PM, André Warnier wrote: > Please don't.  It was an entertaining story, better than many on this list. Well, It was a strange feeling to basically press enter to complete a command, and as a result see all the lights go out... -- krist.vanbes...@gmail.com kr..

Re: [us...@httpd] When it rains it pours...

2009-11-27 Thread Krist van Besien
On Fri, Nov 27, 2009 at 4:59 PM, Evan Platt wrote: > I worked at a company once that had a coffee machine in the > 'breakroom' which was right outside the door of the 2 bathrooms - > where there was a sink and microwave and coffee pot. One day at a > company meeting, someone mentioned it was about

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Eric Covener
On 11/27/09, Mohit Anchlia wrote: > > Are you using apxs? > no use apxs. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Mohit Anchlia
This is compile.sh libtool --silent --mode=compile gcc -g -O2 -pthread-DLINUX=2 \ -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE \ -I/usr/local/apache2/include \ -prefer-pic -c mod_vhost_limit.c && touch mod_vhost_limit.slo libtool --silent --mode=link

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Mohit Anchlia
no On Fri, Nov 27, 2009 at 8:41 AM, Eric Covener wrote: > On 11/27/09, Mohit Anchlia wrote: >> I downloaded the module mod_vhost_limit from "http://apache.ivn.cl/"; >>  site. When I try to complile I get the following errors. The module I >>  downloaded is for apache2. Could someone please help

[us...@httpd] mod_slotlimit module questions

2009-11-27 Thread Mohit Anchlia
I downloaded the source and compiled it. When I read Readme It's little confusing to me. My questions are: AvailableSlotsPercent - does it mean that upto 13 LimitSite can be allocated? LimitSite - does it mean that the site running within the apache itself or the external site trying to access apa

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Eric Covener
On 11/27/09, Mohit Anchlia wrote: > I downloaded the module mod_vhost_limit from "http://apache.ivn.cl/"; > site. When I try to complile I get the following errors. The module I > downloaded is for apache2. Could someone please help me? > > In file included from /usr/local/apache2/include/ap_co

[us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Mohit Anchlia
I downloaded the module mod_vhost_limit from "http://apache.ivn.cl/"; site. When I try to complile I get the following errors. The module I downloaded is for apache2. Could someone please help me? In file included from /usr/local/apache2/include/ap_config.h:25, from /usr/local/apa

Re: [us...@httpd] When it rains it pours...

2009-11-27 Thread Evan Platt
On Fri, 27 Nov 2009 13:26:56 +0100, you wrote: >And we are also looking in to getting a UPS for our coffeemachine, >because not being able to have a coffee when an outage condems you to >unproductivity is next to unbearable... I worked at a company once that had a coffee machine in the 'breakroom

Re: [us...@httpd] Re: When it rains it pours...

2009-11-27 Thread André Warnier
Krist van Besien wrote: I really should not have two mailing lists with adresses starting with "us...@...". Sorry list. (Or how do I disable email completion in Gmail.) Please don't. It was an entertaining story, better than many on this list. The UPS for the coffeee machine is a great idea.

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-27 Thread Hendrik Schmieder
William A. Rowe Jr. schrieb: Peter Schober wrote: * Hendrik Schmieder [2009-11-19 12:53]: Is mod_fcgid stable enough for production usage ? "Yes" agreed [1] [1] there is an issue handling large POST bodies in 2.3.4, you may wish to stay with 2.3.1 (not recommended though), or grab from su

RE: [us...@httpd] mod_proxy issue - intermittent 502 response

2009-11-27 Thread Haroon Rafique
On Today at 9:52am, CP=>Cristian Pini wrote: CP> Thx for taking the time to read the post. CP> Hi, Have you looked at "Protocol Adjustments" at: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#envsettings Those settings recently helped me get rid of intermittent 502 errors. Hope that help

[us...@httpd] Re: When it rains it pours...

2009-11-27 Thread Krist van Besien
I really should not have two mailing lists with adresses starting with "us...@...". Sorry list. (Or how do I disable email completion in Gmail.) - The official User-To-User support forum of the Apache HTTP Server Project. See htt

[us...@httpd] When it rains it pours...

2009-11-27 Thread Krist van Besien
So I get a call from one of our developpers. Turns out that the "UT" interface wasn't working properly anymore. The UT interface is basically a SOAP service running on a Tomcat instance. The purpose it to allow smartphones to do things like get Call History etc.. by sending Soap requests to this in

Re: [us...@httpd] Re: SSL on Apache 2.2.14

2009-11-27 Thread Zachary Uram
On Thu, Nov 26, 2009 at 11:09 AM, LuKreme wrote: > On 26-Nov-2009, at 05:15, daniel.goul...@and.co.uk wrote: >> Maybe you could try --enable-shared in your configure arguments? > > Really? Purple text AND TOFU posting? Eh? Zach ---

Re: RE: [us...@httpd] mod_proxy issue - intermittent 502 response

2009-11-27 Thread Zachary Uram
Make sure there is no firewall rules blocking it. Zach - 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

Re: RE: [us...@httpd] mod_proxy issue - intermittent 502 response

2009-11-27 Thread Tom Evans
On Fri, Nov 27, 2009 at 9:52 AM, Cristian Pini wrote: > Thx for taking the time to read the post. > > You're right in that it's difficult to determine whether Apache is the > problem, however, there's nothing sitting between the proxy and the app > server and the only things that are running on t

RE: RE: [us...@httpd] mod_proxy issue - intermittent 502 response

2009-11-27 Thread Cristian Pini
Thx for taking the time to read the post. You're right in that it's difficult to determine whether Apache is the problem, however, there's nothing sitting between the proxy and the app server and the only things that are running on the app server are apache (mod_perl) and sendmail. Having revi

RE: [us...@httpd] mod_proxy issue - intermittent 502 response

2009-11-27 Thread Boyle Owen
502 is bad gateway, which means that apache and the back-end server have got into a protocol argument. Usually this is due to a bad response from the back-end (as your log entries indicate). Why do you think apache is the problem? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this messag