Re: [us...@httpd] Apache vs LiteSpeed

2010-01-12 Thread Jarrod Slick
On Jan 13, 2010, at 12:47 AM, Scott Gifford wrote: On Wed, Jan 13, 2010 at 1:31 AM, Jarrod Slick > wrote: Apache Users, As some of you may or may not know a fairly prominent commercial webserver, LiteSpeed, claims to outperform even a well configured Apache 2.2.x installation by orders of

Re: [us...@httpd] Apache vs LiteSpeed

2010-01-12 Thread Scott Gifford
On Wed, Jan 13, 2010 at 1:31 AM, Jarrod Slick wrote: > Apache Users, > > As some of you may or may not know a fairly prominent commercial webserver, > LiteSpeed, claims to outperform even a well configured Apache 2.2.x > installation by orders of magnitude. They have some internal benchmarks > th

[us...@httpd] Apache vs LiteSpeed

2010-01-12 Thread Jarrod Slick
Apache Users, As some of you may or may not know a fairly prominent commercial webserver, LiteSpeed, claims to outperform even a well configured Apache 2.2.x installation by orders of magnitude. They have some internal benchmarks that appear to back this up, but, being a natural skeptic,

Re: [us...@httpd] Appending or replacing html/text output

2010-01-12 Thread Nilesh Govindarajan
On 01/13/2010 09:36 AM, Devraj Mukherjee wrote: If you are using Apache 2.x then mod_substitute is your friend. 2010/1/12 Sam Minning: hello apache community, I am using Apache 2.2, combined with PHP via fastcgi Additionally there is mod_deflate in use, as well as gzip-compression via PHP.

[us...@httpd] build 32 bit httpd on 64 bit RHEL

2010-01-12 Thread galaft wang
Hi, I am compiling 32 bit httpd on 64 bit RHEL with following command: # ./configure CFLAGS=-m32 CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32 --prefix=/root/j131/testhttpd/apache-32bit But make failed with following error message: # make Making all in srclib make[1]: Entering directory `/root/j131/te

Re: [us...@httpd] Appending or replacing html/text output

2010-01-12 Thread Devraj Mukherjee
If you are using Apache 2.x then mod_substitute is your friend. 2010/1/12 Sam Minning : > hello apache community, > > > > I am using Apache 2.2, combined with PHP via fastcgi > Additionally there is mod_deflate in use, as well as gzip-compression via > PHP. > > I would like to append a string and/

[us...@httpd] VirtualDocumentRoot problem

2010-01-12 Thread Gary Smith
We have been using the VirtualDocumentRoot as describe below for some time. It handles two level domain names with a sub domain just fine. If the domain is www.domain.tld or domain.tld, it is mapped to /exports/home/domain.tld/virtualdomains/www.domain.tld and /exports/home/domain.tld/virtuald

Re: [us...@httpd] web access to htpasswd

2010-01-12 Thread Nilesh Govindarajan
On 01/12/2010 02:57 PM, Mathieu Malaterre wrote: Hi there, I am trying to find a lightweight (ie. no LDAP) solution to manage password for my users. I am ok with creating users by hand, but they should be able to change there password on there own. I could not find anything but the following s

Re: [us...@httpd] Redirection from DocumentRoot

2010-01-12 Thread Nilesh Govindarajan
On 01/12/2010 01:45 PM, Devraj Mukherjee wrote: You can also you use Alias /testinstall /opt/apache/htdocs/testinstall On Mon, Jan 11, 2010 at 8:38 PM, Petr Hracek wrote: Hello *, sorry for bother you with this (may be simple) question but I have following problem. Let's say that my documen

Re: [us...@httpd] Directory Indexes

2010-01-12 Thread Programmer In Training
On 1/12/2010 12:09 AM, Vincent Jong wrote: > assuming you're on 2.2, look into IndexOptions, IndexStyleSheet, > AddIconByEncoding, AddIcon, AddIconByType, AddDescription Yeah, sorry about that. I've got the latest Apache installed. I saw those in the manual when I was digging through it to find

Re: [us...@httpd] Re: How to protect apache againg bench marking attack ?

2010-01-12 Thread J. Bakshi
Nicholas Sherlock wrote: > On 12/01/2010 10:04 p.m., J. Bakshi wrote: >> Hello all, >> >> I am dared to see what "ab" (apache benchmarking too) can do against an >> apache server. I have used the following against my server to check >> call handling >> >> ` ` ` >> ab -n 1000 -c 20 http:///index.p

[us...@httpd] Re: How to protect apache againg bench marking attack ?

2010-01-12 Thread Nicholas Sherlock
On 12/01/2010 10:04 p.m., J. Bakshi wrote: Hello all, I am dared to see what "ab" (apache benchmarking too) can do against an apache server. I have used the following against my server to check call handling ` ` ` ab -n 1000 -c 20 http:///index.php?no_cache=1 ` ` ` and it simply bottle neck

Re: [us...@httpd] what is the same connection attempt/per sec/per ip ?

2010-01-12 Thread J. Bakshi
J. Bakshi wrote: > Hello list, > > Could any one give me an idea about the safe connection attempt from a > single IP per second ? Assume the site is a very busy site . > > Thanks > > Sorry for the typing error in Subject :-( same would be safe extremely sorry -- জয়দীপ বক্সী --

[us...@httpd] what is the same connection attempt/per sec/per ip ?

2010-01-12 Thread J. Bakshi
Hello list, Could any one give me an idea about the safe connection attempt from a single IP per second ? Assume the site is a very busy site . Thanks -- জয়দীপ বক্সী - The official User-To-User support forum of the Apache HTT

[us...@httpd] web access to htpasswd

2010-01-12 Thread Mathieu Malaterre
Hi there,  I am trying to find a lightweight (ie. no LDAP) solution to manage password for my users. I am ok with creating users by hand, but they should be able to change there password on there own. I could not find anything but the following script: http://home.xnet.com/~efflandt/pub/htpasswd.

[us...@httpd] How to protect apache againg bench marking attack ?

2010-01-12 Thread J. Bakshi
Hello all, I am dared to see what "ab" (apache benchmarking too) can do against an apache server. I have used the following against my server to check call handling ` ` ` ab -n 1000 -c 20 http:///index.php?no_cache=1 ` ` ` and it simply bottle neck the target apache server. the target server

Re: [us...@httpd] Redirection from DocumentRoot

2010-01-12 Thread Petr Hracek
Unfortunatelly I do not have any idea how to use Alias for redirecting page so the URL in web browser will be changed as well. Could you please send me a short example? best regards Petr 2010/1/12 Devraj Mukherjee > You can also you use > > Alias /testinstall /opt/apache/htdocs/testinstall > >

[us...@httpd] High availability architecture for Apache reverse proxy

2010-01-12 Thread Rainer Frey
Hi, I'm looking for some advice on ensuring availability of an apache reverse proxy in an unusual setup. We host about 50 Tomcat servers in two data centers (more or less randomly ditributed) where each customer has his individual instance of a web application. Currently each customer accesses

Re: [us...@httpd] Redirection from DocumentRoot

2010-01-12 Thread Devraj Mukherjee
You can also you use Alias /testinstall /opt/apache/htdocs/testinstall On Mon, Jan 11, 2010 at 8:38 PM, Petr Hracek wrote: > Hello *, > > sorry for bother you with this (may be simple) question but I have following > problem. > Let's say that my document root is situated to the /usr/apache/htdo