You should configure apache to serve static files like this: Alias /static/ /path/to/static
On Dec 13, 6:27 pm, Dragan Espenschied <[email protected]> wrote: > Hi Webpyers, > > I recently tried out the SCGI mode of webpy as described > here:http://webpy.org/install#apachescgi > It worked very well, apart from the fact that the directory "static" was not > served. Any other virtual URL from my script was happily taken care of, only > anything in static was "not found". > > This is probably a bug? > > Best greetings, > Dragan -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
