Re: Apache2 with static file

2011-04-05 Thread Steve
using mod_wsgi with Apache? On Apr 5, 8:33 am, yongzhen zhang <4...@live.cn> wrote: > Hi, > i have one problem with my apache2 work with static file. > In apache2/sites-available file: > >         ServerNamewww.imaboy.cn >         ServerAlias shop.imaboy.cn >        A

Re: Apache2 with static file

2011-04-05 Thread Andres Lucena
On Tue, Apr 5, 2011 at 9:33 AM, yongzhen zhang <4...@live.cn> wrote: > Hi, > i have one problem with my apache2 work with static file. > In apache2/sites-available file: > >        ServerName www.imaboy.cn >        ServerAlias shop.imaboy.cn >       Alias /static /

Apache2 with static file

2011-04-05 Thread yongzhen zhang
Hi, i have one problem with my apache2 work with static file. In apache2/sites-available file: ServerName www.imaboy.cn ServerAlias shop.imaboy.cn Alias /static /home/yongzhen/workspace/www/iStore/static I want use apache to route to my static file. It works somehow, like