Re: [us...@httpd] unable to configure rsa server private key

2009-08-03 Thread André Warnier
Manoj Singh wrote: Hi, My security certificate has been expired. So the company provided me the new certificate to copy into the linux server. After copying this file apache unable to start. The error generated is "unable to configure rsa server private key". Please help me out to fix this prob

Re: [us...@httpd] apache problems with number of cgi requests

2009-08-03 Thread André Warnier
Digvijoy Chatterjee wrote: So there are two scripts I am using as a test firefox 3.0.8 , launch test.cgi and you can see it provides a link to another cgi script which sleeps for 60 seconds. I launch this link again and again in a new tab/window , but any given time only one process has been star

Re: [us...@httpd] excessive dns slows httpd

2009-08-03 Thread André Warnier
Mike -- EMAIL IGNORED wrote: My web server is a CentOS box thus: [root ~]# uname -a Linux mbrc21 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 athlon i386 GNU/Linux root ~]# rpm -q httpd httpd-2.2.3-22.el5.centos.2 My development and standby is on a Fedora box th

[us...@httpd] unable to configure rsa server private key

2009-08-03 Thread Manoj Singh
Hi, My security certificate has been expired. So the company provided me the new certificate to copy into the linux server. After copying this file apache unable to start. The error generated is "unable to configure rsa server private key". Please help me out to fix this problem. Thanks, Manoj

Re: [us...@httpd] apache problems with number of cgi requests

2009-08-03 Thread Digvijoy Chatterjee
So there are two scripts I am using as a test firefox 3.0.8 , launch test.cgi and you can see it provides a link to another cgi script which sleeps for 60 seconds. I launch this link again and again in a new tab/window , but any given time only one process has been started by apache on the host. H

[us...@httpd] excessive dns slows httpd

2009-08-03 Thread Mike -- EMAIL IGNORED
My web server is a CentOS box thus: [root ~]# uname -a Linux mbrc21 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 12:03:43 EST 2008 i686 athlon i386 GNU/Linux root ~]# rpm -q httpd httpd-2.2.3-22.el5.centos.2 My development and standby is on a Fedora box thus: [root ~]# uname -a L

Re: [us...@httpd] Secure and unsecure apache

2009-08-03 Thread Eric Covener
On Mon, Aug 3, 2009 at 8:16 PM, LuKreme wrote: > >   ServerName securemail.example.com >   SSLCertificateFile /usr/local/etc/apache22/server.pem >   SSLCertificateKeyFile /usr/local/etc/apache22/server.key >   ServerAdmin ad...@example.com >   DocumentRoot /usr/local/www/squirrelmail/ >    ErrorLo

[us...@httpd] Re: Secure and unsecure apache

2009-08-03 Thread LuKreme
[Sorry, premature send] On 3-Aug-2009, at 18:16, LuKreme wrote: I can list the .key and .pem files: $ ls -ls /usr/local/etc/apache22/server.key 0 lrwxr-xr-x 1 root wheel 17 May 3 2007 /usr/local/etc/apache22/ server.key -> server.key.nopass $ ls -ls /usr/local/etc/apache22/server.key.

[us...@httpd] Secure and unsecure apache

2009-08-03 Thread LuKreme
I have a FreeBSD-6.2 server with apache-2.2.4 which unly runs an instance of the webmail client Squirrelmail so, I have the server name set to ServerName webmail.example.com and I have DocumentRoot "/usr/local/www/squirrelmail" and then I have: Listen 80 Listen 443 NameVirtualHost *:443 Na

Re: [us...@httpd] redirect IE6 with mod_rewrite

2009-08-03 Thread Sander Temme
On Aug 2, 2009, at 4:26 PM, MK wrote: On 08/02/2009 06:35:32 PM, Eric Covener wrote: You can't redirect to a relative path. Yeah, that was it. Kind of peeved, tho, that even with LogLevel set to "debug" apache throws absolutely no explanation or error for this. mod_rewrite shares it

[us...@httpd] Re: Slowness over internet after adding SSL.

2009-08-03 Thread Mike -- EMAIL IGNORED
On Mon, 03 Aug 2009 18:21:40 +, Mike -- EMAIL IGNORED wrote: [...] Additional tests show that: With httpd-2.2.8-1.fc7: works well. With httpd-2.2.3-22.el5.centos.2: excessive DNS, much too slow. Any thoughts? Mike. - Th

[us...@httpd] Re: Slowness over internet after adding SSL.

2009-08-03 Thread Mike -- EMAIL IGNORED
On Mon, 03 Aug 2009 17:48:46 +, Mike -- EMAIL IGNORED wrote: > On Mon, 03 Aug 2009 10:15:55 -0700, Jonathan Zuckerman wrote: > >> On Mon, Aug 3, 2009 at 10:12 AM, Mike -- EMAIL >>[...] >>> >> SSL should go slower, but not on pages that don't use it. Are you >> absolutely certain that the pag

