this is the output, when I run the command "apache2ctl -S" on my Debian
VM (guest machine), hosted on a Fedora-14 machine ::
###############################################################################
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443 127.0.1.1
(/etc/apache2/sites-enabled/000-default:48)
*:80 is a NameVirtualHost
default server ceibal.uy
(/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost ceibal.uy
(/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost biblioteca.ceibal.edu.uy
(/etc/apache2/sites-enabled/001-biblioteca:3)
###############################################################################
So, what does this indicate? Is the WebDAV configured correctly at least?
If yes, then I just need to figure out the remote access thing (i.e.
accessing webdav shares from the host machine, Fedora-14, via firefox) :-)
Assuming your WebDAV is in /etc/apache2/sites-enabled/001-biblioteca
the answer is no, it is only configured to be listening on port 80,
as opposed to port 443 which is what you were testing.
--
Alex Bligh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]