Re: [EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-23 Thread Nino Saturnino Martinez Vazquez Wael
|jsessionid nofailover=On Nino Saturnino Martinez Vazquez Wael wrote: Sure here it are, I get the warnings since I also tried adding the loadmodule directive to the vhost config: [EMAIL PROTECTED]:~# apache2ctl -M [Tue Jul 22 20:16:52 2008] [warn] module proxy_module is already loaded, skipping

Re: [EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
; Intel Mac OS X; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16 Nino Saturnino Martinez Vazquez Wael wrote: Hi Frank Thanks for the quick answer, but does'nt it mean when the module are in mods-enabled, it are loaded? Please see the contents of mods-enabled below.. Frank Gingras

Re: [EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
]:~# Frank Gingras wrote: Nino, Your error definitely indicates that it's not loaded. Let's run apache2ctl / apache2 -M, and see what it says. Nino Saturnino Martinez Vazquez Wael wrote: Hi Frank Thanks for the quick answer, but does'nt it mean when the module are in mods-enabled

Re: [EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
I posted my full vhost config, if I hit tomcat directly everything works, but I agree there are something fishy regarding sub sites, like /static/f5ffa9029c78c03cdf54c3b0d4999417-thumb.jpg I've also tried adding this : ProxyPass /static balancer://cluster/static It does not work. Another

Re: [EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-22 Thread Nino Saturnino Martinez Vazquez Wael
Ahh, so you are saying it should work even without the load module stuff? What I figured too... André Warnier wrote: Nino Saturnino Martinez Vazquez Wael wrote: Sure here it are, I get the warnings since I also tried adding the loadmodule directive to the vhost config: That would not work

[EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-21 Thread Nino Saturnino Martinez Vazquez Wael
I get a error about DSO(stating that I have to enable a proxy submodule), it's there for all sub sites, root passes without problems. I have enabled all the proxy modules. Whats wrong? Error msg: [Mon Jul 21 20:40:54 2008] [notice] Apache/2.2.3 (Ubuntu) proxy_html/2.5 mod_ssl/2.2.3

Re: [EMAIL PROTECTED] mod proxy DSO errors(403 forbidden)?

2008-07-21 Thread Nino Saturnino Martinez Vazquez Wael
Hi Frank Thanks for the quick answer, but does'nt it mean when the module are in mods-enabled, it are loaded? Please see the contents of mods-enabled below.. Frank Gingras wrote: Nino, Please load the mod_proxy_html module. Nino Saturnino Martinez Vazquez Wael wrote: I get a error about

[EMAIL PROTECTED] Re: vhost sanity check..

2008-06-26 Thread Nino Saturnino Martinez Vazquez Wael
Going over the config again, I noticed the $ ... I removed that and the shuffled the order of exerciselog.eu and traininglog.dk (and remove the part that set the header for traininglog.dk) and now it works:) Nino Saturnino Martinez Vazquez Wael wrote: I have this in my vhost, now I would

[EMAIL PROTECTED] vhost sanity check..

2008-06-25 Thread Nino Saturnino Martinez Vazquez Wael
I have this in my vhost, now I would expect stuff comming in from exerciselog.eu to have an header with exerciselog.eu as content and it does, however for the traningslog.dk it contains the same (exerciselog.eu), so whats wrong? : VirtualHost *:* ServerName exerciselog.eu ProxyPreserveHost

Re: [EMAIL PROTECTED] Re: howto query which domain?

2008-06-24 Thread Nino Saturnino Martinez Vazquez Wael
. If this is possible another better way id be happy not matter what:) André Warnier wrote: Nino Saturnino Martinez Vazquez Wael wrote: Hi I have a vhost which has several serveraliases, how can I check for which one is being triggered? Something like this: if serveralias=myalias

Re: [EMAIL PROTECTED] Re: howto query which domain?

2008-06-24 Thread Nino Saturnino Martinez Vazquez Wael
or .eu André Warnier wrote: Something like SetEnvIf Host \.([^.]+\.com)$ rdomain=$1 should set an environment variable rdomain to the real domain of the request. Now what you do after that with the rdomain variable... André Nino Saturnino Martinez Vazquez Wael wrote: Hehe, sure

[EMAIL PROTECTED] Re: howto query which domain?

2008-06-23 Thread Nino Saturnino Martinez Vazquez Wael
Hi I have a vhost which has several serveraliases, how can I check for which one is being triggered? Something like this: if serveralias=myalias then{ RequestHeadder add domain myalias } I've tried location, but it does not seem to be the thing.. -- -Wicket for love Nino Martinez Wael

[EMAIL PROTECTED] mod_proxy and preservehosts

2008-06-21 Thread Nino Saturnino Martinez Vazquez Wael
Hi I am running multiple web sites on my server, and I need for the backing application(tomcat) to be able to see which domain the user are coming from. So I have the below configuration. It seems that the first request goes well. But every subsequent request gets the sub url appended so it

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-29 Thread Nino Saturnino Martinez Vazquez Wael
After some wondering, I decided to see if changing domain name would help, I mean going away from having the danish character æ in the domain, and it did. And I actually did not have to use cookie rewrite or domain. So this works too using mod proxy.. Nino Saturnino Martinez Vazquez Wael

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
the mydomain.dk but only via the internal ip address. how do I do this? Thanks in advance.. Nino Saturnino Martinez Vazquez Wael wrote: Davide Bianchi wrote: Nino Saturnino Martinez Vazquez Wael wrote: Hmm, well because I'd like the configuration to be simple (which it arent really now). And wanted

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Replying inline... And thanks for your mail. Krist van Besien wrote: On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Hi I have two applications running in a tomcat instance, I use apaches mod proxy to forward to them accordingly. However I