[EMAIL PROTECTED] Problems of charset and file location with VirtualHost, SSL and Reverse Proxy

2007-08-20 Thread via . lej
Hello ! I have some problems using VirtualHost and SSL, please have a look at my log file: --> [Mon Aug 20 17:31:14 2007] [warn] [client 10.0.5.253] No usable charset information: using old HTTP default LATIN1 [Mon Aug 20 17:31:14 2007] [error] [client 10.0.5.253] Error in

Re: [EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-08-19 Thread via . lej
Thanks, so, i give up my system...The easiest way to do what i want is to use: 1)VirtualHost1 without SSL (http://my.server/) 2)Virtualhost2 with SSL (http://admin.server/ with redirection to https://admin.server/) 3)A way to redirect webpages from https://localhost:3000/ to https://admin.server

[EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-08-18 Thread via . lej
Hello ! I've some problems with Virtual Hosts on Apache2, please have a look at my config files: === File sites-enabled/default === > NameVirtualHost * ServerAdmin [EMAIL PROTECTED] Docum

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 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 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

[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