[EMAIL PROTECTED] Installing libapreq2-2.0.8

2006-12-01 Thread Kiran Malla
I am not able to install libapreq2-2.08 on my RHEL 4 box. Could anybody please help me in resolving this issue. The error seems to be at "t/apreq/cgi..NOK 1# Failed test 1 in t/apreq/cgi.t at line 62". I have apache 2.2.3, mod_perl 2.0.3 installed. Thanks in advance, Regards, Kiran

Re: [EMAIL PROTECTED] Passing along ip info while reverse proxying

2006-12-01 Thread Joshua Slive
On 12/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I've install apache as a reverse proxy server and was wondering if there was a way to preserve the site visitor's ip and pass it along to the back-end servers so they can log it. Once I put the reverse proxy server in front of our web apps

[EMAIL PROTECTED] Denise E Wickenhauser is out of the office.

2006-12-01 Thread Denise . Wickenhauser
I will be out of the office starting 12/01/2006 and will not return until 12/02/2006. Thank you for your email. I will be out of the office Friday afternoon (December 1) for a funeral. I will return Monday and reply to your email at that time. -

[EMAIL PROTECTED] vhost SSL Certification

2006-12-01 Thread Troy Moseley
Hello group, I'm running a Win2K Pro computer with OpenSA's Apache2 with PHP/MySQL/Perl with 3 vhosts configured for both secure and non secure access. I currently use self signed certs while I setup my sites. I have noticed that with the default domain I can add the cert from the browser

[EMAIL PROTECTED] Passing along ip info while reverse proxying

2006-12-01 Thread sniedermeyer
I've install apache as a reverse proxy server and was wondering if there was a way to preserve the site visitor's ip and pass it along to the back-end servers so they can log it. Once I put the reverse proxy server in front of our web apps, the web apps started to only log requested from the rever

Re: [EMAIL PROTECTED] multi-homed Apache? Anyone?

2006-12-01 Thread tim
Thanks for the feedback. Still not what I need. Here's more detail. 1. Can access web pages from both LANs. "Listen 80" works. 2. Can only access web pages from external web on network of 192.168.0.0 NIC. I believe the failure to be able to access the server from the network (other than the

Re: [EMAIL PROTECTED] random 502 errors from mod_proxy

2006-12-01 Thread Nick Kew
On Fri, 01 Dec 2006 15:28:13 -0500 Chris Puccio <[EMAIL PROTECTED]> wrote: > Does anybody have any idea where to start debugging this? Please let > me know if any further information is needed as well. Looks like http://issues.apache.org/bugzilla/show_bug.cgi?id=37770 If you think it's not that

