Re: [EMAIL PROTECTED] Redirect in httpd.conf

2007-11-21 Thread chris
RedirectMatch ^/$http://www.foo.com/directory chris Al Sparks wrote: Here's a partial in my httpd.conf: ServerName www.foo.com ServerAdmin [EMAIL PROTECTED] ProxyRequests Off ProxyPass /directory http://server.bar.com:1234/directory/ ProxyPassReverse /directo

[EMAIL PROTECTED] Redirect in httpd.conf

2007-11-21 Thread Al Sparks
Here's a partial in my httpd.conf: ServerName www.foo.com ServerAdmin [EMAIL PROTECTED] ProxyRequests Off ProxyPass /directory http://server.bar.com:1234/directory/ ProxyPassReverse /directory http://server.bar.com:1234/directory/ Running Apache 1.3.x. So I've got

Re: [EMAIL PROTECTED] PDF Byte serving setup for Apache

2007-11-21 Thread Joshua Slive
On Nov 21, 2007 7:30 PM, Robinson Craig <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I'm interested in taking a look at PDF byte serving. However, google is > being particularly closed-mouthed about how to do this for Apache, and > all the links on Adobe's website are unfortunately broken. So, if any

[EMAIL PROTECTED] PDF Byte serving setup for Apache

2007-11-21 Thread Robinson Craig
Hi Folks, I'm interested in taking a look at PDF byte serving. However, google is being particularly closed-mouthed about how to do this for Apache, and all the links on Adobe's website are unfortunately broken. So, if anyone can please either tell me how to do it, or can send me some urls which t

Re: [EMAIL PROTECTED] Excessive memory utilization with mpm_worker and glibc 2.4+

2007-11-21 Thread Eric Covener
On Nov 21, 2007 2:01 PM, Spangler, Tim <[EMAIL PROTECTED]> wrote: > Hello all, > On the SLES 9 and Red Hat systems (glibc 2.3), 'ps -ea -o > "pcpu,vsz,args,pagein" | grep -i httpd | grep -v grep'reveals that > apache is using apx 313MB of ram. No problem here, about 2.5MB per thread. > > On t

Re: [EMAIL PROTECTED] How to prevent from simple DoS?

2007-11-21 Thread Joshua Slive
On Nov 21, 2007 1:09 PM, Sam Testuser <[EMAIL PROTECTED]> wrote: > This sounds like a serious issue and the links/hints I have seen > in this thread do not seem to acknowledge this fact. > > If it's a single IP address, then you can block it with the tool of > your choice. That's obvious. But in a

