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

2013-11-06 Thread Vincent Lefevre
On 2013-11-06 17:41:41 -0400, Stormy wrote: > At 10:46 AM 11/6/2013 +0100, Vincent Lefevre wrote: > >Same problem, until I noticed that a tntnet web server was installed > >during the upgrade to Ubuntu 13.10!!! > > Perhaps going a little off-topic (although tntnet apparently does > disable apache2

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

2013-11-06 Thread Make Myday
After reading this message and the action taken, I remembered I had installed Freemind(Though, I only used it once) a long time ago when I still had the version before Ubuntu 13.04. I quickly booted up my laptop, and inspected Synaptic Package Manager to confirm that my computer indeed had "tntn

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

2013-11-06 Thread Stormy
At 10:46 AM 11/6/2013 +0100, Vincent Lefevre wrote: On 2013-11-04 07:13:56 -0800, Make Myday wrote: > (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 > (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 > no listening sockets

[users@httpd] redirecting URL

2013-11-06 Thread Srineel Katta
Hi, Can you please help me with this.. My Virtual Host Configuration# ServerName myapp.mydomain.com ServerAlias myapp DirectoryIndex index.html DocumentRoot D:/WebServers/Apache/htdocs/myapp ErrorLog logs/gsadoctest_error.log CustomL

Re: [users@httpd] Issues with UDS support for mod_proxy in trunk

2013-11-06 Thread Jim Jagielski
Try this patch: find-worker.patch Description: Binary data On Nov 5, 2013, at 2:02 PM, ryo takatsuki wrote: > Hi, > > A month ago I checked the new UDS (Unix Domain Sockets) support and it worked > properly (I need to tweak it a little bit for my needs). The syntax at that > point was: >

Re: [users@httpd] Issues with UDS support for mod_proxy in trunk

2013-11-06 Thread Jim Jagielski
Can you email the full logging? It looks like the ProxyPass isn't creating the worker correctly. You can email direct to me if you like (and if it is sizable). On Nov 5, 2013, at 2:02 PM, ryo takatsuki wrote: > Hi, > > A month ago I checked the new UDS (Unix Domain Sockets) support and it work

Re: [users@httpd] Issues with UDS support for mod_proxy in trunk

2013-11-06 Thread Jim Jagielski
It looks like its using the generic reverse proxy worker... I'll take a look. On Nov 5, 2013, at 2:02 PM, ryo takatsuki wrote: > Hi, > > A month ago I checked the new UDS (Unix Domain Sockets) support and it worked > properly (I need to tweak it a little bit for my needs). The syntax at that >

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

2013-11-06 Thread Vincent Lefevre
On 2013-11-04 07:13:56 -0800, Make Myday wrote: > (98)Address already in use: AH00072: make_sock: could not bind to address > [::]:80 > (98)Address already in use: AH00072: make_sock: could not bind to address > 0.0.0.0:80 > no listening sockets available, shutting down > AH00015: Unable to open

[users@httpd] Obtain part of url in proxy balancer from one balancer member

2013-11-06 Thread Trilok
Hi I have cluster setup of Apache server . Behind this I have 2 Jboss instances which is load balanced by Apache. The configuration look somewhat like the below *ServerAdmin ad...@example.com ServerName www.example.com DocumentRoot "/apps"