[EMAIL PROTECTED] problem with logs and syslog.

2007-03-21 Thread Andrzej Kwiatkowski
Hi, I've large wolume web serwers with about 6mln req per day. I;ve 3 apache 2.2.2 with syslog configuration: ErrorLog "| /usr/bin/logger -t apache -p local5.info" CustomLog "| /usr/bin/logger -t apache -p local6.info" combined One of clients have noticed that in entry for his domains is reques

[EMAIL PROTECTED] Reverse Proxy Timeout (http/https)

2007-03-21 Thread Sim
Hi! I have configurated Apache in Reverse Proxy, for one "Apche front-end" of "MS Exchange 2003" This work very well, but some times I receved timeout errors from Exchange. [ The average of the most recent [200] heartbeat intervals used by clients is less than or equal to [9]. Make sure that you

RE: [EMAIL PROTECTED] File Uppload via HTTP and PHP

2007-03-21 Thread Tomas Larsson
Ok, Obviously Servage must have some sort of load-balancers in front of their servers, since it is a clustered server, how did you circumvent the problem? And more interesting why should it impact the upload? With best regards Tomas Larsson Sweden http://www.tlec.se http://www.ebaman.com http://w

[EMAIL PROTECTED] Do I Need Reverse Proxy?

2007-03-21 Thread Tod Thomas
I'm running apache v2.2.0, built from scratch, on an FC6 box. I have a Tomcat based portal server running from port 8080 on the same box. The portal itself, upon initial request, redirects the client a couple of times before it finally rests at a default home page. I'd like to accomplish a c

[EMAIL PROTECTED] ApacheCon hotel discount about to expire

2007-03-21 Thread Rich Bowen
Just a brief reminder: This year, ApacheCon will be held in Amsterdam, at the Moevenpick Hotel. Friday 23 of March is the cut-off date for being able to register at the Moevenpick Hotel for the low conference rate of EUR 160. -- Rich Bowen [EMAIL PROTECTED] For the ApacheCon Planners -

Re: [EMAIL PROTECTED] Do I Need Reverse Proxy?

2007-03-21 Thread Robin-David Hammond
Mod_rewrite might do this. It can cause the user to enter one uri, but apache to rewrite the uri BEFORE parsing it. Robin-David Hammond KB3IEN 50 West 17th Street Ninth Floor New York, NY 10011 +1 212 479.1700 x 1729 On Wed, 21 Mar 2007, Tod Thomas wrote: I'm running apache v2.2.0, built

[EMAIL PROTECTED] RewriteCond: cannot compile regular expression

2007-03-21 Thread Norman Khine
Hello, Can anyone help me with this error: RewriteCond: cannot compile regular expression '^([a-zA-Z_1-0]+\\.rewrite\\.dev)$' I would like to have the RegEx to be in the following format a-zA-Z then any 3 numbers so www123, abc999 etc... Many thanks Norman ---

RE: [EMAIL PROTECTED] Reverse Proxy Timeout (http/https)

2007-03-21 Thread Foster, Stephen \(ASPIRE\)
Hi there, i have implemented the following on my apache server for the proxytimeout ProxyTimeout 120 And also set the following to catch the 502 error that mod_proxy gives when it times out to the server being proxied to. This allows you to produce a branded page to give to the client rather t

[EMAIL PROTECTED] Sticky sessions with proxy_balancer

2007-03-21 Thread Ryan Johnson
Hey all, I am trying to get sticky sessions to work with mod_proxy_balancer, with no luck. I have set stickysession=COOKIENAME. Have not found any good doc on this? Anyone get this working? Thanks in advance, Ryan - The off

Re: [EMAIL PROTECTED] Apache 2.2.4 and Vista

2007-03-21 Thread Zorro3692
In a message dated 3/17/2007 10:10:25 P.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: Had the same problem. Apparently, the folder/file containing WinNT services was removed in Vista, since it is a total rewrite and does not use NT code. Have not heard of a solution to the problem.

RE: [EMAIL PROTECTED] Sticky sessions with proxy_balancer

2007-03-21 Thread Ryan Murray
Ryan- Yes it works for sure in httpd-2.2.4 but pay attention that this parameter is case sensitive. So if your cookie is "JSESSIONID" it must be written in upper case like this in the config file. Note for Java the cookie is "JESESSIONID" whereas the path parameter is ";jsessionid" (lc) and mod_

[EMAIL PROTECTED] Starting exe files from cgi scripts

2007-03-21 Thread Dave Fangmeier
Hi My Apache http server is running on Windows. I'm able to get cgi/Perl scripts to run. I'm trying to run an application like notepad from my html form. I have a button that calls a script but the notepad application only runs in the background (no window pops up like when I test in Perl). I s

[EMAIL PROTECTED] Revisiting my FastCGI problem

2007-03-21 Thread Dragon
I originally posted here last week about a problem I am having with FastCGI under Apache. After enabling debug log level and doing a few other experiments, I have come to the conclusion that something is blocking Apache from connecting to unix sockets. mod_fcgid attempts to create a socket (I

Re: [EMAIL PROTECTED] Revisiting my FastCGI problem

2007-03-21 Thread Richard Lynch
I don't know much about this, but you may be running afoul of the SE Linux settings in /etc/ On Wed, March 21, 2007 1:01 pm, Dragon wrote: > I originally posted here last week about a problem I am having with > FastCGI under Apache. > > After enabling debug log level and doing a few other experime

Re: [EMAIL PROTECTED] Revisiting my FastCGI problem

2007-03-21 Thread Dragon
Richard Lynch wrote: I don't know much about this, but you may be running afoul of the SE Linux settings in /etc/ End original message. - Yeah, I thought that might be the case but this is what is in /etc/selinux/config: # This file controls the state of

RE: [EMAIL PROTECTED] Revisiting my FastCGI problem

2007-03-21 Thread Mark Lavi
I would recommend enabling logging of SELinux in order to confirm your assumption rather than show us a configuration that may or may not be in use - and may or may not be the answer for your hypothesis of the problem. SELinux logging and configuration, etc. are an OS based domain for questions, y

Re: [EMAIL PROTECTED] Sticky sessions with proxy_balancer

2007-03-21 Thread Ryan Johnson
Ryan (The Greater), No luck. I have two apache virtual hosts behind the load balancer, each setting a cookie called BIG, one to a value of app1 and the other to a value of app2. In the debug output I see the balancer module recognizing these values, but it continues to split the requests acros

RE: [EMAIL PROTECTED] Revisiting my FastCGI problem

2007-03-21 Thread Dragon
Mark Lavi wrote: I would recommend enabling logging of SELinux in order to confirm your assumption rather than show us a configuration that may or may not be in use - and may or may not be the answer for your hypothesis of the problem. SELinux logging and configuration, etc. are an OS based doma

[EMAIL PROTECTED] Configure and make 2.2.4

2007-03-21 Thread Thias
I am trying to configure, make and make install Apache 2.2.4 and I am not getting any modules ( the .so files) during the process. Using Fedora Core 3 Here are the things I have tried. 1. ./configure Result: received an error: Cannot use an external APR-util with the bundled APR 1a. ./confi

Re: [EMAIL PROTECTED] Where is libphp5.so?

2007-03-21 Thread jekillen
On Mar 20, 2007, at 11:45 PM, Gaël Lams wrote: Hi The following is a message I sent to the php-install mailing list. I am trying to cover all the bases by sending it to this list; Thanks in advance I am coming over here from the general questions list with this situation. I am using FreeBSD

[EMAIL PROTECTED] Frontpage 2002 5.0.2.4803 for Linux

2007-03-21 Thread Don O'Neil
Anyone have the fp50.linux.tar.gz distibution that has FP 2002 extensions v5.0.2.4803 in it? I have the FreeBSD version but I need the Linux version. I can find the v5.0.2.2634 in several places on the web (including MS) but not the last patched version that has the security fixes. Unfortunatly MS

Re: [EMAIL PROTECTED] Frontpage 2002 5.0.2.4803 for Linux

2007-03-21 Thread Matthew Daubenspeck
On Wed, Mar 21, 2007 at 06:03:06PM -0700, Don O'Neil wrote: > Anyone have the fp50.linux.tar.gz distibution that has FP 2002 extensions > v5.0.2.4803 in it? I have the FreeBSD version but I need the Linux version. > I can find the v5.0.2.2634 in several places on the web (including MS) but > not th

Re: [EMAIL PROTECTED] Apache 2.2.4 and Vista

2007-03-21 Thread MJ & Bob Ampula
Zorro, Tried your solution but must be doing something wrong. Still get the Winnt error message during load and the follow up No Apache 2 service found. How did you get around this? Tks. - Original Message - From: [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday

[EMAIL PROTECTED] php files show as text (revisited)

2007-03-21 Thread Evan Platt
So I had everything up and running.. Then I had a issue with PHP, so reinstalled PHP from source. AFAICT, PHP is running fine. # php -v PHP 5.2.2-dev (cli) (built: Mar 21 2007 10:20:00) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies # apachec

[EMAIL PROTECTED] make install does not complete.

2007-03-21 Thread Murali Gadiraju
Hi all I have installed a apache webserver ver 2.0.59 for AIX 5.3 at a install directory /usr/users/sapcs and it worked fine I am trying to install another instance at /usr/users/sapcsc.The configure and make has been completed succesfully. However when I try to do 'make install' the op

Re: [EMAIL PROTECTED] SECOND REQUEST: mod_authnz_ldap.so module

2007-03-21 Thread Dmitri Colebatch
Hi Zac, Not sure if you're still looking for this (I'm playing catch-up), but this config snippet might provide something to compare against: AuthType Basic AuthName "LDAP Authentication" AuthLDAPUrl ldap://ldap/o=users?cn?sub?(objectclass=Person) AuthLDAPBindDN cn=readonly,o=admin

RE: [EMAIL PROTECTED] RewriteCond: cannot compile regular expression

2007-03-21 Thread Huesser Peter
I guess something like [a-zA-Z][0-9][0-9][0-9]\.rewrite\.dev or [a-zA-Z][0-9]{3}\.rewrite\.dev or \D\d\d\d\.rewrite\.dev or \D\d{3}\.rewrite\.dev should work. Pedro > -Original Message- > From: Norman Khine [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 21. März 2007 16:5