[EMAIL PROTECTED] Worker process blocked when waiting for HTTPKeepAlive ??

2007-11-26 Thread Gottschalch Christian
Hi List, short question, in apache mpm prefork, who is handling the connection ? if i understand it right, then the apache root process dispatches a connection to an worker process, this process is processing the request for the client, after request processing, dose the apache worker process

Re: [EMAIL PROTECTED] Does apache support binary protocols?

2007-11-26 Thread Issac Goldstand
I don't know that a specific protocol module exists got IIOP, but binary protocols are certainly possible. You can look at the sources for mod_dns, which is a binary protocol module. It's currently available at http://www.beamartyr.net/mod-dns-1.02.tar.bz2 and will shortly be available at http://

Re: [EMAIL PROTECTED] Worker process blocked when waiting for HTTPKeepAlive ??

2007-11-26 Thread Christian Folini
On Mon, Nov 26, 2007 at 09:58:22AM +0100, Gottschalch Christian wrote: > Hi List, > > short question, in apache mpm prefork, who is handling the connection ? > if i understand it right, then the apache root process dispatches a > connection to an worker process, this process is processing the re

[EMAIL PROTECTED] apache2.2

2007-11-26 Thread Bhakta
Hi List How do I install apache2.2.6 in freeBSD through ports. Bhakta - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-ma

Re: [EMAIL PROTECTED] mod rewrite...

2007-11-26 Thread Krist van Besien
Hello Dan, I'm seeing two problems, On Nov 26, 2007 1:20 AM, Dan Brown <[EMAIL PROTECTED]> wrote: > RewriteEngine On > RewriteBase / > > #S-PHP4 REDIRECT > RewriteCond %{SERVER_PORT} ^81$ > RewriteRule ^(.*) /$1 [S=3] 1) Are you sure you want to skip thhee rules here? You're skippi

Re: [EMAIL PROTECTED] In Apache Status,the "requests currently being processed",can it be changed?

2007-11-26 Thread baalchina
Thankyou Joshua. I found I made a STUPID mistake.. In my /usr/local/apache/conf/httpd.conf,I changed the prefork.c module. But in /usr/local/apache/conf/extra/httpd-mpm.conf,there still a setting, set maxclients to 150. So so I think it 2007/11/24, Joshua Slive <[EMAIL PROTECTED]>: > > On

[EMAIL PROTECTED] Re: [EMAIL PROTECTED] direct to HTTPS using Load Balancer/SSL Offload

2007-11-26 Thread Silmas
Indeed, just my 2 cents since I've had the similar issue - I wanted to redirect all http traffic to https: My loadbalancer forwards http traffic to Apache on port 80. SSL accelerator forwards decrypted https traffic to Apache on port 81. Apache is listening on both 80 and 81: Listen 80 Listen

RE: [EMAIL PROTECTED] apache2.2

