[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache-ssl and mod_dir



Hi Steve,

On Sun, 12 Oct 2003 shrotty@bluemail.ch wrote:

> So for the HTTP virtual host, mod_dir works fine, but for HTTPS, there seems
> to be aproblem. As I said, both are setup identically, so they point to the
> same DocumentRoot (no trailing slash there), both have mod_dir loaded (checked
> this) and both have DirectoryIndex set (checked this, too).
>
> Any idea which little change in 1.3.28-3 could have caused this? Please tell
> me if and what config details to provide.

I did the test with the following config (on top of the default one
from a fresh installation)

Listen 443
Listen 80

NameVirtualHost XXX.159.189.100

<VirtualHost XXX.159.189.100:80>
SSLDisable
DocumentRoot /var/www
ServerName vega.domain.com
ServerAdmin fabbione@fabbione.net
</VirtualHost>

<VirtualHost XXX.159.189.100:443>
SSLEnable
DocumentRoot /var/www
ServerName vega.domaind.com
ServerAdmin fabbione@fabbione.net
</VirtualHost>

and i can access everything without any problem. Did i miss something???
The browser does not show anything strange.

Fabio

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp00004.html



Reply to: