[EMAIL PROTECTED] Re: Apache-Jboss Connector - file was not found

2007-01-24 Thread Alessandro Ilardo
iguration? Something related to cookies or session id? Thanks again for your help. Alessandro Ilardo Serge Dubrouski ha scritto: On 1/23/07, Alessandro Ilardo <[EMAIL PROTECTED]> wrote: I'm trying to set up an AJP connector between Apache 2 (red hat) and Jboss 3.2 (windows server)

Re: [EMAIL PROTECTED] Apache-Jboss Connector - file was not found

2007-01-24 Thread Alessandro Ilardo
or your help. Alessandro Ilardo Serge Dubrouski ha scritto: On 1/23/07, Alessandro Ilardo <[EMAIL PROTECTED]> wrote: I'm trying to set up an AJP connector between Apache 2 (red hat) and Jboss 3.2 (windows server) ServerName server1.domain.com DocumentRoot "/var/ww

[EMAIL PROTECTED] Apache-Jboss Connector - file was not found

2007-01-23 Thread Alessandro Ilardo
related to the session? Thanks in advance Regards Alessandro Ilardo - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail

Re: [EMAIL PROTECTED] Apache named virtual host

2007-01-22 Thread Alessandro Ilardo
make me a code example? Thank you in advance. Regards Alessandro Ilardo Steve Swift ha scritto: Well, as you've documented the content of your httpd.conf, you are not setting different documentroot values in the other virtual hosts! On 21/01/07, *Alessandro Ilardo * <[EMAIL PROT

[EMAIL PROTECTED] Apache named virtual host

2007-01-21 Thread Alessandro Ilardo
Hi there, I can't run any virtual host except for the default. code: NameVirtualHost *:80 ServerName linux.domain.com DocumentRoot /var/www/html ServerName domain-lab.eu

[EMAIL PROTECTED] reverseProxy & name based virtual host

2006-11-29 Thread Alessandro Ilardo
Hello there, I'm trying to set up my Apache 2 as Reverse proxy. But something is wrong in the configuration file: Listen 80 ServerName linux_1.primaryDomain.com ProxyRequests Off Order deny,allow Allow from all ProxyVia On NameVirtualHost *:80 # Default Virtual Host ServerName lin

[EMAIL PROTECTED] reverse proxy - transfer whole domain

2006-11-24 Thread Alessandro Ilardo
Hello there, I'm trying to set up Apache 2 as reverse proxy. The scenario should be: * a public Apache2 on server_1 which receives all request of www.domainX.cxm and works as reverse proxy * a private Apache2 which actually serves www.domainX.cxm contents All the examples on the web sho