Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread via . lej
Ok, i updated to apache2.so i've some problem with RSA, i'm trying to create my own CA autority with the following commands: 1)openssl genrsa -out /etc/ssl/private/inet_ca.key -aes256 1024 2)openssl req -x509 -new -key /etc/ssl/private/inet_ca.key -out /etc/ssl/certs/inet_ca.crt 3)openssl

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread Nick Kew
On Sun, 12 Aug 2007 20:49:31 +0200 [EMAIL PROTECTED] wrote: > I'm using 1.3 because this is the officialy stable release of apache. Who told you that? If it was later than April 2002, they're officially wrong. -- Nick Kew Application Development with Apache - the Apache Modules Book http://ww

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread Vincent Bray
On 13/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm using 1.3 because this is the officialy stable release of apache. Have a read of the section headers here: http://httpd.apache.org/download.cgi 1.3 is officially old :) > I'm just trying to access to https://localhost:3000 through

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread via . lej
I'm using 1.3 because this is the officialy stable release of apache. I'm just trying to access to https://localhost:3000 through http://myserver/site/ (which redirect to https://myserver/site/ in order to handle https://localhost:3000). Thanks! Le Sun, 12 Aug 2007 20:40:22 +0200, Vincent Bra

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread Vincent Bray
On 13/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Ok...so howto do reverse-proxying with apache 1.3 ? Ok...so how about explaining why you need to use 1.3? It truely is ancient, though just reverse proxying doesn't usually need mod_proxy_html anyway. What is it you're trying to achieve?

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread via . lej
Ok...so howto do reverse-proxying with apache 1.3 ? Le Sun, 12 Aug 2007 20:22:01 +0200, Vincent Bray <[EMAIL PROTECTED]> a écrit: > On 13/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hello ! >> >> I'm on Debian Etch with apache debian package installed, i'm trying to >> install mod_pr

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread Sander Temme
On Aug 12, 2007, at 11:15 AM, [EMAIL PROTECTED] wrote: I'm on Debian Etch with apache debian package installed, i'm trying to install mod_proxy_html with the following command: apxs -c -I/usr/include/libxml2/libxml/ -i mod_proxy_html.c As Vincent already mentioned, this module does not wor

Re: [EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread Vincent Bray
On 13/08/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello ! > > I'm on Debian Etch with apache debian package installed, i'm trying to > install mod_proxy_html with the following command: > > apxs -c -I/usr/include/libxml2/libxml/ -i mod_proxy_html.c > > Please have a look at my error mess

[EMAIL PROTECTED] Problem while installaing mod_prox_html via apxs

2007-08-12 Thread via . lej
Hello ! I'm on Debian Etch with apache debian package installed, i'm trying to install mod_proxy_html with the following command: apxs -c -I/usr/include/libxml2/libxml/ -i mod_proxy_html.c Please have a look at my error messages: /usr/include/apache-1.3/http_protocol.h:74: error: expected decl