RE: [EMAIL PROTECTED] apache with mod_aspdotnet - vhosts

2007-02-09 Thread Morten Trydal
Thanks to William and Joshua it's working now. Being a apache novice isn't easy :-) The solution makes sense to me when they're put inside the virtualhost tags, but it didn't when I was thinking about putting them into the httpd.conf file. Having / refer to two different folders just didn't make s

[EMAIL PROTECTED] starting apache results an error

2007-02-09 Thread Noah
apache-2.2.4 FreeBSD-6.2 okay this is weird. So I have two ways of starting apache. I could either: 1) use the start script in /usr/local/etc/rc.d/apache22.sh 2) use the start script in /usr/local/apache2/bin/apachectl option1 apache complains of a syntax error from line 127 of /usr/local/a

[EMAIL PROTECTED] How to SetEnvIf matching previous matches

2007-02-09 Thread Lucas Brasilino
Hi all: I'm trying to make a 'AND' beetween two 'SetEnvIf' matches with no success. In mod_setenv docs it says that the 'attribute' field can be the name of an enviroment variable of a previous match. I've tried many configurations with no success. Maybe I'm misunderstading the docs... SetEnvIf

Re: [EMAIL PROTECTED] apache with mod_aspdotnet - vhosts

2007-02-09 Thread William A. Rowe, Jr.
Morten Trydal wrote: > Hello. > > I have a problem getting virtual hosts working properly. > > My vhosts file looks like this, which I think should be correct, although > I'm a programmer and not a server guy. Domain names are as you probably can > see renamed for this post. > > NameVirtualHost

Re: [EMAIL PROTECTED] Timeouts with Threaded Apache 2.2.3

2007-02-09 Thread Sander Temme
On Feb 8, 2007, at 3:08 AM, Neil Martin wrote: so we retested with a dummy module call mod_foo ( attached ) but we still get timeouts. Is this a know issue is the module api in threaded Apache ? You clearly based your mod_foo on mod_example, and just about the only thing you deleted was t

Re: [EMAIL PROTECTED] Apache 2.0 access.log locks

2007-02-09 Thread Sander Temme
On Feb 8, 2007, at 3:01 AM, Rui Pedro Duarte Pinge ((SSI)) wrote: By the way, do you have any idea why version 1.3 did not had an exclusive lock over the access.log? Absolutely no clue whatsoever. S. -- [EMAIL PROTECTED]http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69

[EMAIL PROTECTED] Trying to limit connections per virtual host with mod_cband

2007-02-09 Thread Chirouze Olivier
Hi, I'm trying to use mod_cband... but can't manage to! I've tailed down my conf file to the most simple case with just one virtual host. What I'm trying to achieve is quite simple: I just want to limit the number of concurrent connections per virtual host (a "MaxClient" at the virtualhost level)

Re: [EMAIL PROTECTED] help with libresolv.so.2

2007-02-09 Thread Omar
Unfortunately including "libresolv.so.2" to system library doesn't help me. And i still think that the problem is in configuring functions of apache2 or php-5.1.4. I always have the same error message in browser window: getResponseXML().xml trying to get report. Apache 2.0.55 ./configure --enable

Re: [EMAIL PROTECTED] apache with mod_aspdotnet - vhosts

2007-02-09 Thread Joshua Slive
On 2/8/07, Morten Trydal <[EMAIL PROTECTED]> wrote: Now onto what I think is my problem. What on earth to I write for AspNetMount / "c:/website" and AspNetMount / "c:/wapsite" ? Obviously I can't set / for both of them, but I want to be able to type www.site1.com as well as wap.site1.com into t

[EMAIL PROTECTED] Help with mod_rewrite

2007-02-09 Thread Frank Arensmeier
Hello. I apologize if this has been asked before. Based on the requested url, I am trying to map those urls to my file system. I have come up with the following Rewrite rule (in my htaccess file)so far: RewriteRule ^(se|en|us)/(.+) /$2 [E=LANG_CODE:$1] As you can see, my site is been transl

RE: [EMAIL PROTECTED] help with libresolv.so.2

2007-02-09 Thread Boyle Owen
> -Original Message- > From: Omar [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 08, 2007 10:35 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] help with libresolv.so.2 > > HI All! > I have my apache -2.0.55 installed with php-5.1.4 on > RHEL4_64-bit platform. > It wo

[EMAIL PROTECTED] mod_proxy+weblogic

2007-02-09 Thread arun kumar
Hi all, I am using apache 2.2 and weblogic is my backend Below find the configuration in httpd.conf file ProxyPassReverse /janus balancer://test/ BalancerMember http://10.249.68.24:9001/test BalancerMember http://10.249.68.23:7009/test ProxyPass /janus balancer://test

Re: [EMAIL PROTECTED] IP-based SSL virtualhosts problem - with attachment

2007-02-09 Thread bruno alves teixeira
Hi there, it's working fine after all. I guess it was the NameVirtualHost directive. Thank you very much for help. Take care. > On 2/8/07, bruno alves teixeira <[EMAIL PROTECTED]> wrote: >> Hi Joshua, >> >> the certificates are now different for each virtual host - I sent a >> different file ea