Alex 1 Follower

The man for all the Stuff.

Quick Links

View Show Available Profiles


Inbox
Image not availableNew designs of Tesobe website (evis)

Hello. These are some new designs of the Tesobe website. Please ignore textual content and things like the wrong flags and such... It's just ideas for different page layouts.

The home screens are there to just have fun with large images and maybe explain possible things. It could fade or transition or something else between different main things we'd like to show off on the home page.

image 

image

image

image

image

image 

Thanks, James 


TESOBE
1 week, 1 day ago, 3 Comments

Image not availableHow to deploy wsgi with apache (feed)

Related to the  previors Post, i hade now to apply from virtualenv to a apache webserver. I used to deployed it with  the WSGI.

For that you need to enable the mod_wsgi in apache2.

To enable it in debian:

1
2
3
apt-getinstall libapache2-mod-wsgi
a2enmod wsgi
services apache2 restart

Now disabling the old mod_python in the configuration files. Add this to the top of your virtualhost file:

1
2
3
4
5
6
7
8
9
10
WSGIDaemonProcess $GROUPNAME python-path=/path/to/django/project/.env/lib/python2.6/site-packages user=apache group=apache processes=2threads=25
WSGIProcessGroup $GROUPNAME
WSGIScriptAlias /"/path/to/django/project/wsgi.py"
Documentroot /path/to/django/project/<Directory /path/to/django/project/><Files wsgi.py>
 Order allow,deny
 Allow from all
 Files>Directory>

This is it. Some details:

Important is to set a  WSGIDaemonProcess, it allows to specifically the resource that the WSGI Process can use. Then the $GROUPENAME(Set it as you like to), so when you have more then one WSGI implementation, that the WSGI no interfering each other. There still some more options possible.


(This is an imported feed item. You can read the original item at http://blog.akendo.eu/deploy-wsgi-virtualenv-django/)

Akendo
3 weeks, 1 day ago, 0 Comments

timiKnight News Challenge: Feowl: Networked data-collection & power cuts monitoring (feed)
Knight News Challenge: Feowl: Networked data-collection & power cuts monitoring:...
(This is an imported feed item. You can read the original item at http://azd325.tumblr.com/post/20116852655)

timi
1 month, 2 weeks ago, 0 Comments

timiHello World (feed)

Hello, to my new blog.

It was build with Jekyll Bootstrap and Twitter Bootstrap. I will try to start to blog about some topics. Some Linux, Source Snippets, ...


(This is an imported feed item. You can read the original item at http://azd325.github.com/2012/03/18/hello-world)

timi
1 month, 2 weeks ago, 0 Comments

timiDjango: Setting Headers in your Response (feed)

Today I found a interesting part in the Django Docs about set and remove of headers in responses.

response=HttpResponse()# Created a HttpResponseresponse['Cache-Control']='no-cache'# Set Cache-Control Headerdelresponse['Cache-Control']# Remove Cache-Control Header

I know that should be do the web server like Apache but sometimes is it nicer (even recommended) to set in some cases the headers in web app directly, to test the behaviour or to make really sure to get the right headers in the response if you don't have anytime access to the server config's or a lazy sys-admin.

FYI:

Set and Remove in the Django Docs

Content-Disposition example


(This is an imported feed item. You can read the original item at http://azd325.github.com/Web/2012/03/21/django-setting-headers-in-your-response)

timi
1 month, 2 weeks ago, 0 Comments

Follows (10)

marceld
TESOBE-Internal
SimonRedfern (Simon Redfern)
stefan (Stefan)
tobias (tobias)
JoKer (Johannes Köhler)
Eviscape-i18n
timi (timi)
Posted
AlexA longer night of work, is about to end. (chatter)
A longer night of work, is about to end.

Alex
1 month, 2 weeks ago, 0 Comments

AlexSomeone some expricen with jetbrains? (chatter)
Someone some expricen with jetbrains?

Alex
3 months, 3 weeks ago, 1 Comments

AlexMerry X-mas everyone! (chatter)
Merry X-mas everyone!

Alex
4 months, 3 weeks ago, 1 Comments

AlexPosting from Android (evis)

Posting from Android, is not so easy.


Alex
5 months, 1 week ago, 0 Comments

AlexHaving hard times with marven (chatter)
Having hard times with marven

Alex
6 months, 1 week ago, 2 Comments

Followers (1)

TESOBE-Internal