Re: [users@httpd] Apache HTTP Server and Weblogic Plug-in for Apache

2014-12-18 Thread Fabricio Pedroso Jorge
ings and httpd version, I'd say >> you are using 2.2.x because of the module file you use(*mod_wl.so >> instead of **mod_wl_24.so)*, but just to make sure. (on a side note, >> Oracle recommends WLSRequest on instead of SetHandler, you should use it >> too). >&

[users@httpd] Apache HTTP Server and Weblogic Plug-in for Apache

2014-12-16 Thread Fabricio Pedroso Jorge
Hi all, I am trying to configure a test env with an Apache HTTP Server and an Oracle Weblogic 12c Cluster. The configuration is: Apache HTTP Server: 192.168.0.149 Weblogic Cluster..: 192.168.0.129 (2 Clustered Managed Servers in the same server for testing purposes). The configurati

Re: [users@httpd] Apache2 replies with 301 moved permanently when non-default port 80 is used

2011-01-31 Thread Fabricio Gouvea
Thank you Eric, It was not my config, nor the htaccess. But your comment made me realized that would probably be an issue with wordPress (yes, I didn't think it was relevant! sorry). And it was! Wordpress was the one redirecting. I reinstallled it using the port number as the site URL and it now wo

[users@httpd] Apache2 replies with 301 moved permanently when non-default port 80 is used

2011-01-28 Thread Fabricio Gouvea
Hi, My ports.conf has: NameVirtualHost 10.77.0.77:8080 Listen 8080 and sites-available/default has: ServerName mysite.dyndns.org:8080 ServerAdmin webmaster@localhost DocumentRoot /home/ubuntu/wordpress But when I try to connect, either with 10.77.0.77:8080 or mysite.dynd

Re: [EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-28 Thread Fabricio
not expected when using DNS round-robin... :-/ Is mod_jk putting some cookies on browser to force it to access only available apache servers ? Regards Fabricio 2007/11/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi, > Would be more efficient to use mod_jk in load balancing and use: >

[EMAIL PROTECTED] DNS Round-Robin + Apache + Jboss

2007-11-26 Thread Fabricio
rs ? I did some tests with jboss cluster, but I don't know if the session is shared as I need... :-/ Thanks ! Fabricio. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.o

[EMAIL PROTECTED] load balancing method

2006-07-26 Thread Fabricio Luiz Machado
this case ? mod_rewrite don't work (see Joshua answer in message history). Thanks ! Fabricio. ___ Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!

[EMAIL PROTECTED] En: mod_redirect X POST Method [errata]

2006-06-23 Thread Fabricio Luiz Machado
Sorry, the correct subject is: mod_rewrite X POST Method Fabricio. ___ Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! http://br.mobile.yahoo.com/mailalertas

[EMAIL PROTECTED] mod_redirect X POST Method

2006-06-23 Thread Fabricio Luiz Machado
ication is not receiving the POST information (username and password. Is there a workaround for this problem ? Thanks ! Fabricio. ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador ag

RE: [users@httpd] ProxyPass with variables...

2005-06-16 Thread Fabricio Luiz Machado
he proxy these resquests to my application on JBOSS. The RewriteRule above is working, but it rewrites URL on browser´s address bar to "http://client1.app.mydomain.com:8080/b2b"; and I wan´t to preserver the address "http://app.mydomain.com/client1";. Thanks again, Fabrici

RE: [users@httpd] ProxyPass with variables...

2005-06-16 Thread Fabricio Luiz Machado
Ian, It rewrites an URL like "http://app.mydomain.com:8080/client1";, and I wan´t to keep the default port (80) on URL, like: "http://app.mydomain.com/client1";. Understood ? Sorry about my poor english... Regards, Fabricio. --- Ian Huynh <[EMAIL PROTECTED]

RE: [users@httpd] ProxyPass with variables...

2005-06-15 Thread Fabricio Luiz Machado
Thanks Ian, it works. But I can´t use it, because it loads an URL with '8080' port... :-( Are there another way ? regards, Fabricio. --- Ian Huynh <[EMAIL PROTECTED]> escreveu: > > you can use mod_rewrite to change the URL and proxy at the same time. > > add th

[users@httpd] ProxyPass with variables...

2005-06-15 Thread Fabricio Luiz Machado
oxyPass' ? For example: ProxyPass /%{VARIABLE} http://localhost:8080/%{VARIABLE} ProxyPassReverse /%{VARIABLE} http://localhost:8080/%{VARIABLE} Any sugestions will be great... Thanks! Fabricio. __