Hi,
> > > Apache is configured to listen the port 8082
> > >
> > > Then when I try to connect to
> https://webadmin.foobar.com:8081, I do not
> > > have the AdminSite but my default web site !
> > > (but when I had tried http://webdmain.foobar.com:8081, I have
> the Admin
> > > Site).
> But https://webadmin.foobar.com:8081 does not return the AdminSite.
>
> 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).
>
> How could this problem be solved ?
This is not the case, I have the adminsite running successfully on a
development machine at home. It took me some time though to get the
httpd.conf right.
I have:
<Virtualhost _default_:8081>
ServerName admin.foo.bar
Port 8081
Require SSL
...
</Virtualhost>
In this way, one can _only_ connect to the adminsite using https. If this
doesn't help you out, you may want to post (part of) your httpd.conf here.
Armand.
--
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]