Hello,
The definition of the virtualhost in the httpd.conf file is shown at the
bottom.
When opening the URL https://sympa.archi.fr/printenv, the system seems
to load my personal certificat (the page is locked) but I get only the
regular http variables :
What should I do get also the SSL variables?
Thanks in advance for any suggestion.

DOCUMENT_ROOT="/export/home/sympa"
GATEWAY_INTERFACE="CGI/1.1"
HTTP_ACCEPT="image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
image/png, */*"
HTTP_ACCEPT_CHARSET="iso-8859-1,*,utf-8"
HTTP_ACCEPT_ENCODING="gzip"
HTTP_ACCEPT_LANGUAGE="fr-FR,en"
HTTP_CONNECTION="Keep-Alive"
HTTP_COOKIE="SITESERVER=ID=f24d0dd80cc13ec1e3c09b6dfe149b20;
I_Am_Not_An_Email_Sniffer=Let_Me_In"
HTTP_HOST="sympa.archi.fr"
HTTP_PRAGMA="no-cache"
HTTP_USER_AGENT="Mozilla/4.75 [fr] (WinNT; U)"
PATH="/usr/local/bin:/usr/bin:/bin"
QUERY_STRING=""
REMOTE_ADDR="193.50.232.53"
REMOTE_PORT="2515"
REQUEST_METHOD="GET"
REQUEST_URI="/printenv"
SCRIPT_FILENAME="/export/home/sympa/bin/printenv"
SCRIPT_NAME="/printenv"
SERVER_ADDR="193.50.232.12"
SERVER_ADMIN="[EMAIL PROTECTED]"
SERVER_NAME="sympa.archi.fr"
SERVER_PORT="443"
SERVER_PROTOCOL="HTTP/1.0"
SERVER_SOFTWARE="Apache/1.3.14 (Unix) PHP/3.0.16 mod_ssl/2.7.1
OpenSSL/0.9.6"
TZ="MET"








<IfModule mod_ssl.c>
SSLPassPhraseDialog  builtin
SSLSessionCache         dbm:/usr/local/apache/logs/ssl_scache
SSLSessionCacheTimeout  500
SSLMutex  file:/usr/local/apache/logs/ssl_mutex
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
SSLLog      /usr/local/apache/logs/ssl_engine_log
SSLLogLevel debug
</IfModule>

<IfDefine SSL>
<VirtualHost _default_:443>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /export/home/sympa
ServerName sympa.archi.fr
User sympa
Group listserv
UserDir disabled
ScriptAlias /printenv /export/home/sympa/bin/printenv
ErrorLog /export/home0/apache/gamsau/logs/sympa443.error_log
TransferLog /export/home0/apache/gamsau/logs/sympa443.access_log
<Files ~ "\.(cgi|fcgi|shtml|phtml|php3?)$">
  SSLOptions +StdEnvVars +ExportCertData
</Files>
<Directory "/export/home/sympa/bin">
    AllowOverride All
    Options ExecCGI
    Order allow,deny
    Allow from all
    SSLOptions +StdEnvVars
</Directory>
SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /usr/local/apache/conf/ssl.crt/sympa.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/sympa.key
SSLCACertificatePath /usr/local/apache/conf/ssl.crt/
SSLCACertificateFile /usr/local/apache/conf/ssl.crt/ca.crt
SSLVerifyClient optional
SSLVerifyDepth  10
SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0

CustomLog /usr/local/apache/logs/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

</VirtualHost>

</IfDefine>




--

Anne DURAND

GAMSAU - MAP
UMR CNRS-MCC n° 694
"Modèles et simulations pour l'Architecture, l'urbanisme et le Paysage"

Ecole d'Architecture de Marseille
184 av de Luminy
13288 Marseille Cedex 09
tel : 04 91 82 71 62/70 - fax : 04 91 82 71 71
mel : [EMAIL PROTECTED]
http : www.map.archi.fr

Ce message est signé.
Vous pouvez télécharger le certificat de l'autorité de certification
archi.fr à l'adresse http://www.archi.fr/certif/archi.pem

Signature cryptographique S/MIME

Reply via email to