It may be that response.static_version is enabled but the web server is not setup to handle the resulting URL. Try using your browser's developer tools to see what the URL for the missing files is; if it includes /static/_#.#/some/file.CSS this is your problem. See the deployment section of the web2py book it at least has example for some of the other servers that you can adapt to lighttpd.
On Thursday, June 19, 2014 2:25:43 AM UTC-5, Tobias Morawietz wrote: > > Hi guys, > > I'm new to this group as well as to web2py. So far I'm really happy with > the way it works! > > I managed to run web2py with lighttpd using the fastcgi handler and > configured lighttpd to allow acces over ssl in order to get the admin > interface to work. > > Now I have a problem with the admin interface, as no css or images is > loaded when entering admin. > This problem has been there before but for any page and I already found > out that it had something todo with the mime-type association of lighttpd. > After including the right mime-types in lighttpd.conf everything works now > for normal pages (e.g. the welcome page), but in the admin interface ther > is still no graphics and the pages look ugly... > > Can anybody help me with this one? > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

