[users@httpd] Is it possible to have a central balancer-manager for multilpe vhosts?

2011-09-02 Thread plot.lost
Hi, I have several virtual hosts defined on a single apache instance, all of which use a a reverse proxy (proxypass) to talk to different back-end servers. Each proxypass uses a balancer: reference, with the proxy balancer entries having multiple BalancerMember entries. At the moment in

RE: [users@httpd] Is it possible to have a central balancer-manager for multilpe vhosts?

2011-09-02 Thread Rod Behr
How about a single web page with a number of iframes, each containing the URL you describe? -Original Message- From: plot.lost [mailto:plot.l...@gmail.com] Sent: 02 September 2011 10:56 To: users@httpd.apache.org Subject: [users@httpd] Is it possible to have a central balancer-manager

RE: [users@httpd] replacing html form?

2011-09-02 Thread Rod Behr
You can use JavaScript to get the value of any input object in html: document.getElementById([input id]). However, if you want to save this to a database, you really want to use forms so you can POST or GET the information. From: Rajeev Prasad [mailto:rp.ne...@yahoo.com] Sent: 01 September

Re: [users@httpd] Is it possible to have a central balancer-manager for multilpe vhosts?

2011-09-02 Thread Tom Evans
On Fri, Sep 2, 2011 at 10:56 AM, plot.lost plot.l...@gmail.com wrote: Hi, I have several virtual hosts defined on a single apache instance, all of which use a a reverse proxy (proxypass) to talk to different back-end servers. Each proxypass uses a balancer: reference, with the proxy balancer

Re: [users@httpd] Is it possible to have a central balancer-manager for multilpe vhosts?

2011-09-02 Thread plot.lost
On 02/09/2011 11:16, Rod Behr wrote: How about a single web page with a number of iframes, each containing the URL you describe? Thanks for the idea, but a page with iframes on would not work for me in this case. I want to remove the balancer manager options from the vhosts and have a single

Re: [users@httpd] Is it possible to have a central balancer-manager for multilpe vhosts?

2011-09-02 Thread plot.lost
On 02/09/2011 11:38, Tom Evans wrote: Define your balancers outside of a vhost, and they will be available to view/modify from all balancer managers. Cheers Tom That worked perfectly, thanks a lot! Can't believe it was that simple. By having the balancers defined outside of the vhosts, and

Re: [users@httpd] UserDir + Alias = suexec not being invoked

2011-09-02 Thread Zachary Palmer
As an update, I have yet to find a solution to this nagging problem. Does anyone have any suggestions or am I stuck trying to write my own patch for UserDir? Thanks, Zach All, I have an Apache HTTPD instance I am trying to configure for a fairly small group of users. We're using

[users@httpd] Re: replacing html form?

2011-09-02 Thread Jonesy
--0-2127215516-1314835678=:24813 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable sigh... htmlbodydiv style=3Dcolor:#000; background-color:#fff; font-family:ve= rdana, helvetica, sans-serif;font-size:10ptdiv style=3DRIGHT: autoHel= lo,/div div

Re: [users@httpd] UserDir + Alias = suexec not being invoked

2011-09-02 Thread Tom Evans
On Fri, Sep 2, 2011 at 2:56 PM, Zachary Palmer zep_apache_httpd_l...@bahj.com wrote: As an update, I have yet to find a solution to this nagging problem.  Does anyone have any suggestions or am I stuck trying to write my own patch for UserDir? Thanks, Zach I don't think this is a problem

[users@httpd] HTTPD problem

2011-09-02 Thread Anjib Mulepati
Hi, I am having Java Script file truncation problem with HTTPD server. I have an web application which uses the jQuery.js (v|1.4.3) and other JS files. If i go to Tomcat server directly then this JS file load correctly and everything works fine but if I go through HTTPD server jquery.ja file