[users@httpd] ProxyPass : Updated

2011-02-06 Thread Tushar Chavan
Hi Experts, We have below requirement http://apache_host.com.sa/ should point to http://portal.com.sa:5/irj/portal/anonymous I have done below configuration for it ProxyPass / http://portal.com.sa:5/irj/portal/anonymous ProxyPassReverse / http://portal.com.sa:5/irj/porta

[users@httpd] ProxyPass

2011-02-06 Thread Tushar Chavan
Hi Experts, We have below requirement http://apache_host.com.sa/ should point to http://portal.com.sa:5/irj/portal/anonymous I have done below configuration for it ProxyPass / http://portal.com.sa:5/irj/portal/anonymous ProxyPassReverse / http://portal.com.sa:5/irj/porta

[users@httpd] 64 Bit Apache httpd on Solaris

2011-02-06 Thread Kevin . Friswell
The Goal A 64bit httpd executable on Solaris 5.10, (independent of the "out of the box Solaris Apache server). (isainfo ?v 64-bit sparcv9 applications fmaf vis2 vis popc 32-bit sparc applications fmaf vis2 vis popc v8plus div32 mul32 ) Current Pos

Re: [users@httpd] PHP to control Apache

2011-02-06 Thread Nilesh Govindarajan
You can use incrond to fire a script on create/modification event of a config file that php would be writing to check the config and restart apache gracefully if test is succesful On 2/7/11, Lars Nielsen wrote: > Hi, > > I am writing a PHP application to control primarily my VirtualHost > configu

Re: [users@httpd] PHP to control Apache

2011-02-06 Thread Nilesh Govindarajan
You could use incrond to launch a script that would run a script when a file is modified. the script will test the config & if it is ok restart apache gracefully. example: IN_CREATE,IN_MODIFY /path/to/watch /path/to/script The above incrontab may be wrong, check with manpage. On 2/7/11, Lars Niels

Re: [users@httpd] PHP to control Apache

2011-02-06 Thread Frank Gingras
Lars, 1) http://httpd.apache.org/docs/current/vhosts/examples.html 2) Bad idea, unless you can sudo and call apachectl restart On 06/02/2011 5:05 PM, Lars Nielsen wrote: Hi, I am writing a PHP application to control primarily my VirtualHost configurations in Apache(2.2.9). Can you guide my to

Re: [users@httpd] VirtualHost Question

2011-02-06 Thread IrishStudent76
Hi Eric, I tried your suggestion but all that is displayed still is the itWorks! page not the zend framework page. Any ideas? I'm heading to bed but will answer any replies tomorrow Thanks for your help Graham Eric Covener wrote: > >>    DocumentRoot "C:/Program Files (x86)/Apache Software >

Re: [users@httpd] VirtualHost Question

2011-02-06 Thread Eric Covener
>    DocumentRoot "C:/Program Files (x86)/Apache Software > Foundation/Apache2.2/htdocs/square/public" Try moving your DocumentRoot out of Program Files -- there are some complications when you try to edit files there as a normal user then access them as a service. ---

[users@httpd] VirtualHost Question

2011-02-06 Thread IrishStudent76
Hi all, I'm starting my final project for college, I decided to look at using the zend framework to develop a web app, I was advised in a book on the zend framework to create a vitualhost for my project, which I've done but all I can see is the It Works! message if I try to navigate to the index.

Re: [users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Margus Pärt
Ok, you just read the text was sent to list, but not the documentation? https://code.google.com/p/apache2-ssloffload-and-loadbalance/ :) On 02/07/2011 12:04 AM, Liam O'Boyle wrote: Hi Margus, Yes, from your description "there 2 Apache instances running on the same machine" I took it that thes

[users@httpd] PHP to control Apache

2011-02-06 Thread Lars Nielsen
Hi, I am writing a PHP application to control primarily my VirtualHost configurations in Apache(2.2.9). Can you guide my to any good knowlegde of 1. how to structure the generated configurationfile(s) 2. how to reload/restart apache from PHP? Regards Lars Nielsen l...@lfweb.dk - www.lfweb.dk

Re: [users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Liam O'Boyle
Hi Margus, Yes, from your description "there 2 Apache instances running on the same machine" I took it that these were running on the same machine. Actually, I had assumed you were running ssl termination + load balancer + destination web server all on the same box, and I was wondering what the po

Re: [users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Eric Covener
> one 1Ghz proccessor was enough and it's > load was between 4-12. That's a successful test? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Margus Pärt
Hello! Thank you for your response! True, the load would be twice as high, but my tests showed, that even with that setup, in front of multiple webservers (with a simple php page) which load with tests went to sky high turing load tests, one balancer in Vmware with this config and 512MB RAM &

Re: [users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Liam O'Boyle
Hi Margus, The point of these things (SSL termination and load balancing) is to generally distribute the workload across multiple machines, allowing a site to scale to a larger number of visitors. If you're doing them all on one machine, it's actually worse, as now you have all the same work bein

[users@httpd] SSL offload and load balancing with Apache2's mod_proxy and mod_balancer for Weblogic, Tomcat and Apache2

2011-02-06 Thread Margus Pärt
Hello! I had an idea, how to SSL offload and Load balance with Apache2 a bit differently, and I implemented it also. Basically there 2 Apache instances running on the same machine with different configurations, one for SSL offload, other for balancing - client -> SSL offload -> Balancer ->