[us...@httpd] LocationMatch inside VirtualHost?

2009-04-13 Thread Viaduct Productions
Hi folks. Me again. Quick question. Is the LocationMatch directive allowed inside the VirtualHost container? What I'm trying to do is to have urls with no file specificity (i.e. domain.com/products/) be sent to my middleware engine. I'm specifying the LocationMatch to a SetHandler but

[us...@httpd] Child PID 89 Exit Signal Segmentaiton Fault

2009-04-13 Thread Viaduct Productions
Hi folks. I have received the following error. Child PID 89 Exit Signal Segmentaiton Fault Just wondering how I fix it. I was coding along, then boom, this starts to come up. I haven't changed anything else. Mac OS X Client 10.5.6 Apache 2.2 Cheers Rich in Toronto ...now go get on you

Re: [us...@httpd] Strange compile error for Apache 2.2.11

2009-04-13 Thread Nishaliny Thurairatnam
Hi again, So I manage to get my Apache installed in the end. For those who'd like to know/looking for a similar solution, all I had to do was: > yum list apr*, [list displayed - My versions were slightly older, and there were some apr-utils that I was missing] > yum install apr* [Installed

Re: [us...@httpd] HTTP misconfiguration?

2009-04-13 Thread Pete Beebe
Thank you, Tony, HTTPD was installed form the 2.2.6 source against a RHES4.0 OS. The end-user that reported the issue simply stated "web site down" whereas when I navigated to the default pages I was looking at the contents of the http-ssl.conf file with no error message. The only recent chan

Re: [us...@httpd] HTTP misconfiguration?

2009-04-13 Thread Tony Stevenson
Pete, I would suggest initially you tell us about your install of of HTTPD, is from source, or from a vendor package? Ca you show us your config? Either an anonomised one, or one that covers the main httpd config, along with your ssl config. Is it possible that you have an overlapping confi

Re: [us...@httpd] Connection flood: how to protect?

2009-04-13 Thread Justin Pasher
Kanstantin Reznichak wrote: Hello, One of my servers was affected by TCP flood attack targeted to http service (Apache 2.2.8). Short attack description: an attacker opens large amount of TCP connections to Apache service and sends few bytes (for example, a single “GET / HTTP/1.1” line) to ev

[us...@httpd] HTTP misconfiguration?

2009-04-13 Thread Pete Beebe
Hello, I'm running Apache/2.2.6 on a NIX system as a front-end which redirects port 80 requests to 443 and then hands off traffic to a Tomcat instance. This morning I was informed that the website was "down". I confirmed that the expected page(s) were not accessible. Instead, to my alarm, I

[us...@httpd] Connection flood: how to protect?

2009-04-13 Thread Kanstantin Reznichak
Hello, One of my servers was affected by TCP flood attack targeted to http service (Apache 2.2.8). Short attack description: an attacker opens large amount of TCP connections to Apache service and sends few bytes (for example, a single "GET / HTTP/1.1" line) to every opened connection. The HTTP

[us...@httpd] Bandwidth limit with PHP sessions or MySQL data.

2009-04-13 Thread Rodrigo
Hello, I'm try to configure an Apache 2.2.8 to set a bandwidth limit depending on users. If a user is registered and logged in, he'll download with no limit. If not, he will download with a fixed limit, let's say 500kbps. Is there any module that can do this? I mean, a module that checks the data

Re: [us...@httpd] the usual HELP!!!

2009-04-13 Thread Brian A. Seklecki
> websites from my dining room computer. there are tons of > "statements/documents" for how to do something, but there is > no logical process to follow!!! Good documentation / tutorials aren't going to get you very far, ever, unless you yourself develop a comprehensive set of system admin

Re: [us...@httpd] Apache/2.0.47 - AIX - DEFLATE enabled - Content-Encoding for a page - shows blank - although it's gzip encoded

2009-04-13 Thread Brian Mearns
On Mon, Apr 13, 2009 at 11:53 AM, Arabinda Sahoo wrote: > Hi, > > My Apache Web Server is compression enabled using – MOD_DEFLATE module. > > It works fine except when the folloing URL is invoked. > > https://punirtweb1/acweb/servlet/ViewPage?outputType=ROI&outputname=%2fs1%2fBtmu%2fGiroDetails%2e

