Re: [users@httpd] Apache server on Ubuntu 13.10

2013-11-01 Thread Jasvir Singh
On Sat, Nov 2, 2013 at 10:14 AM, Vidyadhar wrote: > It is showing virtualhost not closed properly. Can you check / provide > apache2.conf file. Sure. Here it is: http://pastebin.com/T2z9m1xn -- Jasvir Singh Grewal Blog:http://jasvirsinghgrewal91.wordpress.com/

Re: [users@httpd] Apache server on Ubuntu 13.10

2013-11-01 Thread Vidyadhar
On 2 Nov 2013 09:45, "Jasvir Singh" wrote: > > Hello everyone. > Recently I have installed Apache web server on my Ubuntu 13.10, but > it's not working properly. Installed version in 2.4.6. > when I restart apache it gives following error. > http://tinypic.com/r/242ivih/5 > > Here is my default.co

[users@httpd] Apache server on Ubuntu 13.10

2013-11-01 Thread Jasvir Singh
Hello everyone. Recently I have installed Apache web server on my Ubuntu 13.10, but it's not working properly. Installed version in 2.4.6. when I restart apache it gives following error. http://tinypic.com/r/242ivih/5 Here is my default.conf file http://pastebin.com/zZmxhaxG Please help me to sol

[users@httpd] Out of Office

2013-11-01 Thread denis_cw_kwong
I will be out of the office starting 2013/11/01 and will not return until 2013/11/04. Please contact Ms Louisa Ng at 2810 3065 if you need urgent assistance. This notice is generated in response to your mail: From: users-digest-h...@httpd.apache.org Subject: users Digest 1 Nov 2013 12:48:39

Re: [users@httpd] building a web farm

2013-11-01 Thread trifo
Thanks Tom, Balancing is solved well in this case, as we run on enterprise hardware load balancers. They do a lot of work. For the node grouping I think there are too few nodes to give up the half of them for most of the time. Sadly the highest change rates occur during the highest usage times. B

Re: [users@httpd] Another mod_proxy Question/Issue

2013-11-01 Thread Chris Arnold
>Just to close the discussion here: >Chris sent me the real domain name and I had a look: >The issue is actually that the ProxyPassReverse is not correct. >Requests for the main page come back with a 302 pointing to /share/ and all >assets used also have /share/ at the beginning of their path.

[users@httpd] SOLVED Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
On 2013-11-01 04:12, David Benfell wrote: On 2013-11-01 03:32, Pete Houston wrote: OTOH, if it fails, you'll probably have to revisit your build of openssl. Actually, even though the test passed, I needed to revisit the build of openssl. The big ugly question is where in (insert obscenity o

Re: [users@httpd] building a web farm

2013-11-01 Thread Tom Evans
On Thu, Oct 31, 2013 at 11:30 PM, trifo wrote: > Thanks for the replies. > > Well, I forget to mention that we run on AIX, not on Linux. And so it is. > The files MUST be consistent in any moment of time. There is a period of > time when a lot of pages are changing in every 5 minutes. The point r

Re: [users@httpd] Apache with MQ

2013-11-01 Thread Theodoro
Guilherme, No you cant, mod_cluster was developer to work with jboss. I think these links can help you: http://www.ibm.com/developerworks/websphere/library/techarticles/1306_gupta/1306_gupta.html http://www-01.ibm.com/support/docview.wss?uid=swg21268651 On Fri, Nov 1, 2013 at 10:48 AM, Guilherm

Re: [users@httpd] Apache with MQ

2013-11-01 Thread Guilherme Teles
Dear Theodoro, Not yet. But this mod_cluster accept the call´s for the MQ Queues and foward/proxy the requisition to the Websphere MQ in the Back-End server ? 2013/11/1 Theodoro > Guilherme, > > I have the same scenario, but instead of using MQ, I have 3 servers with > IBM websphere. But for

Re: [users@httpd] Apache with MQ

2013-11-01 Thread Theodoro
Guilherme, I have the same scenario, but instead of using MQ, I have 3 servers with IBM websphere. But for me IBM provide a special module like mod_cluster. Are you already try to contact IBM ? On Thu, Oct 31, 2013 at 2:02 PM, Guilherme Teles wrote: > Dear all, > > I´m building an infrastructur

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
On 2013-11-01 03:32, Pete Houston wrote: Hello David, On Fri, Nov 01, 2013 at 03:21:35AM -0700, David Benfell wrote: I built openssl from source. I'm trying to get TLS 1.2 working, which the old and crufty openssl on Centos 6.4 doesn't do. Do I need to do something different to get the developm

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread Pete Houston
Hello David, On Fri, Nov 01, 2013 at 03:21:35AM -0700, David Benfell wrote: > I built openssl from source. I'm trying to get TLS 1.2 working, > which the old and crufty openssl on Centos 6.4 doesn't do. Do I need > to do something different to get the development libraries in place? Since it is t

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
Hi Aurélien, On 2013-11-01 02:48, Aurélien Terrestris wrote: Check that you have openssl and openssl-devel installed on your server : rpm -qa | grep 'openssl' If not, install them (sudo yum install -y openssl openssl-devel) (Interesting that you figured out I'm running an RPM-based system ;

Re: [users@httpd] undefined reference to tls client method

2013-11-01 Thread Aurélien Terrestris
Check that you have openssl and openssl-devel installed on your server : rpm -qa | grep 'openssl' If not, install them (sudo yum install -y openssl openssl-devel) 2013/11/1 David Benfell : > Hi all, > > I'm trying to build apache-2.2.25 and I'm getting: > > .libs/ab.o: In function `main': > /hom

[users@httpd] undefined reference to tls client method

2013-11-01 Thread David Benfell
Hi all, I'm trying to build apache-2.2.25 and I'm getting: .libs/ab.o: In function `main': /home/benfell/httpd-2.2.25/support/ab.c:2239: undefined reference to `TLSv1_1_client_method' /home/benfell/httpd-2.2.25/support/ab.c:2241: undefined reference to `TLSv1_2_client_method' My ./configure lin