Re: Apache2 with static file

2011-04-05 Thread Steve
I'm not sure what settings you have defined outside the 'VirtualHost' section in your http.conf. My guess is that you haven't set up the permissions to allow access to the static media directory: Order allow,deny Allow from all Also, I can't see your WSGIScriptAlias anywhere? Are you u

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 /home/yongzhen/workspace/www/iStor

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 i