[EMAIL PROTECTED] Debugging a runaway httpd process

2006-09-28 Thread Jeff Mohler
I am suffering from runaway httpd processes, and I dont understand enough about systems at this level, to understand why. I asked my server "admin" (IE: Smart helper) to add PHP support and a few other minor things to the environment, which has been stable since 2002. Now, the httpd process ran

Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one

2006-09-28 Thread jekillen
On Sep 27, 2006, at 11:10 PM, Boyle Owen wrote: -Original Message- From: jekillen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 1:34 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Two Nics, several ips aliased to each one ... Thanks for the reply, I can't

[EMAIL PROTECTED] FileETag MTime Size

2006-09-28 Thread Lyle Tagawa
hello, I'm upgrading a 1.3 installation to 2.2 and found an inconsistency with the ETag header response. >From my 1.3 server: ETag: "30-4230c84d" Content-Length: 48 Last-Modified: Thu, 10 Mar 2005 22:21:01 GMT >From my 2.2 server: ETag: "30-dc58ed40" Content-Length: 48 Last-Modified: Thu, 10

[EMAIL PROTECTED] Re: Apache 2.x perf degradation on large downloads on Windows

2006-09-28 Thread Jess Holle
Jess Holle wrote: In some of my testing, Win32DisableAcceptEx seems to make a huge improvement, however... Okay, I take that back... Jess Holle wrote: Jess Holle wrote: I'm seeing what appears to be really severe performance degradation during the course of really large

Re: [EMAIL PROTECTED] Apache 2 mod_proxy & mod_rewrite questions

