RE: [EMAIL PROTECTED] Totally stumped on httpd, gcc & solaris 10

2006-05-11 Thread Boyle Owen
> -Original Message- > From: Ricardo Stella [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 11, 2006 9:47 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Totally stumped on httpd, gcc & solaris 10 > > > > Chris Edwards wrote: > > Hola! > > > > I am trying to compile Apa

Re: [EMAIL PROTECTED] Proxying active ftp

2006-05-11 Thread Emmanuel E
proxying ftp itself as is a difficult proposition. even when you set your clients to passive ftp, i dont think its the ftp thats being actually proxied. the ftp request is being converted into a http request and sent to the proxy server. the proxy server performs the actual ftp transaction and

Re: [EMAIL PROTECTED] Large files

2006-05-11 Thread Joe Orton
On Thu, May 11, 2006 at 11:58:15AM -0400, Mike VanHorn wrote: > > I have compiled and built 2.0.58, but I am still getting the same error: > > (79)Value too large for defined data type > > I'd been checking and LFS was supposedly fixed in 2.0.53, so why am I > getting this error? I'm on Solari

[EMAIL PROTECTED] Re: mod_proxy_balancer stickysession issues

2006-05-11 Thread Brian Rectanus
Brian Rectanus wrote: Hello all, I am having problems with mod_proxy_balancer and sticky sessions in 2.2.0 - 2.2.2. Here is what I have: NameVirtualHost *:80 Listen 80 ... BalancerMember http://server1:8000 route=server1 BalancerMember http://server2:8000 route=server2 Proxy

Re: [EMAIL PROTECTED] Totally stumped on httpd, gcc & solaris 10

2006-05-11 Thread Ricardo Stella
Chris Edwards wrote: > Hola! > > I am trying to compile Apache2 on Solaris 10 with gcc. Here is the > error Im getting durring the make... > > exports.c:116:2: #endif without #if > make[2]: *** [exports.lo] Error 1 > make[2]: Leaving directory > `/export/home/chris/Sources/httpd-2.2.0/server' >

[EMAIL PROTECTED] Mod_auth_radius

2006-05-11 Thread Mike VanHorn
I'm using mod_auth_radius with Apache 2.2.2 to protect a directory. Here's the entries from the log file: [Thu May 11 15:32:43 2006] [debug] mod_auth_radius-2.0.c(1154): Radius Auth for: servername requests /path-to-protected-directory/ : file=/full-path-to-protected-directory/ [Thu May 11 15:32:

[EMAIL PROTECTED] https to http proxy with Apache

2006-05-11 Thread Bo Najdrovsky
Hello, I have a problem I've been grappling with for the past 3 days without much luck so I thought I'd come to the experts. :-) I have an Apache 2.0.x server, which acts as a load balancing gateway to multiple Tomcat servlet containers behind it. This proxying/load balancing is done usi

[EMAIL PROTECTED] Totally stumped on httpd, gcc & solaris 10

2006-05-11 Thread Chris Edwards
Hola! I am trying to compile Apache2 on Solaris 10 with gcc. Here is the error Im getting durring the make... make[4]: Leaving directory `/export/home/chris/Sources/httpd-2.2.0/server/mpm/prefork' make[3]: Leaving directory `/export/home/chris/Sources/httpd-2.2.0/server/mpm/prefork' make[2]: Lea

[EMAIL PROTECTED] verifying and installing apache 2.0.5.8 in AIX/unix environment

2006-05-11 Thread johnny page
How exactly do you verify the apache download? _ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ -

[EMAIL PROTECTED] mod_proxy_balancer stickysession issues

2006-05-11 Thread Brian Rectanus
Hello all, I am having problems with mod_proxy_balancer and sticky sessions in 2.2.0 - 2.2.2. Here is what I have: NameVirtualHost *:80 Listen 80 ... BalancerMember http://server1:8000 route=server1 BalancerMember http://server2:8000 route=server2 ProxyPass / balancer://apps/

Re: [EMAIL PROTECTED] Apache2.2.2 - appropriate APR libraries

2006-05-11 Thread William A. Rowe, Jr.
Forget my previous comments, I was having flashbacks to 0.9 apr. >> that Apache 2.2 uses the APR 1.0 API - so will the current releases: >> APR 1.2.7 (APR 1.2.7, APR-util 1.2.7 and APR iconv 1.1.1) build >> correctly with this release? Or should I be locating these libraries Yes. They also happ

Re: [EMAIL PROTECTED] Apache2.2.2 - appropriate APR libraries

2006-05-11 Thread William A. Rowe, Jr.
It shouldn't be saying 1.2.7 - the 1.2.12 releases are out. Our bad. Bill [EMAIL PROTECTED] wrote: I'm trying to source the appropriate APR libraries for the binary build of the Apache 2.2.2 installation... http://httpd.apache.org/docs/2.2/new_features_2_2.html#module indicates that Apache 2.

[cli-users] RE: cli-users Digest 11 May 2006 16:15:42 -0000 Issue 81

2006-05-11 Thread Eric
Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 12:16 PM To: cli-users@httpd.apache.org Subject: cli-users Digest 11 May 2006 16:15:42 - Issue 81 cli-users Digest 11 May 2006 16:15:42 - Issue 81 Topics (messages 175 throu

[cli-users] Announcement; cli-users@ List Folding into dev@ on May 15

2006-05-11 Thread William A. Rowe, Jr.
CLI-USERS@ community, this note is to let you know about some major changes coming up here over the next week. Effective on Monday, May 15th, cli-users@ traffic will all move into the general community of users@httpd.apache.org, with this list closing. You can email [EMAIL PROTECTED] to join th

Re: [EMAIL PROTECTED] Large files

2006-05-11 Thread Mike VanHorn
I have compiled and built 2.0.58, but I am still getting the same error: (79)Value too large for defined data type I'd been checking and LFS was supposedly fixed in 2.0.53, so why am I getting this error? I'm on Solaris 10 x86. Thanks! On 5/10/06 12:38 PM, "Nick Kew" <[EMAIL PROTECTED]> wrot

RE: [EMAIL PROTECTED] How to determine build flags

2006-05-11 Thread Billy Nab
Ah...well, I did a custom configuration anyway with Apache 2.2, PHP 5, MySQL 5 and have things setup in non-standard locales anyway to take advantage of our RAID setup and to integrate into a Win32 environment. Thanks for the info! -Original Message- From: Alexey Polyakov [mailto:[EMAIL P

Re: [EMAIL PROTECTED] How to determine build flags

2006-05-11 Thread Alexey Polyakov
On 5/11/06, Billy Nab <[EMAIL PROTECTED]> wrote: Unfortunately, in some OEM installs the config.nice does not exist. At least I could not find it on a recent OEM install of RHEL/4. For RHEL4 you can just install SRPM, and check spec file to determine build configuration. -- Alexey Polyakov

[EMAIL PROTECTED] Proxying active ftp

2006-05-11 Thread Browne, Anthony A
Thanks, I now have a better understanding about how the proxy module handles ftp. > also your configuration seems a bit weird. you are running apache on > port 21 Yes, my configuration is pretty weird. I'm running Apache on three ports, but clients use 9982 as their ftp proxy. Th

Re: [EMAIL PROTECTED] How to determine build flags

2006-05-11 Thread Mike VanHorn
I found it (I'm on Solaris 10 x86, config.nice was in /var/apache2/build). Unfortunately, the configure command there didn't quite work, and I'm having to explicitly declare --bindir and --libdir. But, it's closer than I was. Thanks! On 5/11/06 9:53 AM, "Billy Nab" <[EMAIL PROTECTED]> wrote: >

RE: [EMAIL PROTECTED] How to determine build flags

2006-05-11 Thread Billy Nab
Unfortunately, in some OEM installs the config.nice does not exist. At least I could not find it on a recent OEM install of RHEL/4. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, May 11, 2006 7:34 AM To: users@httpd.apa

[EMAIL PROTECTED] Help configuring server with fastcgi module

2006-05-11 Thread Kairam, Raj
While trying to configure Apache2.2.2 on my Windows XP by adding the mod_fastcgi-2.4.2-AP20.dll in the httpd.conf file, I am not able to start the server. The console window indicates a problem and shows a series of numbers which I am unable to figure out. Without this module in the httpd.con

Re: [EMAIL PROTECTED] How to determine build flags

2006-05-11 Thread Joshua Slive
On 5/11/06, Mike VanHorn <[EMAIL PROTECTED]> wrote: Is there a way to determine what build flags were used to produce an httpd binary, when all you have is the binary? I'm trying to upgrade the oem-installed Apache, and I would like to be able to just drop the new one in, so it would be helpful

[EMAIL PROTECTED] How to determine build flags

2006-05-11 Thread Mike VanHorn
Is there a way to determine what build flags were used to produce an httpd binary, when all you have is the binary? I'm trying to upgrade the oem-installed Apache, and I would like to be able to just drop the new one in, so it would be helpful to know all the flags so it gets build exactly the sam

Re: [EMAIL PROTECTED] virtual host limit

2006-05-11 Thread Joshua Slive
On 5/11/06, Norbul <[EMAIL PROTECTED]> wrote: I found in logs something like this [Wed May 10 23:10:44 2006] [crit] [client 83.31.216.31] (24)Too many open files: /.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://e-walentynki.pl/znaczenie_imion.php [W

Re: [EMAIL PROTECTED] virtual host limit

2006-05-11 Thread Norbul
I found in logs something like this [Wed May 10 23:10:44 2006] [crit] [client 83.31.216.31] (24)Too many open files: /.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable, referer: http://e-walentynki.pl/znaczenie_imion.php [Wed May 10 23:10:46 2006] [crit] [client 80.226.2

Re: [EMAIL PROTECTED] virtual host limit

2006-05-11 Thread Norbul
Maybe I didn't write correctly, I have about 300 virtual hosts on Apache 2 server, and everything works great, without any problems etc. but when I adding another one Virtual Host (nr 301), then server fail, no one virtul host can be accessible, and then I get http 403 error, but this information

RE: [EMAIL PROTECTED] virtual host limit

2006-05-11 Thread Boyle Owen
> -Original Message- > From: Norbul [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 11, 2006 2:27 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] virtual host limit > > Dears, > > I have problem with increase of number of virtual host on > apache 2 server, when adding another

[EMAIL PROTECTED] virtual host limit

2006-05-11 Thread Norbul
Dears,   I have problem with increase of number of virtual host on apache 2 server, when adding another one, I get form virtual forbidden error   Does onybody know how to solve this problem??   thx, norbul

[EMAIL PROTECTED] Proxy errors

2006-05-11 Thread Matthew Claridge
Hi, I'm seeing the following in my apache error log: proxy: Error reading from remote server But I'm having trouble tying it up to a request in the access log and also having problem diagnosing the exact fault. Can I therefore ask a few questions? 1. We use mod_proxy as part of a whole pile

Re: [EMAIL PROTECTED] instaling modules

2006-05-11 Thread Joost de Heer
>> > did you run your ./configure with >> > "--enable-mods-shared=all" ? > $ ./configure --prefix=/usr/local/apache2 --enable-so > --enable-mods-share=all Compare your configure line to what was suggested. Joost - The offi