Solved.
Thank you, Brian - you showed me the right way.
The error message was ERR_CONNECTION_TIMED_OUT, but the browser shows only
a message like "page could be loaded" (in German).

Two things happend:

   - The new apache default.conf rewrites anything to https
   - In consequence of the misconfiguration of the firewall port 443 was
   closed.


I am not sure whether it's a good idea to make every web2py request an
https request. But this should be discussed by the experts.

Martin

2014-10-05 23:36 GMT+02:00 Brian M <bmere...@gmail.com>:

> What exactly happens when you try to access your pages?  Are you getting
> 404 responses or something else? Besides checking the apache error logs
> take a quick look at the access logs to make sure there isn't a bad rewrite
> rule causing you headaches - I seem to remember that's how I tasked down
> some of my problems in one of my earlier Ubuntu troubles threads to linked
> to.
>
> Brian
>
>
> On Sunday, October 5, 2014 2:41:09 PM UTC-5, mweissen wrote:
>>
>> One of my servers uses Ubuntu 13.04. Today I have changed to Ubuntu 14.04
>> and now it is not possible to access the webpage.
>>
>> There is a lot of discussions about this topic in the net and I tried to
>> follow these hints.
>>
>>
>>    - https://raw.githubusercontent.com/ivandigiusto/web2py-
>>    install/master/setup-web2py-ubuntu-14.04.sh
>>    
>> <https://raw.githubusercontent.com/ivandigiusto/web2py-install/master/setup-web2py-ubuntu-14.04.sh>
>>    - https://groups.google.com/forum/#!topic/web2py/o6OGQRQTN6Y
>>    - http://kb.openstudioproject.com/content/webstuff/apache-
>>    virtual-hosts-not-working-after-upgrading-ubuntu-1204-1404
>>    
>> <http://kb.openstudioproject.com/content/webstuff/apache-virtual-hosts-not-working-after-upgrading-ubuntu-1204-1404>
>>
>>
>> I have modified and renamed the apache conf-file.
>>
>> At last I tried to reinstall web2py with
>>
>>    - https://github.com/web2py/web2py/blob/master/scripts/
>>    setup-web2py-ubuntu.sh
>>
>>
>> The file apache2/error.log doen not help: a lot of warnings, no errors (I
>> think). A *service apache2 restart* generates:
>>
>> [Sun Oct 05 21:00:10.545607 2014] [mpm_worker:notice] [pid 3553:tid
>> 140537261942656] AH00295: caught SIGTERM, shutting down
>> [Sun Oct 05 21:00:11.630530 2014] [ssl:warn] [pid 3816:tid
>> 139642387171200] AH01906: RSA server certificate is a CA certificate
>> (BasicConstraints: CA == TRUE !?)
>> [Sun Oct 05 21:00:11.630587 2014] [ssl:warn] [pid 3816:tid
>> 139642387171200] AH01909: RSA certificate configured for 127.0.0.1:443
>> does NOT include an ID which matches the server name
>> [Sun Oct 05 21:00:11.641844 2014] [ssl:warn] [pid 3817:tid
>> 139642387171200] AH01906: RSA server certificate is a CA certificate
>> (BasicConstraints: CA == TRUE !?)
>> [Sun Oct 05 21:00:11.641864 2014] [ssl:warn] [pid 3817:tid
>> 139642387171200] AH01909: RSA certificate configured for 127.0.0.1:443
>> does NOT include an ID which matches the server name
>> [Sun Oct 05 21:00:11.642723 2014] [mpm_worker:notice] [pid 3817:tid
>> 139642387171200] AH00292: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f mod_wsgi/3.4
>> Python/2.7.6 configured -- resuming normal operations
>> [Sun Oct 05 21:00:11.642743 2014] [core:notice] [pid 3817:tid
>> 139642387171200] AH00094: Command line: '/usr/sbin/apache2'
>>
>>
>> Any ideas?
>> Regards, Martin
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to