[us...@httpd] Apache/2.0.47 - AIX - DEFLATE enabled - Content-Encoding for a page - shows blank - although it's gzip encoded

2009-04-13 Thread Arabinda Sahoo
Hi, My Apache Web Server is compression enabled using - MOD_DEFLATE module. It works fine except when the folloing URL is invoked. https://punirtweb1/acweb/servlet/ViewPage?outputType=ROI&outputname=%2fs 1%2fBtmu%2fGiroDetails%2eroi&id=10&serverurl=http%3a%2f%2fpunirtapp1%3a8 000&connectionHandle=

[us...@httpd] Apache/2.0.47 - AIX - DEFLATE enabled - Content-Encoding for a page - shows blank - although it's gzip encoded

2009-04-13 Thread Arabinda Sahoo
Hi, My Apache Web Server is compression enabled using - MOD_DEFLATE module. It works fine except when the folloing URL is invoked. https://punirtweb1/acweb/servlet/ViewPage?outputType=ROI&outputname=%2fs 1%2fBtmu%2fGiroDetails%2eroi&id=10&serverurl=http%3a%2f%2fpunirtapp1%3a8 000&connectionHandle=

Re: [us...@httpd] Much More Betterer, but not quite Perfect...

2009-04-13 Thread André Warnier
J. Greenlees wrote: Brian Mearns wrote: ~snip~ Let me add another tip. Apologies if it was in the previous posts and I missed it. Your server is part of a local LAN, which has addresses like 192.168.2.x. Say your server is 192.168.2.100 there. When your server gets a TCP packet containing a H

Re: [us...@httpd] Much More Betterer, but not quite Perfect...

2009-04-13 Thread J. Greenlees
Brian Mearns wrote: ~snip~ > > As for your problem... A useful tool that can help diagnose the issues below is shieldsup on grc.com a port scan that tells you what ports ( if any ) are open. since it's coming from outside the isp it also finds blocked ports from them. > It's hard to say why th

Re: [us...@httpd] Much More Betterer, but not quite Perfect...

2009-04-13 Thread Brian Mearns
On Sun, Apr 12, 2009 at 11:42 AM, E. Mail wrote: > Hi Brian, > > I checked the /localhost on the server and it worked fine. > > I checked the server from the office machine and it worked after I set an > HTTPD.EXE exception for the Firewall. > > I went to my neighbor's house and tried jrubinic.us

[us...@httpd] Re: Wildcard patterns not allowed in Include /home/www/*/*.conf

2009-04-13 Thread Dan Poirier
Looking at the code, wildcards are only allowed in the last component of the path. So "Include /home/www/foo/*.conf" is okay, but not "Include /home/www/*/httpd.conf". -- Dan Poirier - The official User-To-User support forum o

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-13 Thread Matt
On Mon, Apr 13, 2009 at 11:17 AM, Destone Solutions Ltd. wrote: > > php5ts.dll why not use php within apache as a module LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll" also have you commented out the mysql extension in your php.ini to see whether it is a problem with your versi

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-13 Thread André Warnier
André Warnier wrote: Destone Solutions Ltd. wrote: Hey folks, Still getting crashes: Faulting application httpd.exe, version 2.2.11.0, faulting module php5ts.dll, version 5.2.9.9, fault address 0xad16. Any ideas? Happy Easter too. This being said, you already have been told in the past t

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-13 Thread André Warnier
Destone Solutions Ltd. wrote: Hey folks, Still getting crashes: Faulting application httpd.exe, version 2.2.11.0, faulting module php5ts.dll, version 5.2.9.9, fault address 0xad16. Any ideas? Happy Easter too. This being said, you already have been told in the past that this was almost c

Re: [us...@httpd] Windows Server 2003 - Apache crash

2009-04-13 Thread Destone Solutions Ltd.
Hey folks, Still getting crashes: Faulting application httpd.exe, version 2.2.11.0, faulting module php5ts.dll, version 5.2.9.9, fault address 0xad16. Any ideas? P.S.: Happy Easter! Cheers, James On Fri, Apr 10, 2009 at 8:31 PM, Destone Solutions Ltd. wrote: > William, thanks for the in