Re: [EMAIL PROTECTED] How to start Apache automatically with certificate?

2008-08-31 Thread Krist van Besien
On Fri, Aug 29, 2008 at 18:43, Joseph S D Yao <[EMAIL PROTECTED]> wrote: > On Fri, Aug 29, 2008 at 08:48:34AM +0200, Krist van Besien wrote: > ... >> You need super user powers to maintain a webserver anyway. > > Why? Because you need to start apache as root if you want it to bind to ports > 1024

[EMAIL PROTECTED] Configuring mod_proxy_ajp to make Apache HTTPD and Tomcat work together

2008-08-31 Thread zooo doush
Hi,   I have Apache HTTPD server version 2.2.3 and Tomcat server version 6.0.10   I'm trying to configure my Apache HTTPD server to work with Tomcat server (I'm integrating 2 different projects one uses PHP and the other uses Servlets). I spent a lot of time reading about mod_proxy and mod_prox

Re: [EMAIL PROTECTED] HTTPS requests redirect to HTTP

2008-08-31 Thread kohanm
I solved. I changed [R] to [R=301]. Thanks, MK On 8/31/08, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sun, Aug 31, 2008 at 2:52 PM, kohanm <[EMAIL PROTECTED]> wrote: > > > RewriteRule ^/List/$http://mydomain/List/%1\.php?clue=%2 [R] > > > > It did not work. > > Can you explain and pro

Re: [EMAIL PROTECTED] HTTPS requests redirect to HTTP

2008-08-31 Thread Eric Covener
On Sun, Aug 31, 2008 at 2:52 PM, kohanm <[EMAIL PROTECTED]> wrote: > RewriteRule ^/List/$http://mydomain/List/%1\.php?clue=%2 [R] > > It did not work. Can you explain and provide a snippet of your RewriteLog? -- Eric Covener [EMAIL PROTECTED] ---

Re: [EMAIL PROTECTED] HTTPS requests redirect to HTTP

2008-08-31 Thread Jay Sprenkle
kohanm wrote: Hi, In the httpd-ssl.conf file I have this RewitreRule and it works fine for the HTTPS requests: RewriteEngine On RewriteCond %{QUERY_STRING}^(.*?)\.php&clue=([^&]+)$ RewriteRule ^/List/$ /List/%1\.php?clue=%2 [R] But I want that rule redirects to http. How can I write a ru

[EMAIL PROTECTED] HTTPS requests redirect to HTTP

2008-08-31 Thread kohanm
Hi, In the httpd-ssl.conf file I have this RewitreRule and it works fine for the HTTPS requests: RewriteEngine On RewriteCond %{QUERY_STRING}^(.*?)\.php&clue=([^&]+)$ RewriteRule ^/List/$ /List/%1\.php?clue=%2 [R] But I want that rule redirects to http. How can I write a rule that after ap

Re: [EMAIL PROTECTED] How to install SSL certificate for virtual server?

2008-08-31 Thread Sander Temme
On Aug 28, 2008, at 8:46 AM, [EMAIL PROTECTED] wrote: ^ This needs to be a different IP address from the one for www.myserver1.com . You'll also need a Listen statement for it (if you're not listening on all available IPs). ServerName www.myserver2.com

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-31 Thread Alexandru Constantinescu
Gaurav Pruthi wrote: I have also noticed kswapd daemon causing the load on server. What i believe is that there is some website whose pages uses lot of memory. Linux uses kswapd for virtual memory management such that pages that have been recently accessed are kept in memory and less active pag

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-31 Thread Eric Covener
On Sun, Aug 31, 2008 at 1:11 AM, Jay Sprenkle <[EMAIL PROTECTED]> wrote: > Eric Covener wrote: >> >> On Sat, Aug 30, 2008 at 7:45 PM, Jay Sprenkle <[EMAIL PROTECTED]> >> wrote: >> >> >>> >>> All fastcgi URLs are supposed to be sent to the fastcgi program to be >>> handled, not served directly and