Alex,

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) :-)


Thanks and Regards,
Ajay




On Wed, Sep 5, 2012 at 12:06 PM, Alex Bligh <a...@alex.org.uk> wrote:

>
>
> --On 5 September 2012 11:57:00 +0530 Ajay Garg <ajaygargn...@gmail.com>
> wrote:
>
>  Does that mean that the webdav is still not properly configured/started?
>> Or it could be a false negative?
>>
>
> It means nothing is listening on port 443 of your localhost address.
> That does not preclude it listening on port 443 of your ethernet
> address.
>
> Try
>  apache2ctl -S
>
> which will tell you the hosts apache think's it has configured, and
> have a look at your logs.
>
> (httpd -S requires other stuff to be set up on Debian)
>
> --
> Alex Bligh
>

Reply via email to