2006-09-28 Thread Serge Dubrouski
What kind of "real" server do you have on backend? Does it have static content or dynamic? Could it be that your wrong links are generated on backend by PHP/ASP/CGI or any other dynamic application that uses $SEVER_NAME or some other variable to build absolute links? On 9/28/06, Jeff DeFord <[EMA

[EMAIL PROTECTED] Re: Apache 2.x perf degradation on large downloads on Windows

2006-09-28 Thread Jess Holle
In some of my testing, Win32DisableAcceptEx seems to make a huge improvement, however... Jess Holle wrote: Jess Holle wrote: I'm seeing what appears to be really severe performance degradation during the course of really large downloads (e.g. 800MBs) on Windows Apache's -- both 2.0

Re: [EMAIL PROTECTED] Apache 2 mod_proxy & mod_rewrite questions

2006-09-28 Thread Jeff DeFord
For testing purposes, I'm using a self-signed sert on the proxy server for the initial redirection, then the proxy server acts as a SSL client for all proxied requests that are handed off to the app server which is listening on port 8050 (SSL) using a real certificate. I copied the real cert file

Re: [EMAIL PROTECTED] Apache 2 mod_proxy & mod_rewrite questions

2006-09-28 Thread John king
Where is your server cert installed? If it is installed on the reverse proxy server, do you decrypte the incoming HTTPS traffic and re-encrypte it again in the proxy server before sending it to the next host? On 9/28/06, Jeff DeFord <[EMAIL PROTECTED]> wrote: Not sure if that would work since all

[EMAIL PROTECTED] Re: Apache 2.x perf degradation on large downloads on Windows

2006-09-28 Thread Jess Holle
Jess Holle wrote: I'm seeing what appears to be really severe performance degradation during the course of really large downloads (e.g. 800MBs) on Windows Apache's -- both 2.0.x (recent builds) and 2.2.3. Has anyone else seen this?  Is this just a lack of tuning?  If so, pointers would b

[EMAIL PROTECTED] running apache 1.3.31 & 1.3.37 on the same server

2006-09-28 Thread Stephen Williams
Hello all I have been digging around on google and through the archives for sometime now and I can't seem to find a good answer as to why I can't get this working. I have both 1.3.31 and 1.3.37 installed on the same host and I can only get one or the other to run at a single time, but I get now

[EMAIL PROTECTED] Apache 2.x perf degradation on large downloads on Windows

2006-09-28 Thread Jess Holle
I'm seeing what appears to be really severe performance degradation during the course of really large downloads (e.g. 800MBs) on Windows Apache's -- both 2.0.x (recent builds) and 2.2.3. Has anyone else seen this?  Is this just a lack of tuning?  If so, pointers would be appreciated. Note we'

[EMAIL PROTECTED] Use own login page possible?

2006-09-28 Thread Marcus Yu
Hello, My site uses Apache 2.0.53, PHP 4.3.11 and MySQL 5.0.18 on Fedora Core 3. The .htaccess file is used to control access. There is a default user name, password login page for signing in to Apache server. Through that, PHP_AUTH_USER and PHP_AUTH_PW will be set. Is that possible I use my ow

Re: [EMAIL PROTECTED] mod_aspdotnet

2006-09-28 Thread William A. Rowe, Jr.
Derek Cordon wrote: > Bill, > > Thanks for the response. I am pleased to hear that it has not been > retired. Can you give me any indication of when an update will be > officially released that will allow me to control the .NET Framework version > that is used? Not by the ASF. You can certain

RE: [EMAIL PROTECTED] mod_aspdotnet

2006-09-28 Thread Derek Cordon
Bill, Thanks for the response. I am pleased to hear that it has not been retired. Can you give me any indication of when an update will be officially released that will allow me to control the .NET Framework version that is used? Regards, Derek -Original Message- From: William A. Row

Re: [EMAIL PROTECTED] configure a catchall page for a website subdirectory?

2006-09-28 Thread Steve Swift
Alias /subdir/* full-path-to-pageShould do the trick. If you're worried about people entering the "subdir" part in upper- or mixed-case then you can use:AliasMatch /[Ss][Uu][Bb][Dd][Ii][Rr]/.* full-path-to-page There may be a better way to do case-insensitive matching, if so I'd be glad to learn it

Re: [EMAIL PROTECTED] mod_aspdotnet

2006-09-28 Thread William A. Rowe, Jr.
It is in-transistion, not retired. You can find some transitional, unreleased binaries at http://people.apache.org/~wrowe/aspdotnet_moving/ which (once rebranded) will land at http://sourceforge.net/projects/mod-aspdotnet. Yours, Bill Derek Cordon wrote: > Hello, > > Our company is using Apach

Re: [EMAIL PROTECTED] virtual hosts by port

2006-09-28 Thread Curtis Vaughan
Actually it's working fine now. Sorry for the post! On 28.09.2006, at 10:58, Curtis Vaughan wrote: Under Apache 1.3 I had no problem with setting up separate virtual hosts based on the port. So, if someone went to www.domain.com they were sent to directory /var/www/domain/ However, if they w

[EMAIL PROTECTED] virtual hosts by port

2006-09-28 Thread Curtis Vaughan
Under Apache 1.3 I had no problem with setting up separate virtual hosts based on the port. So, if someone went to www.domain.com they were sent to directory /var/www/domain/ However, if they went to www.domain.com:8080 then they went to /var/ www/domain8080/ Now I've updated to Apache 2.0.5

Re: [EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Noah
Ace Suares wrote: Hi, I have a lot of these: [Thu Sep 28 18:59:32 2006] [notice] child pid 29290 exit signal Segmentation fault (11) Couple of hundred per week. Also, apache (1.3) is eating memory, untill the server becomes slow and becomes unfunctional. I set MaxRequestsPerChild 30 so th

Re: [EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Noah
Ace Suares wrote: Hi, I have a lot of these: [Thu Sep 28 18:59:32 2006] [notice] child pid 29290 exit signal Segmentation fault (11) Couple of hundred per week. Also, apache (1.3) is eating memory, untill the server becomes slow and becomes unfunctional. cool - I am running apach

[EMAIL PROTECTED] RE: Previewing a Virtual Host before server name is available in DNS

2006-09-28 Thread Amador, Orlando M. [OBIPR]
Title: RE: Previewing a Virtual Host before server name is available in DNS >I have configured 2 virtual host in the http.conf file.  Both are working fine since we have configured the DNS server to >point to the apache server.  We need to configure a 3rd virtual host, but can't change the D

Re: [EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Ace Suares
Hi, I have a lot of these: [Thu Sep 28 18:59:32 2006] [notice] child pid 29290 exit signal Segmentation fault (11) Couple of hundred per week. Also, apache (1.3) is eating memory, untill the server becomes slow and becomes unfunctional. I set MaxRequestsPerChild 30 so the memory is now 'und

Re: [EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Noah
Joshua Slive wrote: On 9/28/06, Noah <[EMAIL PROTECTED]> wrote: Hi there, When using google to search and I've seen a lot of posts in many different languages. What is the best way to find out why apache is faulting? /kernel: pid 92670 (httpd), uid 80: exited on signal 11 http://httpd

[EMAIL PROTECTED] configure a catchall page for a website subdirectory?

2006-09-28 Thread Greg
hi, I'm new to Apache, but I need a way to configure all page requests inside a specific website subdirectory to be directed to the same page regardless of what page is requested, yet preserving the url that was requested in the browser's address bar. Kinda like a 'catchall' page for only that f

[EMAIL PROTECTED] mod_proxy_html refuses to load

2006-09-28 Thread Jeff DeFord
All: I grabbed the latest source for mod_proxy_html and compiled it as follows: apxs -c -a -I/usr/local/include/libxml2/ -i mod_proxy_html.c which returns what looks to be a successful compile and install: chmod 755 /apache/modules/mod_proxy_html.so [activating module `proxy_html'

Re: [EMAIL PROTECTED] Apache 2.2.3 CGI OS 5 Issue under load

2006-09-28 Thread Stan Kaushanskiy
Boyle Owen wrote: -Original Message- From: Stan Kaushanskiy [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 27, 2006 9:16 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache 2.2.3 CGI OS 5 Issue under load Hi All, I am running a cgi program through Apache 2.2.3. Usua

Re: [EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Noah
Joshua Slive wrote: On 9/28/06, Noah <[EMAIL PROTECTED]> wrote: Hi there, When using google to search and I've seen a lot of posts in many different languages. What is the best way to find out why apache is faulting? /kernel: pid 92670 (httpd), uid 80: exited on signal 11 http://httpd

Re: [EMAIL PROTECTED] Header set Server - not working in apache-1.3.x

2006-09-28 Thread saravanan ganapathy
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 9/28/06, saravanan ganapathy > <[EMAIL PROTECTED]> wrote: > > > > If you want to change the server header, you can > > > edit the source code > > > (httpd.h, I believe). But you are wasting your > > > time. > > > > no other way without changing th

[EMAIL PROTECTED] mod_aspdotnet

2006-09-28 Thread Derek Cordon
Hello, Our company is using Apache HTTP Server 2.0.52 along with the mod_aspdotnet-2.0.0. Our application requires .NET Framework 1.1, so we are encountering issues when a PC has .NET Framework 2.0 installed. Awhile back I found a pre-release version of the mod-aspdotnet (mod_aspdotnet-2.0.0.200

Re: [EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Joshua Slive
On 9/28/06, Noah <[EMAIL PROTECTED]> wrote: Hi there, When using google to search and I've seen a lot of posts in many different languages. What is the best way to find out why apache is faulting? /kernel: pid 92670 (httpd), uid 80: exited on signal 11 http://httpd.apache.org/dev/debuggi

Re: [EMAIL PROTECTED] Security glitch with Rewrite and Proxy

2006-09-28 Thread Joshua Slive
On 9/28/06, Germer, Carsten <[EMAIL PROTECTED]> wrote: Red box? I don't see a red box on this page? Wait... I'll take of my see-the-world-in-pink-glasses... Oh, that red box! >_< Gah, I'm sorry. I've updated my apache but haven't read the new documentation. S, since our system is quite depen

[EMAIL PROTECTED] /kernel: pid xxxxx (httpd), uid 80: exited on signal 11

2006-09-28 Thread Noah
Hi there, When using google to search and I've seen a lot of posts in many different languages.  What is the best way to find out why apache is faulting? /kernel: pid 92670 (httpd), uid 80: exited on signal 11 cheers, Noah  

[EMAIL PROTECTED] Apache Security connecting to Microsoft SQL

2006-09-28 Thread Jones Scott - sjones
Has anyone connected Apache’s security up to Microsoft SQL?  Can not find any examples of this as an option.   Thanks * The information contained in this communication is confidential, is intended only for the use

RE: [EMAIL PROTECTED] Security glitch with Rewrite and Proxy

2006-09-28 Thread Germer, Carsten
Red box? I don't see a red box on this page? Wait... I'll take of my see-the-world-in-pink-glasses... Oh, that red box! >_< Gah, I'm sorry. I've updated my apache but haven't read the new documentation. S, since our system is quite dependant on apaches caching, any good ideas on how to work ar

Re: [EMAIL PROTECTED] Apache 2 mod_proxy & mod_rewrite questions

2006-09-28 Thread Jeff DeFord
Not sure if that would work since all requests are HTTPS... Can you elaborate? Here are the modules I compiled in when I built Apache: # ./httpd -l Compiled in modules: core.c mod_access.c mod_auth.c mod_log_config.c mod_headers.c mod_setenvif.c mod_proxy.c proxy_connect.c proxy_ftp.c p

Re: [EMAIL PROTECTED] Security glitch with Rewrite and Proxy

2006-09-28 Thread Joshua Slive
On 9/28/06, Germer, Carsten <[EMAIL PROTECTED]> wrote: Hi :) >Perhaps you have modified your logformat to log origclientaddr? Yes, I have. Our modified LogFormat puts ORIGCLIENTADDR where originally the IP-adress is. >Are you running mod_cache? # mod_cache directives CacheDefaultExpire 3600 Cach

RE: [EMAIL PROTECTED] Security glitch with Rewrite and Proxy

2006-09-28 Thread Germer, Carsten
Hi :) >Perhaps you have modified your logformat to log origclientaddr? Yes, I have. Our modified LogFormat puts ORIGCLIENTADDR where originally the IP-adress is. >Are you running mod_cache? # mod_cache directives CacheDefaultExpire 3600 CacheEnable disk / CacheIgnoreHeaders Set-Cookie CacheIgnoreN

[EMAIL PROTECTED] Re: suexec2 setup on Suse 10.1

2006-09-28 Thread Pierre Imbaud
Steve Swift wrote : 1. We didn't compile anything to get SUEXEC running on a friends SUSE 9 last year was it apache2? 2. I can't help with compile options - I've never compiled it 3. Yes, the messages turn up either in the standard error_log for your host or in the suexec.log file I found a

Re: [EMAIL PROTECTED] Security glitch with Rewrite and Proxy

2006-09-28 Thread Joshua Slive
On 9/28/06, Germer, Carsten <[EMAIL PROTECTED]> wrote: Hello everyone! I hope there is someone out there who can help with this or can point me out to someone who might be able to... We use Scientific Linux IV (based on Redhat Enterprise 4) and Apache 2.2.3-1i386 (RPM from Apache) Here is the s

Re: [EMAIL PROTECTED] Header set Server - not working in apache-1.3.x

2006-09-28 Thread Joshua Slive
On 9/28/06, saravanan ganapathy <[EMAIL PROTECTED]> wrote: > If you want to change the server header, you can > edit the source code > (httpd.h, I believe). But you are wasting your > time. no other way without changing the source code? Sure. Put a proxy server in between apache and the int

[EMAIL PROTECTED] Security glitch with Rewrite and Proxy

2006-09-28 Thread Germer, Carsten
Hello everyone! I hope there is someone out there who can help with this or can point me out to someone who might be able to... We use Scientific Linux IV (based on Redhat Enterprise 4) and Apache 2.2.3-1i386 (RPM from Apache) Here is the snippet from my virthost RewriteEngine on # Block ever

Re: [EMAIL PROTECTED] Header set Server - not working in apache-1.3.x

2006-09-28 Thread saravanan ganapathy
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 9/28/06, saravanan ganapathy > <[EMAIL PROTECTED]> wrote: > > --- saravanan ganapathy <[EMAIL PROTECTED]> > wrote: > > > > > Hi, > > > > > > I am using apache 1.3.33 on debian3.1 and I want > to > > > hide 'server string' in headers. I already > > >

Re: [EMAIL PROTECTED] ldap to ldaps under httpd-2.2

2006-09-28 Thread Ricardo Stella
Looks good... I'm not sure - you might want to debug it by running the ldapsearch client from the command line. My guess is there's something going on with stunnel not accepting the connections. Is it logging anything ? Stuart Kendrick wrote: > hi ricardo, > > ok, what you're pointing out is th

RE: [EMAIL PROTECTED] Installation problem for apache2.2.3

2006-09-28 Thread Kong, Alan
Hi Owen, Thanks for you reply. I change the flags to the one you suggested, it still complaint with the similar message. But this time it says it can't find libexpat.sl.1. I tried to change the SHLIB_PATH to point to the location of libexpat.sl.1, still no luck. Any idea? Alan -Original

Re: [EMAIL PROTECTED] Header set Server - not working in apache-1.3.x

2006-09-28 Thread Joshua Slive
On 9/28/06, saravanan ganapathy <[EMAIL PROTECTED]> wrote: --- saravanan ganapathy <[EMAIL PROTECTED]> wrote: > Hi, > > I am using apache 1.3.33 on debian3.1 and I want to > hide 'server string' in headers. I already > configured > 'ServerTokens Prod'. > > Now it shows server string as 'Apache'

Re: [EMAIL PROTECTED] Header set Server - not working in apache-1.3.x

2006-09-28 Thread saravanan ganapathy
--- saravanan ganapathy <[EMAIL PROTECTED]> wrote: > Hi, > > I am using apache 1.3.33 on debian3.1 and I want to > hide 'server string' in headers. I already > configured > 'ServerTokens Prod'. > > Now it shows server string as 'Apache' and I need to > change this. So I configured the following

RE: [EMAIL PROTECTED] compilation problem

2006-09-28 Thread Hasson Yehudit
Ben and Tal Thanks for your comments, I tried your both suggestions: 1) ./configure --prefix=/usr/apache --enable-proxy --enable-cache --enable-disk-cache make make install make clean make distclean make extraclean ---> error: not exist such a ru

[EMAIL PROTECTED] Weird name resolution problem

2006-09-28 Thread Krist van Besien
Hello, My server, an apache 2.0.59, with mod_perl running on solaaris 10 has the following error mesage in its log: [Thu Sep 28 12:11:50 2006] [error] (145)Connection timed out: proxy: HTTP: attempt to connect to 138.188.201.210:8222 (msnvflfegate1v.swissptt.ch) failed This error occurs when I

Re: [EMAIL PROTECTED] Problems with Mod_headers

2006-09-28 Thread Nick Black
Hi, Thanks for the reply. The problem was that I did not have a sym link pointing from mods enabled to mods available. Nickb On 9/28/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Nick Black [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 28, 2006 2:34 PM

Re: [EMAIL PROTECTED] Web page content changed

2006-09-28 Thread Vincent Lee
Boyle Owen wrote: -Original Message- From: Vincent Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2006 9:16 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Web page content changed Hi all, We are running web server on Apache v2.0.55, together with php 4

RE: [EMAIL PROTECTED] Problems with Mod_headers

2006-09-28 Thread Boyle Owen
> -Original Message- > From: Nick Black [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 28, 2006 2:34 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problems with Mod_headers > > Hello, > > I am quite new to apache configuration (yesterday was my first attempt > to is

[EMAIL PROTECTED] Problems with Mod_headers

2006-09-28 Thread Nick Black
Hello, I am quite new to apache configuration (yesterday was my first attempt to isntall and configure), and I have run into a few problems that I cant find any answers to. My problems surround mod_header. I am using an httpd.conf file sent to me by someone with a working installation of the se

[EMAIL PROTECTED] Re: Two questions about Directory directive in Apache2 for Windows

2006-09-28 Thread Júlio Maranhão
Boyle Owen escreveu: So you'd prefer us to read it for you? No. If you don't know the answer, do not feel forced to reply. Well, I'll only have time to read your mail after then too, so that's alright! Again do not bother if you do not know the answer, or don't want to explain. Seriously: r

RE: [EMAIL PROTECTED] apache 2.0.58 - mod_deflate & mod_disk_cache

2006-09-28 Thread Boyle Owen
> -Original Message- > From: Vizzini Sampere [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 28, 2006 10:59 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache 2.0.58 - mod_deflate & mod_disk_cache > > I'm having trouble caching the output of mod_deflate using > mod_

[EMAIL PROTECTED] apache 2.0.58 - mod_deflate & mod_disk_cache

2006-09-28 Thread Vizzini Sampere
I'm having trouble caching the output of mod_deflate using mod_disk_cache. I've found casual references to the combination working, but I haven't found a working example of it. After emptying the "CacheRoot" of all files and flushing the cache on FF, I load '/demo/index.html' with FF. FF Page In

RE: [EMAIL PROTECTED] Web page content changed

2006-09-28 Thread Boyle Owen
> -Original Message- > From: Vincent Lee [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 28, 2006 9:16 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Web page content changed > > Hi all, > > We are running web server on Apache v2.0.55, together with php 4.4.0, > ASP a

[EMAIL PROTECTED] Web page content changed

2006-09-28 Thread Vincent Lee
Hi all, We are running web server on Apache v2.0.55, together with php 4.4.0, ASP and FrontPage 5.0 in Sun Solaris 9 Sparc OS. We are running 2 web servers via load balancer and all the way is stable. Yesterday morning, when my colleague try to browse the web site, it display the previous(old) we