Hi,
i have one problem with my apache2 work with static file.
In apache2/sites-available file:
<VirtualHost *:80>
ServerName www.imaboy.cn
ServerAlias shop.imaboy.cn
Alias /static /home/yongzhen/workspace/www/iStore/static
</VirtualHost>
I want use apache to route to my static file. It works somehow, like
if i type:imaboy.cn/static, i has the results .in my development
server i opened 8000 port, like that:http://imaboy.cn:8000/ .The
problem is that the static file is not shown, in the command window,
it shows: "GET /static/images/ipad2_6.jpg HTTP/1.1" 200 5175. Anyone
can help me? thanks a lot.
--
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en.