RE: [users@httpd] limit CONNECT

2005-06-21 Thread Axel-Stéphane SMORGRAV
Maybe you could try: RewriteCond %{REQUEST_METHOD} =CONNECT RewriteRule .* - [F] You would need mod_rewrite for this. -ascs -Original Message- From: Bohumil Holubec [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 5:53 PM To: users@httpd.apache.org; Joshua Slive Subject: Re: [EMA

Re: [users@httpd] Compiling Apache2 with Cygwin

2005-06-21 Thread Robert Zagarello
Try posting this to the Cygwin Forum also: http://cygwin.com/lists.html According to the directions at the bottom of that web page, you can post to the list without subscribing by sending email to [EMAIL PROTECTED] For subscribing to the "cygwin" mailing list there is a form and directions at t

Re: [users@httpd] Compiling Apache2 with Cygwin

2005-06-21 Thread Tony Karakashian
> Not finding header files that are clearly in your > include path makes me think some silly thing is going > on like file protections or permissioning. Just a > thought for you to double-check on. Okay, I've chown -R myuser:Users / followed by a chmod -R 777 * just to get it working. I tried r

RE: [users@httpd] logging from cgi

2005-06-21 Thread Michael D. Berger
Very interesting. Do you think that it is better than syslog for my purpose? Thanks, Mike. -- Michael D. Berger [EMAIL PROTECTED] > -Original Message- > From: Bohumil Holubec [mailto:[EMAIL PROTECTED] > Sent: Monday, June 20, 2005 10:33 PM > To: users@httpd.apache.org > Subject: RE: [EM

Re: [users@httpd] Problem redirecting http to https

2005-06-21 Thread Jignesh Badani
Sorry for the confusion, partly caused by Joost 3 identical replies to my post. Got it !! Thanks - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Jignesh Badani Jignesh Badani <[EMAIL PROTECTED]> 06/21/2005 03:49 PM Please respond to users@httpd.apache.org

Re: [users@httpd] Problem redirecting http to https

2005-06-21 Thread Jignesh Badani
Thanks Joost for your reply, RedirectPermanent or Redirect Permanent they both do the same thing. But I did not get your point. And I am still looking for the solution ! < My original post > We have always been doing it the Virtual host wa

Re: [users@httpd] Difficulties with apache logging

2005-06-21 Thread Noah
> Instead of begging, how about showing some more information. I think > Joshua is right in stabbing you in the face with a fork about your most > recent post. If you want "adequate, timely responses to some > difficulties that you are having with apache", then take it upon > yourself to find wha

Re: [users@httpd] Compiling Apache2 with Cygwin

2005-06-21 Thread Robert Zagarello
T, Not finding header files that are clearly in your include path makes me think some silly thing is going on like file protections or permissioning. Just a thought for you to double-check on. BZAG T wrote (partially transcribed): If I specify

RE: [users@httpd] Strategies for debugging a segmentation fault o n a production ser ver

2005-06-21 Thread Michael Caplan
One last one on log_forensic. I'm trying to set up my custom log to reference the forensic-id, but it is not showing up in my custom log for 1, and only one, of my vhosts -- and only certain requests. This thing that is unique for this vhost is a mod_rewrite recipe in an .htaccess file that ope

Re: [users@httpd] Difficulties with apache logging

2005-06-21 Thread Dan Trainor
Noah wrote: > apache+mod_ssl-1.3.33+2.8.22 > FreeBSD-4.11R3 > > This is really important for us to fix so I am asking again. > > so I upgraded to apache 1.3.33 built from the FreeBSD /usr/ports directory, a > common directory to > build FreeBSD ports, about a month ago and around that time I st

Re: [users@httpd] Show apache current process information

2005-06-21 Thread Joshua Slive
On 6/21/05, Neil Doody <[EMAIL PROTECTED]> wrote: > > have you used mod_status with Extended Status on ? > > this gives you very good information about that. > HI, thanks for that, works quite well, the only thing it doesn't show me > is how much memory is being used for the different processes, is

Re: [users@httpd] Difficulties with apache logging

2005-06-21 Thread Joshua Slive
On 6/21/05, Noah <[EMAIL PROTECTED]> wrote: > Somebody please recommend someplace else I am able to go to so I may receive > adequate, timely > response to some difficulties I am having with apache. Yes: go hire a consultant. You've so far asked this question at least 3 times in 24 hours. That

Re: [users@httpd] Strategies for debugging a segmentation fault o n a production ser ver

2005-06-21 Thread Joshua Slive
On 6/21/05, Michael Caplan <[EMAIL PROTECTED]> wrote: > Hi Joshua, > > Thanks for the tips. Forensic looks like it certainly do the trick. I'm > going to give that a spin. > > For 1.3.33, do you know if CoreCumpDirectory is set, if it will generate a > dump when running in non-debug mode? It s

[users@httpd] Difficulties with apache logging

2005-06-21 Thread Noah
Hi there, Somebody please recommend someplace else I am able to go to so I may receive adequate, timely response to some difficulties I am having with apache. Thanks in advance, cheers, Noha - The official User-To-User su

[users@httpd] Compiling Apache2 with Cygwin

2005-06-21 Thread Tony Karakashian
For the last couple of days, I've been trying to get Apache 2.0.54 to compile in a Cygwin environment. Depending various config options, I receive various levels of success. The configure line I'm using is: ./configure --enable-module=so --prefix=/usr --enable-mods-shared="access actions alias a

[users@httpd] Difficulties with apache logging

2005-06-21 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 This is really important for us to fix so I am asking again. so I upgraded to apache 1.3.33 built from the FreeBSD /usr/ports directory, a common directory to build FreeBSD ports, about a month ago and around that time I stopped seeing POST log messa

[users@httpd] Re: DAV Problem

2005-06-21 Thread Joost de Heer
> I have compiled and installed the DAV module for apache and it appears > to be running, however when I try to start or stop apache, I get the > following error > > Syntax error on line 11 of /usr/local/apache2/conf/ssl.conf: > > Invalid command 'DAV', perhaps mis-spelled or defined by a module no

Re: [users@httpd] limit CONNECT

2005-06-21 Thread Joshua Slive
On 6/21/05, Bohumil Holubec <[EMAIL PROTECTED]> wrote: > Thank you but in directive it doesnt work and i need that > because some providers when i register new web e-mail they testing this > connect... I've never tried it, but I suspect you are not placing it in the correct section. And even if

RE: [users@httpd] Strategies for debugging a segmentation fault o n a production ser ver

2005-06-21 Thread Michael Caplan
Marc, That is exactly what I did originally. No results though. The log is not written to. Thanks, Michael > -Original Message- > From: Marc Wiatrowski [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 21, 2005 9:32 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] Stra

RE: [users@httpd] Strategies for debugging a segmentation fault o n a production ser ver

2005-06-21 Thread Marc Wiatrowski
> > -Original Message- > > From: Krist van Besien [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, June 21, 2005 8:22 AM > > > > > On 6/21/05, Michael Caplan <[EMAIL PROTECTED]> wrote: > > > > > > I am looking for some advice on how to go about debugging Apache 1.3.33/ > > > PHP 5.0.4 on a p

RE: [users@httpd] Strategies for debugging a segmentation fault o n a production ser ver

2005-06-21 Thread Michael Caplan
Hi Krist, Thanks for the tip. Setting up a proxy could do it, but would be a little more work than I'd like to take on. I'm thinking of giving log_forensic a spin. Thanks, Michael > -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 21, 2005 8:

RE: [users@httpd] Strategies for debugging a segmentation fault o n a production ser ver

2005-06-21 Thread Michael Caplan
Hi Joshua, Thanks for the tips. Forensic looks like it certainly do the trick. I'm going to give that a spin. For 1.3.33, do you know if CoreCumpDirectory is set, if it will generate a dump when running in non-debug mode? Thanks again, Michael > -Original Message- > From: Joshua Sliv

Re: [users@httpd] DAV Problem

2005-06-21 Thread Joshua Slive
On 6/21/05, Tim Holmes <[EMAIL PROTECTED]> wrote: > I have compiled and installed the DAV module for apache and it appears to be > running, however when I try to start or stop apache, I get the following > error > > > > Syntax error on line 11 of > /usr/local/apache2/conf/ssl.conf: > > Inv

Re: [users@httpd] limit CONNECT

2005-06-21 Thread Bohumil Holubec
Thank you but in directive it doesnt work and i need that because some providers when i register new web e-mail they testing this connect... On Tue, 21 Jun 2005, Joshua Slive wrote: On 6/21/05, Bohumil Holubec <[EMAIL PROTECTED]> wrote: I allready tried it but with no effects. In apache2.co

RE: [users@httpd] Show apache current process information

2005-06-21 Thread Neil Doody
> have you used mod_status with Extended Status on ? > this gives you very good information about that. > > Regards > M.Marinov HI, thanks for that, works quite well, the only thing it doesn't show me is how much memory is being used for the different processes, is this possible?

Re: [users@httpd] Strategies for debugging a segmentation fault on a production ser ver

2005-06-21 Thread Krist van Besien
On 6/21/05, Michael Caplan <[EMAIL PROTECTED]> wrote: > I am looking for some advice on how to go about debugging Apache 1.3.33 / > PHP 5.0.4 on a production Linux box (RHE 3). The scenario is this: Once a > day we find a segfault in our apache logs. From our current position, we > don't know w

Re: [users@httpd] Segmentation Fault on starting httpd 2.0.48

2005-06-21 Thread Joe Orton
On Tue, Jun 21, 2005 at 10:19:35AM -0500, Jerry Rehak wrote: > Hello- > > I get a segfault when starting httpd. I'm using apache 2.0.48 built > from tar running on Fedora C3. Upgrade to 2.0.54, it's a known bug in 2.0.48. > (gdb) run > Starting program: /usr/local/apache/bin/httpd > [Thread deb

RE: [users@httpd] IE Default Error Page

2005-06-21 Thread Jerry Rehak
Is this maybe the "Show friendly error messages" option in the advanced tab of IE's Internet Options?? -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 10:08 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] IE Default Error Page On

Re: [users@httpd] Strategies for debugging a segmentation fault on a production ser ver

2005-06-21 Thread Joshua Slive
On 6/21/05, Michael Caplan <[EMAIL PROTECTED]> wrote: > I am looking for some advice on how to go about debugging Apache 1.3.33 / > PHP 5.0.4 on a production Linux box (RHE 3). The scenario is this: Once a > day we find a segfault in our apache logs. From our current position, we > don't know wh

Re: [users@httpd] IE Default Error Page

2005-06-21 Thread Joshua Slive
On 6/21/05, David Hofmann <[EMAIL PROTECTED]> wrote: > I've read about the fact that IE overrides the default error page if the > error page is under 512 bytes. The HTML part of my 404 error page is 7270 > bytes, yet IE is still displaying it's default error page. Netscape and > Firefox both displa

Re: [users@httpd] setting up a file / photo server

2005-06-21 Thread Joshua Slive
On 6/21/05, jkamer <[EMAIL PROTECTED]> wrote: > > ok all I am totally new to suse Linux and want to set up a photo server to > host our atv club photos , what are the steps I am on business roadrunner so > got plenty speed thanks Buy a good book. Some are listed here. http://apache-server.com

[users@httpd] Segmentation Fault on starting httpd 2.0.48

2005-06-21 Thread Jerry Rehak
Hello- I get a segfault when starting httpd. I'm using apache 2.0.48 built from tar running on Fedora C3. # /usr/local/apache/bin/apachectl start /usr/local/apache/bin/apachectl: line 65: 9846 Segmentation fault $HTTPD -k $ARGV # /usr/local/apache/bin/httpd Segmentation fault # /usr/local/apach

Re: [users@httpd] How to setup new directories for perl scripts?

2005-06-21 Thread Joshua Slive
On 6/21/05, Siegfried Heintze <[EMAIL PROTECTED]> wrote: > > > I am running V2.0.48 on windows 2003 Server. You should probably upgrade. > I am using virtual hosts and > have successfully created some virtual hosts that allow my customers access > to static pages. For each virtual host, I have

RE: [users@httpd] apache Logging output changed?

2005-06-21 Thread Noah
On Tue, 21 Jun 2005 15:14:16 +0200, Boyle Owen wrote > > -Original Message- > > From: Noah [mailto:[EMAIL PROTECTED] > > Sent: Dienstag, 21. Juni 2005 14:42 > > To: apache > > Subject: [EMAIL PROTECTED] apache Logging output changed? > > > > > > apache+mod_ssl-1.3.33+2.8.22 > > FreeBSD-4.

[users@httpd] Strategies for debugging a segmentation fault on a production ser ver

2005-06-21 Thread Michael Caplan
Hi there,   I am looking for some advice on how to go about debugging Apache 1.3.33 / PHP 5.0.4 on a production Linux box (RHE 3).  The scenario is this:  Once a day we find a segfault in our apache logs.  From our current position, we don't know what page was accessed, and our 400+ users

[users@httpd] IE Default Error Page

2005-06-21 Thread David Hofmann
I've read about the fact that IE overrides the default error page if the error page is under 512 bytes. The HTML part of my 404 error page is 7270 bytes, yet IE is still displaying it's default error page. Netscape and Firefox both display my 404 error page properly so I know the page is coming

[users@httpd] setting up a file / photo server

2005-06-21 Thread jkamer
ok all I am totally new to suse Linux  and want to set up a photo server to host our atv club photos , what are the steps I am on business roadrunner so got plenty speed thanks

RE: [users@httpd] Windows, Apache and an ASP Module

2005-06-21 Thread Arthur Guy
Thanks for the reply's, I am trying to run ASP not ASP.NET. The only suitable package I found was SUN ASP which as you said was $500, the whole idea of moving to Apache was that things would be free. I guess I will have to stick to IIS or as Owen Boyle suggested forward requests from apache to IIS

[users@httpd] How to setup new directories for perl scripts?

2005-06-21 Thread Siegfried Heintze
I am running V2.0.48 on windows 2003 Server. I am using virtual hosts and have successfully created some virtual hosts that allow my customers access to static pages. For each virtual host, I have created a document root directory to contain static pages. Could someone kindly point me to the doc

Re: [users@httpd] Windows, Apache and an ASP Module

2005-06-21 Thread Mark McCulligh
The problem with ASP on Apache is that are you talking ASP or ASP.NET? The best ASP on Apache is Sun ASP (aka Chilisoft) It will cost $500US. But it works well, I used it for about 2 years when I made the changes from Windows(IIS) to Linux(Apache). I don't use it now as I slowly converted ev

Re: [users@httpd] limit CONNECT

2005-06-21 Thread Joshua Slive
On 6/21/05, Bohumil Holubec <[EMAIL PROTECTED]> wrote: > I allready tried it but with no effects. > In apache2.conf i have: > #LoadModule proxy_module modules/mod_proxy.so > #LoadModule proxy_connect_module modules/mod_proxy_connect.so > #LoadModule proxy_ftp_module

RE: [users@httpd] apache Logging output changed?

2005-06-21 Thread Boyle Owen
> -Original Message- > From: Noah [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 21. Juni 2005 14:42 > To: apache > Subject: [EMAIL PROTECTED] apache Logging output changed? > > > apache+mod_ssl-1.3.33+2.8.22 > FreeBSD-4.11R3 > > This is really important for us to fix so I am asking again.

[users@httpd] apache Logging output changed?

2005-06-21 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 This is really important for us to fix so I am asking again. so I upgraded apache 1.3.33 from /usr/ports some about a month ago and around that time I stopped seeing POST log messages for my perl scripts ending up in my server's access logs. any clues

RE: [users@httpd] Windows, Apache and an ASP Module

2005-06-21 Thread Boyle Owen
> -Original Message- > From: Arthur Guy [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 21. Juni 2005 11:17 > To: 'Apache Users' > Subject: RE: [EMAIL PROTECTED] Windows, Apache and an ASP Module > > > Surely someone on this mailing list is using asp pages with apache and > running windows. >

RE: [users@httpd] Windows, Apache and an ASP Module

2005-06-21 Thread Arthur Guy
Surely someone on this mailing list is using asp pages with apache and running windows. I really need an idea of what module to use to process the asp pages Thanks Arthur -Original Message- From: Joshua Slive [mailto:[EMAIL PROTECTED] Sent: 19 June 2005 19:43 To: users@httpd.apache.org

RE: [users@httpd] How to close connection instead of sending 403?

2005-06-21 Thread Boyle Owen
> -Original Message- > From: dtufs [mailto:[EMAIL PROTECTED] > > If current (often outdated) standards do not allow us > to solve everyday issues, then they must be changed > (not adored or worshipped). Where did I say I adored or worshipped specs? I simply interpreted the specs for you

RE: [users@httpd] How to close connection instead of sending 403?

2005-06-21 Thread dtufs
--- Boyle Owen <[EMAIL PROTECTED]> wrote: > It's a constant struggle to keep ahead of them. We > use a variety of strategies (honeytraps, user agent, > cookies, behavioural heuristics). Although these methods sounds cool (and we use them too, as I wrote) they still waste the bandwidth (on send

Re: [users@httpd] Show apache current process information

2005-06-21 Thread Marian Marinov
have you used mod_status with Extended Status on ? this gives you very good information about that. Regards M.Marinov На 21.6.2005 11:29 Neil Doody написа: > Is there anyway to interrogate what apache is doing right now, what > files it is trying to serve and stuff? > > I had a problem ear

[users@httpd] Show apache current process information

2005-06-21 Thread Neil Doody
Is there anyway to interrogate what apache is doing right now, what files it is trying to serve and stuff? I had a problem earlier where apache was just soaking up all the memory in the machine, even if I restarted it the memory would just start soaking up again. I tried moving all the configurat

Re: [users@httpd] Using Apache Error Pages

2005-06-21 Thread Marc de Wet
Hi Joost, Ok,I must admit that I did not turn that off,I will do so and see if it works. Regarding the size of the error pages,they are Apache's default pages and they ARE bigger than 512 kbytes. Thanking you kindly, Marc. On Mon, 20 Jun 2005 21:11:28 +0200 (CEST) "Joost de Heer" <[EMAIL PROTECT

[users@httpd] Thanks

2005-06-21 Thread guy311
Thanks 4 the replay I'll try there - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the

[users@httpd] Re: How to close connection instead of sending 403?

2005-06-21 Thread Joost de Heer
dtufs said: > We have been trying to cut down our bandwidth usage by > disallowing access for many spammers and malevolent > bots. We are currently doing it via .htaccess and > respond with the "403 Forbidden" code. > > However, this still costs us some bandwidth. What we > would like to do is clos