[us...@httpd] Re: htcacheclean issue

2009-08-03 Thread Fábio Jr.
On more thing I have noticed searching for solutions, Most of people used to create a script to delete orphaned .header directories, all .header that not have a .header.vary correspondent. This make sense to me to clean the garbage, but how this impacts in the content of the cache? []s --

[us...@httpd] Re: Slowness over internet after adding SSL.

2009-08-03 Thread Mike -- EMAIL IGNORED
On Mon, 03 Aug 2009 10:15:55 -0700, Jonathan Zuckerman wrote: > On Mon, Aug 3, 2009 at 10:12 AM, Mike -- EMAIL >[...] >> > SSL should go slower, but not on pages that don't use it. Are you > absolutely certain that the pages that don't require SSL are not using > it? > [...] Pretty sure -- diff

Re: [us...@httpd] Slowness over internet after adding SSL.

2009-08-03 Thread Jonathan Zuckerman
On Mon, Aug 3, 2009 at 10:12 AM, Mike -- EMAIL IGNORED wrote: > I just deployed by web site modified so that some > parts use SSL.  On testing on my LAN, response > is very fast.  However testing with the internet, > response is very slow, even for those parts of > my web site that to not use SSL.

[us...@httpd] Slowness over internet after adding SSL.

2009-08-03 Thread Mike -- EMAIL IGNORED
I just deployed by web site modified so that some parts use SSL. On testing on my LAN, response is very fast. However testing with the internet, response is very slow, even for those parts of my web site that to not use SSL. I checked by temporarily switching back to the old configuration, and

Re: [us...@httpd] redirect IE6 with mod_rewrite

2009-08-03 Thread Jonathan Zuckerman
On Mon, Aug 3, 2009 at 4:31 AM, Matus UHLAR - fantomas wrote: > On 02.08.09 17:38, MK wrote: >> I'm trying to redirect IE6 users to a special page using mod_rewrite, > ... >> RewriteCond %{HTTP_USER_AGENT}  .*Mozilla.* > ... >> I've played around lots with the regex ("^Mozilla.*", >> "Mozilla", "^M

Re: [us...@httpd] connection/bandwidth limiting

2009-08-03 Thread Mark H. Wood
I was recently recommended to look at mod_cband. I've just started tinkering with it and can't say much one way or the other just yet. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents. pgpKmiQ5SR9Qi.pgp Description: PGP signat

Re: [us...@httpd] redirect IE6 with mod_rewrite

2009-08-03 Thread Matus UHLAR - fantomas
On 02.08.09 17:38, MK wrote: > I'm trying to redirect IE6 users to a special page using mod_rewrite, ... > RewriteCond %{HTTP_USER_AGENT} .*Mozilla.* ... > I've played around lots with the regex ("^Mozilla.*", > "Mozilla", "^Mozilla", even ".*"), etc. but nothing works. many browsers advertise

[us...@httpd] htcacheclean issue

2009-08-03 Thread Fábio Jr.
Hello, I'm having some trouble to put htcacheclean to work. Let me explain my enviroment first. I have a server that serve static files with Apache 2.2 + mod_cache + mod_expires. I have the cache_dir in a separated partition. My cache already have aprox. 28GB, and I run htcacheclean as a dae

RE: [us...@httpd] HTTP-MPLEX

2009-08-03 Thread Robert Mattson
Jorge, You have no idea how much I sweated over that decision. Thank you for the advice. Rob Dr Robert L R Mattson | La Trobe University | Dept. Computer Science, and| Melbourne, Australia | La Trobe International College | | Office: OS2-C.03 |Mo

Re: [us...@httpd] HTTP-MPLEX

2009-08-03 Thread Jorge Schrauwen
Robert, I think this be better received on d...@httpd.apache.org. That is the development mailing list. This (users@httpd.apache.org) is mostly a support mailing list for the end users. Kind regards ~Jorge On Mon, Aug 3, 2009 at 9:29 AM, Robert Mattson wrote: > > Dear Firefox, Squid, Apache a

[us...@httpd] HTTP-MPLEX

2009-08-03 Thread Robert Mattson
Dear Firefox, Squid, Apache and W3 communities, Apologies for cross-posting, hopefully at the end of this email it will be understood that it is not my intention to annoy people. My recent PhD research focused on improving page and object retrieval performance in the context of a congested netwo

Re: [us...@httpd] Re: libapr problem after moving apache to chroot

2009-08-03 Thread Igor Cicimov
Thanks Anisha will try that. Another solution would obviously be to install the apache directly in the /chroot directory without moving the files around. Cheers, Igor On Mon, Aug 3, 2009 at 3:56 PM, Anisha Parveen -X (anparvee - Infosys at Cisco) wrote: > Hi Igor, > > When you built and insta