Re: [EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-02 Thread j k
On Wed, Jul 2, 2008 at 8:14 PM, Eben <[EMAIL PROTECTED]> wrote: > I just setup a new Fedora Core 9 box, running apache 2.2.8. > > I then setup a basic virtual host config using NameVirtualHost *:80 > > My only virtual host looks like: > > > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /home/d

[EMAIL PROTECTED] trouble with vhosts and 2.2.8

2008-07-02 Thread Eben
I just setup a new Fedora Core 9 box, running apache 2.2.8. I then setup a basic virtual host config using NameVirtualHost *:80 My only virtual host looks like: ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/domain/www ServerName domain.com ServerAlias www.domain.com ErrorLog

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread William A. Rowe, Jr.
kalin m wrote: what would this mean: # ./configure --prefix=/etc/httpd --enable-ssl --with-ssl=/usr/local/ssl --enable-rewrite --enable-so --enable-headers --enable-unique-id checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... x86_64-unknown

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
what would this mean: # ./configure --prefix=/etc/httpd --enable-ssl --with-ssl=/usr/local/ssl --enable-rewrite --enable-so --enable-headers --enable-unique-id checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... x86_64-unknown-freebsd7.0 chec

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
if i build php with all the things i need it builds fine but at the time of instalaltion here is what happens: # make install Installing PHP SAPI module: apache2handler /etc/httpd/build/instdso.sh SH_LIBTOOL='/etc/httpd/build/libtool' libphp5.la /etc/httpd/modules /etc/httpd/build/lib

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
this is getting to ridiculous levels if i build php only with --with-apxs2=/etc/httpd/bin/apxs then apache starts and httpd/php works ok. anything else added to the configuration - and i tried different stuff - ( --with-mysql=/usr/local/mysql; --with-curl; --with-openssl=/usr) - alone or i

[EMAIL PROTECTED] Balancer Hot Spare

2008-07-02 Thread Tanner Postert
I'm using 2.2.2 trying to set up a hot spare as described here: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass here is my config: BalancerMember http://192.168.200.190 loadfactor=1 BalancerMember http://192.168.200.206 status=+H I get the following error: "Bala

Re: [EMAIL PROTECTED] Possible? Marking balancer members as ERROR if ProxyTimeout exceeded

2008-07-02 Thread Eric Covener
On Wed, Jul 2, 2008 at 3:50 PM, Daniel Ruggeri <[EMAIL PROTECTED]> wrote: > In the WebSphere plugin, a buggy backend with even a hung webcontainer thread > will sit and spin until the user just walks away from the site. > A little OT, but "ServerIOTimeout" is the Websphere Plugin tunable that dic

Re: [EMAIL PROTECTED] Where can I find a binary version of Apache?

2008-07-02 Thread André Warnier
Tan, Liao wrote: [...] Try this : http://h20392.www2.hp.com/portal/swdepot/displayProductsList.do?category=NSM and more specifically : http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW219 It seems to have Apache 2.x with SSL built-in. The generic kind of

[EMAIL PROTECTED] Possible? Marking balancer members as ERROR if ProxyTimeout exceeded

2008-07-02 Thread Daniel Ruggeri
Hello; I am an administrator for several websites. We are using Apache HTTP v2.2.9 as a front end to communicate with WebSphere 6.0 JVM's on the back end. This is all, typically, on Solaris 9. To meet some of the high availability requirements of our applications, we've been using the WebSphere

Re: [EMAIL PROTECTED] httpd php dump

2008-07-02 Thread kalin m
it's all build from source. httpd and php both it is the right apxs.. there is only one... Nick Kew wrote: On Wed, 02 Jul 2008 00:32:18 -0400 kalin m <[EMAIL PROTECTED]> wrote: php was configured with just this : ./configure --with-mysql=/usr/local/mysql --with-apxs2=/etc/httpd/bin/

Re: [EMAIL PROTECTED] Where can I find a binary version of Apache?

2008-07-02 Thread Eric Covener
On Wed, Jul 2, 2008 at 9:39 AM, Tan, Liao <[EMAIL PROTECTED]> wrote: > > Folks, > > Does anybody know where can we find a binary version from apache (any version) > that already has the mod_ssl integrated ready to install in our server? > (HP-UX) > > All source versions when we try to compile usin

Re: [EMAIL PROTECTED] Where can I find a binary version of Apache?

2008-07-02 Thread Arnab Ganguly
Do httpd -v from the dir where the httpd, Apache binary is located.It will tell you the binary version.Try httpd -l for seeing the modules loaded during compile time. Thanks -Arnab On 7/2/08, Tan, Liao <[EMAIL PROTECTED]> wrote: > > > Folks, > > Does anybody know where can we find a binary version

Re: [EMAIL PROTECTED] httpd php dump

2008-07-02 Thread Nick Kew
On Wed, 02 Jul 2008 00:32:18 -0400 kalin m <[EMAIL PROTECTED]> wrote: > php was configured with just this : ./configure > --with-mysql=/usr/local/mysql --with-apxs2=/etc/httpd/bin/apxs Is that the right apxs? It's not where Apache would (normally) put it, so I guess it's from a FreeBSD package.

Re: [EMAIL PROTECTED] Re: httpd php dump

2008-07-02 Thread kalin m
i'd be assuming than that i'd need to build an older apache. this is probably a stupid question but is there anybody out there that is using apache 2.2.9 + php 5.2.6 (as DSO) on freebsd 7 amd64 (multi processor) without problems? thanks... kalin m wrote: sure. ./configure --prefix=/etc/ht

Re: [EMAIL PROTECTED] Incorporating apr-1.3.2 into httpd-2.2.9 build

2008-07-02 Thread John A Parker
William, Thanks for your response. Severin Gehwolf posted an answer about issues with obsolete bash versions. Using a current bash solved my problem. John At 02:48 PM 7/1/2008, you wrote: John A Parker wrote: I can see where this is an acknowledged issue fixed in apr-1.3.2. What I can't fin

Re: [EMAIL PROTECTED] Incorporating apr-1.3.2 into httpd-2.2.9 build

2008-07-02 Thread John A Parker
Hi Severin. You were absolutely correct... the installs failed on both Solaris 5.8 and 5.9 systems. Both were using bash-2.0.17. I built and used bash-3.2 and the installs worked correctly. THANKS! John At 02:39 AM 7/2/2008, you wrote: Hi! > Making install in apr-util > make[2]: Entering

[EMAIL PROTECTED] website statistics program, requests per seconds

2008-07-02 Thread Sebastian Reitenbach
Hi, I usually use analog, and report magic, to built some website statistics, but this only makes statistics down to 5 minute intervals. I already tweaked it to make it minutewise, but I'd like to see an overview, where I have a list of a graph, showing me the requests per seconds. Anybody can

[EMAIL PROTECTED] Where can I find a binary version of Apache?

2008-07-02 Thread Tan, Liao
Folks, Does anybody know where can we find a binary version from apache (any version) that already has the mod_ssl integrated ready to install in our server? (HP-UX) All source versions when we try to compile using the option to enable ssl, we got several errors... Thank you! Ingrid ---

Re: [EMAIL PROTECTED] http response without parsing the header

2008-07-02 Thread Eric Covener
On Wed, Jul 2, 2008 at 7:21 AM, apache a <[EMAIL PROTECTED]> wrote: > does apache have a feature, where a response is given without parsing the > header at all. > > also, if there is header parsing, which module should i check > mod_asis or nph-* cgi might be what you're looking for. -- Eric C

[EMAIL PROTECTED] http response without parsing the header

2008-07-02 Thread apache a
does apache have a feature, where a response is given without parsing the header at all. also, if there is header parsing, which module should i check aa9160

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Sylvain Viollat
Hi Severin thanks for your answer, but I'm still getting arguments in the URL when redirect is done. Unfortunately I'm not that good at mod_rewrite... Sylvain Severin Gehwolf wrote: Hi! thaznks for your answer. I've try to use : RedirectMatch /.* http://www.mydomain.com Unfortunately, I'

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Severin Gehwolf
Hi! > thaznks for your answer. I've try to use : > > RedirectMatch /.* http://www.mydomain.com > > Unfortunately, I'm still getting redirect with the arguments I pass in > the URL. How about using RewriteRule (mod_rewrite) like the following: RewriteEngine On RewriteRule ^/.*$ http://www.your

Re: [Fwd: [EMAIL PROTECTED] Redirect URL with arguments]

2008-07-02 Thread Sylvain Viollat
Hi Matus, thaznks for your answer. I've try to use : RedirectMatch /.* http://www.mydomain.com Unfortunately, I'm still getting redirect with the arguments I pass in the URL. Thanks, Matus UHLAR - fantomas wrote: On 30.06.08 14:29, Sylvain Viollat wrote: Thanks for your answer. I've try t