> > But https://webadmin.foobar.com:8081 does not return the AdminSite.
>
> But does
>
> http://webadmin.foobar.com:8082/ return the admin site?
>
> > I think that the problem is a bug with Midgard who test the string
> > "http://webadmin.foobar.com:8081"
> > instead of "webadmin.foobar.com:8081", then the https can not work
> > (according to Midgard, the string https://webadmin.foobar.com:8081 is
> > not the same that the string http://webamin.foobar.com:8082).
>
> That's not it. Midgard doesn't see the http:// or https:// part of the URL
> (nor does any other Apache module).
>
No, http://webadmin.foobar.com:8082/ does not return on my server the
admin site too ! I have tested all the possibilities ;-(
Then I have used the Apache's options, and it works :
<VirtualHost _default_:8081>
ServerAdmin [EMAIL PROTECTED]
Port 8081
SSLEngine on
SSLCertificateFile /usr/local/etc/apache/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/etc/apache/ssl.key/server.key
<Files ~ "\.(cgi|shtml)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/home/httpd/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog /var/log/apache_ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
# NameVirtualHost 137.194.9.151
ServerName webadmin.foobar.com
ServerAlias webadmin.foobar.org webadmin.foobar.net
# Switch off magic quotes - it is required with Midgard
php3_magic_quotes_gpc off
php3_magic_quotes_runtime off
# Configure text parser:
# Change to 'russian' for Russian Midgard
MidgardParser latin1
</VirtualHost>
I do not know if I am using the best optimized options.
Thanks for your help,
Vincent
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]