2007-11-26 Thread Boyle Owen
> -Original Message- > From: Bhakta [mailto:[EMAIL PROTECTED] > Sent: Monday, November 26, 2007 10:57 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache2.2 > > Hi List > How do I install apache2.2.6 in freeBSD through ports. http://httpd.apache.org/docs/2.2/install.html

[EMAIL PROTECTED] 301 Redirects

2007-11-26 Thread Grant Peel
Hi all, I have a client for whom I have added about 500 301 redirects in thier VirtualHost container. The server has about 200 VirtualHosts total. What kind of performance issues would one think all those redirects have on the whole (Apache) server? -Grant --

[EMAIL PROTECTED] httpd.conf shared modules

2007-11-26 Thread Grant Peel
Hi all, I have asked this question before, but not with as much detail as I hope to provide below. FOr those who have read this before, feel free to skip/delete. I am running: Server version: Apache/2.2.3 Server built: Oct 27 2007 21:17:49 (Prefork) on FreeBSD 6.2 And am wondering which m

Re: [EMAIL PROTECTED] apache2.2

2007-11-26 Thread Grant Peel
cd /usr/ports/www/apache22 make install clean done -Grant - Original Message - From: Bhakta To: users@httpd.apache.org Sent: Monday, November 26, 2007 4:57 AM Subject: [EMAIL PROTECTED] apache2.2 Hi List How do I install apache2.2.6 in freeBSD through ports. Bhakta

[EMAIL PROTECTED] mod_jk and mod_rewrite

2007-11-26 Thread Jérémie Balcaen
Hello, I want to combine mod_jk and mod_rewrite in Apache to send a rewritten URL to Tomcat. Original URL : http://localhost/oasys/init Rewritten URL : http://localhost/cwsoft/init Since I want to forward the rewritten URL, I need to add the PT flag to the rewrite rule: Re

Re: [EMAIL PROTECTED] 301 Redirects

2007-11-26 Thread Christian Folini
On Mon, Nov 26, 2007 at 08:25:40AM -0500, Grant Peel wrote: > I have a client for whom I have added about 500 301 redirects in thier > VirtualHost container. The server has about 200 VirtualHosts total. > > What kind of performance issues would one think all those redirects have on > the whole (

Re: [EMAIL PROTECTED] Worker process blocked when waiting for HTTPKeepAlive ??

2007-11-26 Thread Joshua Slive
On Nov 26, 2007 4:02 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > On Mon, Nov 26, 2007 at 09:58:22AM +0100, Gottschalch Christian wrote: > > Hi List, > > > > short question, in apache mpm prefork, who is handling the connection ? > > if i understand it right, then the apache root process dispa

Re: [EMAIL PROTECTED] Apache Hangs.. Server-Status shows all Reading

2007-11-26 Thread Jérôme Etévé
I've got here exactly the same problem, but without any php modules. My server serves only static resources and It's flooded with reading state request sometime. Sometime there's more than 80 request waiting in reading state .. The only turnaround I found is to lower the server timeout (to 10s) an

Re: [EMAIL PROTECTED] 301 Redirects

2007-11-26 Thread Krist van Besien
On Nov 26, 2007 2:52 PM, Christian Folini <[EMAIL PROTECTED]> wrote: > On Mon, Nov 26, 2007 at 08:25:40AM -0500, Grant Peel wrote: > > I have a client for whom I have added about 500 301 redirects in thier > > VirtualHost container. The server has about 200 VirtualHosts total. > > > > What kind of

[EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-26 Thread Fabricio
Hi all ! I have two apache 1.3.x servers with mod_jk and jboss servers in the same machines. This is my scenario: server1: apache <--> mod_jk <--> jboss server2: apache <--> mod_jk <--> jboss I'm using a DNS round-robin with address "www.myapplication.com" poiting to our two apache/jboss serv

Re: [EMAIL PROTECTED] dbd mysql segmentation fault in 2.2.6

2007-11-26 Thread Daniel Campbell
My database has passwords stored in linux crypt format like $1$0.$a4M88f1CCRU80Ik6OOGEF0 Does the authentication support this? If so can someone give me an example of a query? I am a little confused as to how the password entered would get translated into this format in order to do the selec

[EMAIL PROTECTED] How to check for availability of remote server or services?

2007-11-26 Thread Robert Granvin
Not sure that's a particularly descriptive subject ... What we're facing here is a simple situation, but not so clear of a solution. Perhaps this is easy and/or someone can offer me suggestions from past experience? Basically, our primary web server has a link to an important, well used, web s

[EMAIL PROTECTED] OpenBSD 4.1 Installation Problem With Apache 2.2.6

2007-11-26 Thread D . J .
Hello all, hopefully you can help. Starting installation: OpenBSD v4.0, Apache v2.2.4, PHP v5.2.1 I had a problem with my web server that all started with what appeared to be a hard drive trying to fail. Long and short of it, after some disk diags, it turned out that the system just wanted power

[EMAIL PROTECTED] install CD for Enterprise Linux 4

2007-11-26 Thread lx7
Hi all, We are having trouble installing Enterprise Linux 4, downloaded from Oracle, onto an older Dell PowerEdge 2400 (2 Intel processors), to serve as a webserver, etc. The missing link seems to be an install CD. The Dell will perform installs from a CD and from a floppy, as RHL 9 and Windows

Re: [EMAIL PROTECTED] install CD for Enterprise Linux 4

2007-11-26 Thread Dragon
lx7 wrote: Any ideas? Or alternate solutions? End original message. - Not trying to be rude but you are asking in the wrong place. Go to a forum or list that supports Redhat. This one is for the Apache web server and related projects. It is doubtful you

Re: [EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-26 Thread GKapitany
Hi, Would be more efficient to use mod_jk in load balancing and use: worker.loadbalancer1.sticky_session=1. If you are looking for session replication then your container should support that. Gabriel Fabri

Re: [EMAIL PROTECTED] mod_jk and mod_rewrite

2007-11-26 Thread GKapitany
You are rewriting /oasys/init --> /cwsoft/init Then JkMount /oasys/* tomcatserver doesn't apply because the url become: /cwsoft/init You need to change it to: JkMount /cwsoft/init/* tomcatserver Gabriel Jér

Re: [EMAIL PROTECTED] How to check for availability of remote server or services?

2007-11-26 Thread Krist van Besien
On Nov 26, 2007 6:41 PM, Robert Granvin <[EMAIL PROTECTED]> wrote: > > > Not sure that's a particularly descriptive subject ... > > What we're facing here is a simple situation, but not so clear of a > solution. Perhaps this is easy and/or someone can offer me suggestions from > past experience? >

Re: [EMAIL PROTECTED] Does apache support binary protocols?

2007-11-26 Thread Juergen Weber
Those are exactly the answer and the example I was looking for. 8-) Thanks very much, Jürgen On Nov 26, 2007 10:03 AM, Issac Goldstand <[EMAIL PROTECTED]> wrote: > I don't know that a specific protocol module exists got IIOP, but binary > protocols are certainly possible. You can look at the sou

Re: [EMAIL PROTECTED] Redirect in httpd.conf

2007-11-26 Thread Al Sparks
Again, running Apache 1.3.x, with mod_ssl installed, I probably need to create an SSL certificate. What other directives do I need to put in there? When I look at the standard ssl.conf file, I see all sorts of directives. Would the standard way to configure a virtual host with a SSL server to pl

[EMAIL PROTECTED] Re: Mod_proxy_html segfaults

2007-11-26 Thread daniel Wharton
hey, The latest SVN will likely address your segfault problem, but your proxy still won't rewrite html properly. The online documentation fails to mention links, so if you copied and modified your config from there, you probably have the same problem I was having. Try adding this to your apa

[EMAIL PROTECTED] Help - Certifications in Software Engineering in Apache

2007-11-26 Thread xico.nunes
Hello, I have a project in software engineering in wich i should find successful open-source companies using (or not) some kind of quality certification (like ISO 9001, 9003 or CMM... etc), to ensure to the companies using the product they are using a quality product. I would like to know if Apa

Re: [EMAIL PROTECTED] apache2.2

2007-11-26 Thread Bhakta
Thank you, it work. But when I start the apache22 it start also and do grep httpd it gives as follows. 19984 ?? Ss 0:01.08 /usr/local/sbin/httpd -DNOHTTPACCEPT 19985 ?? I 0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT 19986 ?? I 0:00.01 /usr/local/sbin/httpd -DNOHTTPACCEPT 1998