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
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
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
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]
---
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
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
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
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
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