RE: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-21 Thread Boyle Owen
> -Original Message- > From: Gregor Schneider [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2007 5:33 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Problem with NameVirtualHost and > VirtualHost > > Hi Owen! > > On Nov 21, 2007 4:59 PM, Boyle Owen <[EMAIL

[EMAIL PROTECTED] Excessive memory utilization with mpm_worker and glibc 2.4+

2007-11-21 Thread Spangler, Tim
Hello all, I've been trying to track down a problem with mpm_worker and memory utilization for a few weeks now. I think I've narrowed it down (with the help of Novell) to newer versions of glibc. I'm currently running Apache 2.2.4 (but the problem exhibits itself on 2.0.58 as well) on Suse Linux

Re: [EMAIL PROTECTED] How to prevent from simple DoS?

2007-11-21 Thread Sam Testuser
This sounds like a serious issue and the links/hints I have seen in this thread do not seem to acknowledge this fact. If it's a single IP address, then you can block it with the tool of your choice. That's obvious. But in a DDoS setting, your apache server is as dead as the parrot in Monthy Pyt

[EMAIL PROTECTED] SSPI auth Optional?

2007-11-21 Thread Arne Heizmann
Hi, I'm not sure if this is at all possible, so correct me if I'm chasing a ghost... I'm in the following situation: We have a system which already has an authentication mechanism (using cookies). We want to change this so that it uses mod_sspi, like this: AuthName "website name goe

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-21 Thread Christian Folini
On Wed, Nov 21, 2007 at 04:59:33PM +0100, Boyle Owen wrote: > It is worth emphasising that this "problem" is nothing specific to do with > apache; it's a fundamental feature of HTTP/HTTPS. You might want to read this recent howto: http://howtoforge.net/enable-multiple-https-sites-on-one-ip-using-

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-21 Thread Gregor Schneider
Hi Owen! On Nov 21, 2007 4:59 PM, Boyle Owen <[EMAIL PROTECTED]> wrote: > > That's about right... You didn't (mercifully :-) show us your complete config, > well, if u need some reading-stuff. I'll send them to ypu right away or, if you prefer, post 'em here on the list ;) > but I'm guessing you

RE: [EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Boyle Owen
> -Original Message- > From: Grant Peel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2007 5:15 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] .htaccess and Server Side Includes > > Perfect, that what I thought. So, the .htaccess in the root > of the virt

Re: [EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Grant Peel
Perfect, that what I thought. So, the .htaccess in the root of the virtual host will affect all subdirs and files below it right? Thanks Boyle, -Grant - Original Message - From: Boyle Owen To: users@httpd.apache.org Sent: Wednesday, November 21, 2007 11:08 AM Subject: RE: [E

RE: [EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Boyle Owen
> -Original Message- > From: Grant Peel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2007 4:04 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] .htaccess and Server Side Includes > > Hi all, > > Suppose one had a server that is currently parsing all file > for s

RE: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-21 Thread Boyle Owen
> -Original Message- > From: Gregor Schneider [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 21, 2007 11:32 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Problem with NameVirtualHost and > VirtualHost > > hi krist, > > > > > > Are you sure? This looks like Apa

[EMAIL PROTECTED] Purify build of Apache2 on Linux

2007-11-21 Thread Dnyaneshwar Nadre
Hi All, We have one Filter Implementation on Apache2 web server on Linux . Now we are suspecting that there is memory leak in this webpass.so. So we got purify build of this filter. However we think that we need purify build of Apache2 on Linux. We tried to build Purify version of Apache2. Actuall

[EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Grant Peel
Hi all, Suppose one had a server that is currently parsing all file for server side includes, php etc, and one wanted to make it so that a .htaccess file in the web root of a few virtual hosts parsed all files, but the rest of the virtual hosts only parsed shtml, how would one accomplish such

[EMAIL PROTECTED] Re: Problems with SuEXEC (directory doesn't have target gid error)

2007-11-21 Thread Sjors Gielen
I have just patched SuEXEC, so it does not check the GID when 'SUEXEC_DONT_CHECK_GID' is defined. A patch is included below. Please e-mail me when you notice any errors. I am not very good at C, but I know the basics, so I'm quite sure this'll work. Next problem is how to define SUEXEC_DONT_CHECK_G

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-21 Thread Gregor Schneider
hi krist, > > Are you sure? This looks like Apache behaving against its > specification in a big way. > I am sure since it's working as expected. Afaik this issue has been discussed before, I just couldn't find it. Against what specs should Apache behave? Any URL quoting those specs? As I'm un

RE: [EMAIL PROTECTED] Creating a DSO module using apxs

2007-11-21 Thread Jan van den Berg
Really no one knows? No clues, directions, tips on where I should go from here? This is really important to me. Cheers, Jan -Oorspronkelijk bericht- Van: Jan van den Berg [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 13 november 2007 17:27 Aan: users@httpd.apache.org Onderwerp: [EMAIL P

Re: [EMAIL PROTECTED] Problem with NameVirtualHost and VirtualHost

2007-11-21 Thread Krist van Besien
On Nov 20, 2007 4:48 PM, Gregor Schneider <[EMAIL PROTECTED]> wrote: > Guys, > > I've just solved the problem. > > As I said b4, I don't care about a message stating "SSL-cert is not > valid" since it's just a test-server. That's not the issue. You can't combine namevirtualhosts with SSL. So any

RE: [EMAIL PROTECTED] "An error occurred while processing your request"

2007-11-21 Thread Boyle Owen
> -Original Message- > From: thomas Armstrong [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 20, 2007 7:03 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] "An error occurred while processing > your request" > > Hi. > > Using Apache 2 on Linux, I suffer frequently this