Re: [us...@httpd] linux multithreaded mpm question

2010-08-20 Thread XorMultiPleXus
Jeff Trawick wrote / napísal(a): 2010/8/20 XorMultiPleXus > the worker mpm is a hybrid mpm, that is multi process multi threaded. I've played with it a little, and configured it to run only one process with 100 threads - just for the test. But the

Re: [us...@httpd] linux multithreaded mpm question

2010-08-20 Thread Jeff Trawick
2010/8/20 XorMultiPleXus > > the worker mpm is a hybrid mpm, that is multi process multi threaded. I've > played with it a little, and configured it to run only one process with 100 > threads - just for the test. But the result did not work properly. > it should/can/has-for-a-long-time; what was

Re: [us...@httpd] linux multithreaded mpm question

2010-08-20 Thread XorMultiPleXus
Frank Gingras wrote / napísal(a): On 20/08/2010 4:57 PM, XorMultiPleXus wrote: Hello, i am writing a module for apache 2.2 on windows 7 with the default mpm_winnt; My module requires that apache is run in on process with a lot threads because i need to use the process memory to store persi

Re: [us...@httpd] linux multithreaded mpm question

2010-08-20 Thread Frank Gingras
On 20/08/2010 4:57 PM, XorMultiPleXus wrote: Hello, i am writing a module for apache 2.2 on windows 7 with the default mpm_winnt; My module requires that apache is run in on process with a lot threads because i need to use the process memory to store persistent data - because of performance i

[us...@httpd] linux multithreaded mpm question

2010-08-20 Thread XorMultiPleXus
Hello, i am writing a module for apache 2.2 on windows 7 with the default mpm_winnt; My module requires that apache is run in on process with a lot threads because i need to use the process memory to store persistent data - because of performance i cannot use a DB, and if it is possible i wan

Re: [us...@httpd] using protocols other than http

2010-08-20 Thread Eric Covener
> If 2 CMSes are generating a URL which is having page elements being served > at / > then how do I handle this situation? Maybe the third-party module mod_proxy_html would help you fix up the outgoing links that drop the "context root". This is only needed in the case where the two apps are on t

Re: [us...@httpd] how to needed for apache

2010-08-20 Thread Rich Bowen
The howtos, located in http://httpd.apache.org/docs/current/howto/ are part of the technical reference documentation. I wrote most of them, but they are maintained by the entire documentation team. Is there something specific you're looking for a howto on? On Aug 18, 2010, at 12:41 PM, Jame

Re: [us...@httpd] using protocols other than http

2010-08-20 Thread James Godrej
Eric thanks but I had seen those links. For this setup I am facing this problem In all the vhost definitions I use ProxyPreserveHost On but all the internal servers which are having domain names as ttg.mydomain.com kki.mydomain.com ppo.mydomain.com qqw.mydomain.com and one one

[us...@httpd] rewrite redirect advise

2010-08-20 Thread Norman Khine
hello, i have a drupal site within which there is a folder with wordpress so http://mysite/blog loads the wordpress. i want to take this out completely so the http://blog.mysite is in its own vhost is it possible in for the http://mysite to add a rewirite so that if a user types http://mysite.com

Re: [us...@httpd] Re : [us...@httpd] Re : [us...@httpd] proxy_loadbalancer and failover

2010-08-20 Thread Joost de Heer
On 08/20/2010 02:05 PM, michael bienstein wrote: Thanks Rainer, I checked and clearly there is something listening on port 81 but I can't figure out what it is. When I switxh to port 82 it works as I'd expect. Use tcpview ( http://technet.microsoft.com/nl-nl/sysinternals/bb897437%28en-us%29.a

[us...@httpd] Re : [us...@httpd] Re : [us...@httpd] proxy_loadbalancer and failover

2010-08-20 Thread michael bienstein
Thanks Rainer, I checked and clearly there is something listening on port 81 but I can't figure out what it is. When I switxh to port 82 it works as I'd expect. Next up is sticky session support when I can't control the origin server's session cookie ... De

Re: [us...@httpd] using protocols other than http

2010-08-20 Thread Eric Covener
On Fri, Aug 20, 2010 at 2:16 AM, James Godrej wrote: >  I am looking for a How to so that I can use that and use Apache as a proxy > to other protocols. > I believe as you make Apache so you must be having a how to some where my > search results did not gave me desired results. > Hence I asked thi

Re: [us...@httpd] Apache 2.2.15 memory usage

2010-08-20 Thread MegaBrutal
Sorry, I was wrong. MaxSpareServers is only available in the prefork MPM module. Windows binaries on the other hand are compiled with mpm_winnt: http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html Look up MaxMemFree, MaxRequestsPerChild, ThreadLimit, ThreadsPerChild directives. All of these are av

Re: [us...@httpd] Apache 2.2.15 memory usage

2010-08-20 Thread MegaBrutal
Hello, Read this document: http://httpd.apache.org/docs/2.2/misc/perf-tuning.html My guess is that child processes consume extra memory, as the server creates them when there are many clients connected simultenously. Note that it's a perfomance optimization: child processes will be there ready to

[us...@httpd] Re : [us...@httpd] proxy_loadbalancer and failover

2010-08-20 Thread Rainer Jung
On 20.08.2010 12:05, michael bienstein wrote: Here's the error.log snippet for sending my Chrome browser to http://localhost:8081/qlikview The first request gets sent to 127.0.0.1:80 and works. It is a redirect to /qlikview/index.htm. The second request gets sent to 127.0.0.1:81. This says that

[us...@httpd] How to redirect ?

2010-08-20 Thread Mark Smits
This is going to be a vey very dumb question, so apologies up front. Using WinAMP with Apache 2.2.11. I need redirections based on host name. Host1, host2 and host3 all are the same server host1 should be staying at host1 at the same port host2 should be redirected to host2 but different port hos

[us...@httpd] Re : [us...@httpd] Re : [us...@httpd] proxy_loadbalancer and failover

2010-08-20 Thread michael bienstein
Here's the error.log snippet for sending my Chrome browser to http://localhost:8081/qlikview The first request gets sent to 127.0.0.1:80 and works. It is a redirect to /qlikview/index.htm. The second request gets sent to 127.0.0.1:81. This says that it acquired a connection which can't be true.