RE: [EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread Evan Platt
At 01:27 PM 12/1/2006, you wrote: Makes sense I verified using Firefox that increasing the max parm in the config allowed more than 2 concurrent downloads. So that begs the question... is there some cryptic Windows registry parm that I can tweak to make IE go more than 2 concurrent? http

RE: [EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread JWM
Makes sense I verified using Firefox that increasing the max parm in the config allowed more than 2 concurrent downloads. So that begs the question... is there some cryptic Windows registry parm that I can tweak to make IE go more than 2 concurrent? Thx again. Jerry -Original Message--

Re: [EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread Joshua Slive
On 12/1/06, JWM <[EMAIL PROTECTED]> wrote: OK, that makes sense in a browser. But what about iTunes? No browser involved there. If you click on 'get' on a bunch of episodes in a podcast, iTunes trys to run 3 concurrent downloads from the podcast(which 99% of the time would all be from the same s

RE: [EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread JWM
OK, that makes sense in a browser. But what about iTunes? No browser involved there. If you click on 'get' on a bunch of episodes in a podcast, iTunes trys to run 3 concurrent downloads from the podcast(which 99% of the time would all be from the same site). Seems strange it would start three and

Re: [EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread Frode E. Moe
On Fri, Dec 01, 2006 at 14:17:46 -0600, JWM wrote: > I'm trying to figure out what is happening.. I have multiple files I want to > download from my server via http. I click the first link, get the SaveAs > dialog box, enter a filename and the download starts. While that is > downloading, I clic

Re: [EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread Joshua Slive
On 12/1/06, JWM <[EMAIL PROTECTED]> wrote: So my question is… is Apache httpd blocking the third request until one of the other two requests completes? Or is it in Windows or roadrunner some place? If it's in httpd, is there some config parameter that I could at least perhaps bump it up to 3 o

[EMAIL PROTECTED] random 502 errors from mod_proxy

2006-12-01 Thread Chris Puccio
Greetings, We have a production apache webserver using Apache/2.0.52 running redhat enterprise 4 - kernel version 2.6.9-11.ELsmp. The apache server is mainly running as a proxy, using mod_proxy. This proxy directs requests to machines behind it by using ProxyPass and ProxyPass reverse. Lately we

[EMAIL PROTECTED] Does Apache Restrict Multiple Concurrent Connections from one IP?

2006-12-01 Thread JWM
I'm trying to figure out what is happening.. I have multiple files I want to download from my server via http. I click the first link, get the SaveAs dialog box, enter a filename and the download starts. While that is downloading, I click the second link, do the SaveAs, and the second one starts

Re: [EMAIL PROTECTED] Perchild MPM

2006-12-01 Thread Joshua Slive
On 12/1/06, Jaqui Greenlees <[EMAIL PROTECTED]> wrote: That is odd then that most linux distros still include perchild in the distro. I've just spend the last couple of weeks checking out the current releases of the biggest distros and they all included the perchild_mpm module. [ not the only is

[EMAIL PROTECTED] Call for Papers Opens for ApacheCon Europe 2007

2006-12-01 Thread Rich Bowen
Call for Papers Opens for ApacheCon Europe 2007 The Call for Papers is now open for ApacheCon Europe, to be held May 1-4 at the newly-opened Movenpick Hotel, Amsterdam. The conference will consist of one day of tutorials (May 1) and three days of regular conference sessions (May 2-4). Pr

Re: [EMAIL PROTECTED] Perchild MPM

2006-12-01 Thread Jaqui Greenlees
--- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 12/1/06, arun kumar <[EMAIL PROTECTED]> > wrote: > > Hi All, > > > > Please let me know whether apache 2.2.3 will > support perchid MPM or > > not.. > > No, it doesn't. In fact, no version of apache httpd > every really > supported the perchild

Re: [EMAIL PROTECTED] mod_rewrite: remembering environment variables

2006-12-01 Thread A. K.
Joshua, First of all, thanks for your responses. I've never had to "configure" apache at all prior to this exercise so I'm fairly green in that regard. No better place to start than mod_proxy and mod_rewrite, huh? Anyways proxy server, yes. However, I can't use a real proxy because filtering

[EMAIL PROTECTED] Kerberos Authentication Question

2006-12-01 Thread Paul Snyder
Good morning all, I have kerberos authentication working properly with one exception: when the service principal's ticket expires in the kerberos cache on the server, the http server does not automatically contact the KDC renew it's credentials. Instead, a 401 header is sent to the client and an e

RE: [EMAIL PROTECTED] Mysterious \"Premature end of script headers\" error

2006-12-01 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 3:32 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Mysterious \"Premature end of > script headers\" error > > It's a cgi-bin program written in C. > I saw that ht

Re: [EMAIL PROTECTED] Mysterious \"Premature end of script headers\" error

2006-12-01 Thread uxwrstre
On Friday 01 December 2006 14:10, Boyle Owen wrote: > > -Original Message- > > From: uxwrstre [mailto:[EMAIL PROTECTED] > > Sent: Friday, December 01, 2006 2:06 PM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Mysterious \"Premature end of script > > headers\" error > > > >

Re: [EMAIL PROTECTED] Perchild MPM

2006-12-01 Thread Joshua Slive
On 12/1/06, arun kumar <[EMAIL PROTECTED]> wrote: Hi All, Please let me know whether apache 2.2.3 will support perchid MPM or not.. No, it doesn't. In fact, no version of apache httpd every really supported the perchild mpm. It's development never got completed and it was eventually droppe

Re: [EMAIL PROTECTED] Cannot allocate memory: apr_thread_create: unable to create worker thread

2006-12-01 Thread Joshua Slive
On 11/30/06, Sriharsha M <[EMAIL PROTECTED]> wrote: [Fri Dec 01 06:04:30 2006] [notice] Apache/2.0.50 (Unix) configured -- resuming normal operations That's a terminally old version. If redhat is making you use it, you should really ask redhat for support. Sorry if that's not very helpful, b

RE: [EMAIL PROTECTED] 2 vhosts with same file names - Apache only uses one file

2006-12-01 Thread Earl, Robert\(IT\)
I haven't read up on what that is supposed to do but I tried it and it worked. That's what I was missing. Thank you so very much. I am happy now. -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 5:08 AM To: users@httpd.apache.org Subject:

Re: [EMAIL PROTECTED] Setting up user login?

2006-12-01 Thread Nick Kew
On Fri, 1 Dec 2006 21:52:55 +0900 "Craig Hagerman" <[EMAIL PROTECTED]> wrote: > Hi, > > Not sure if this is the right place for this question or not. If not, > maybe someone can point me in the right direction. > > I run a Linux server (Ubuntu) running apache 2. I am struggling to try > to figur

[EMAIL PROTECTED] Perchild MPM

2006-12-01 Thread arun kumar
Hi All, Please let me know whether apache 2.2.3 will support perchid MPM or not.. Because while installing apache 2.2.3 it's not showing me the perchid mpm in option. bash-3.00# ./configure --help --with-sslc=DIR RSA SSL-C SSL/TLS toolkit --with-ssl=DIR

RE: RE: [EMAIL PROTECTED] Setting up user login?

2006-12-01 Thread Boyle Owen
> -Original Message- > From: Craig Hagerman [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 2:11 PM > To: users@httpd.apache.org > Subject: Re: RE: [EMAIL PROTECTED] Setting up user login? > > On 12/1/06, Boyle Owen <[EMAIL PROTECTED]> wrote:> > > You sound like you want somet

Re: [EMAIL PROTECTED] Mysterious \"Premature end of script headers\" error

2006-12-01 Thread Robert Fox
What is the script written in? Can you run the script from the command line? Usually, this means that the script is not sending out a completely formed HTTP header, which can happen for a variety of reasons. Rob uxwrstre wrote: Hello, I\'m using Apache 1.3.37 on Solaris 8 (SPARC architectur

Re: RE: [EMAIL PROTECTED] Setting up user login?

2006-12-01 Thread Craig Hagerman
On 12/1/06, Boyle Owen <[EMAIL PROTECTED]> wrote:> You sound like you want something more sophisticated. To do what you need you need to serve cookies on login and then use the cookie to enable access to individual elements of content on subsequent dynamic pages. All this implies sophisticated se

RE: [EMAIL PROTECTED] Mysterious \"Premature end of script headers\" error

2006-12-01 Thread Boyle Owen
> -Original Message- > From: uxwrstre [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 2:06 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Mysterious \"Premature end of script > headers\" error > > Hello, > > I\'m using Apache 1.3.37 on Solaris 8 (SPARC architec

[EMAIL PROTECTED] Mysterious \"Premature end of script headers\" error

2006-12-01 Thread uxwrstre
Hello, I\'m using Apache 1.3.37 on Solaris 8 (SPARC architecture). I have a simple CGI-BIN script which worked before and printed out the following: acwebint 13:57 archive/docs/bin : ./http-goto Location: http://acwebint/DICB acwebint 13:57 archive/docs/bin : I get an internal error 500 message

RE: [EMAIL PROTECTED] Setting up user login?

2006-12-01 Thread Boyle Owen
> -Original Message- > From: Craig Hagerman [mailto:[EMAIL PROTECTED] > Sent: Friday, December 01, 2006 1:53 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Setting up user login? > > Hi, > > Not sure if this is the right place for this question or not. If not, > maybe someo

[EMAIL PROTECTED] Setting up user login?

2006-12-01 Thread Craig Hagerman
Hi, Not sure if this is the right place for this question or not. If not, maybe someone can point me in the right direction. I run a Linux server (Ubuntu) running apache 2. I am struggling to try to figure out how to add login to my web site. I already know about .htaccess files, but that doesn'

[EMAIL PROTECTED] Apache module no such file or directory

2006-12-01 Thread Kaushal Shriyan
Hi all I have the module mod_bpc20.so in the modules folder I get the below information when i start apache Cannot load /usr/local/apache/modules/mod_bpc20.so into server: /usr/local/apache/modules/mod_bpc20.so: cannot open shared object file: No such file or directory Thanks Kaushal

RE: [EMAIL PROTECTED] Fail to browse homepage

2006-12-01 Thread Stephen Liu
Hi Boyle, > > -Original Message- > > From: Stephen Liu [mailto:[EMAIL PROTECTED] > > Sent: Thursday, November 30, 2006 5:10 PM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Fail to browse homepage > > > > Hi folks, > > > > Ubuntu-6.06.1-LAMP-server-amd64 > > Apache2 > >

Re: [EMAIL PROTECTED] How to chain two rules

2006-12-01 Thread Krist van Besien
On 11/30/06, Norman Khine <[EMAIL PROTECTED]> wrote: Hello, Can someone please advise how to chain two rules together so that: [1] [2] ServerName mysite.com [3] ServerAlias www.mysite.com [4] RewriteEngine On [5] RewriteCond %{HTTP_HOST} ^www\.mysite\.info [nc] [6] RewriteRule (.*

RE: [EMAIL PROTECTED] Fail to browse homepage

2006-12-01 Thread Boyle Owen
> -Original Message- > From: Stephen Liu [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 30, 2006 5:10 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Fail to browse homepage > > Hi folks, > > Ubuntu-6.06.1-LAMP-server-amd64 > Apache2 > Domain: satimis.homelinux.com > (

Re: [EMAIL PROTECTED] 2 vhosts with same file names - Apache only uses one file

2006-12-01 Thread Krist van Besien
Hello, On 11/30/06, Earl, Robert(IT) <[EMAIL PROTECTED]> wrote: Sorry about the last post, sent by mistake. My config is below. What I found is if I switch the order of the virtual host blocks, it will pick up the files from whichever documentroot of whichvever vhost is listed first. In my host

RE: [EMAIL PROTECTED] 2 vhosts with same file names - Apache only uses one file

2006-12-01 Thread Boyle Owen
> -Original Message- > From: Earl, Robert(IT) [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 30, 2006 10:40 PM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] 2 vhosts with same file names - > Apache only uses one file > BTW - just to check - this *is* plain HTTP, ye