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
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://
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
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
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
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
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
> -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
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
--
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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
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
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?
>
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
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
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
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
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
30 matches
Mail list logo