autodiscover problem Solved

Helga Mayer helga.mayer at uni-hohenheim.de
Fri May 11 12:35:31 CEST 2012


On 05/10/2012 05:14 PM, Christian Rößner wrote:
>>> I can browse the autodiscover URL from my network. See attached screenshot:
>> but this is a static xml file which I put there for testing (cheating).
>> If I remove it and try execute the wsgi script instead, I get 'not found'.
>>
> Do you see something in apaches error.log file(s)?
The condition <IfModule mod_wsgi.c> apparently was not true.
Re-loading the wsgi module within the virtual clause solved the problem.

<VirtualHost  *:443>
    LoadModule wsgi_module modules/mod_wsgi.so

Though Apache complains with a warning: " module wsgi_module is already 
loaded, skipping"

Helga Mayer
>
>
> -Christian Rößner
>
> ---
> Roessner-Network-Solutions
> Bachelor of Science Informatik
> Nahrungsberg 81, 35390 Gießen
> F: +49 641 5879091, M: +49 176 93118939
> USt-IdNr.: DE225643613
> http://www.roessner-network-solutions.com




More information about the automx-users mailing list