Hello all I'm trying to install a virtual web server at my place to host two websites.
I have installed apache and libapache2-mod-wsgi and it works fine. I have a dynamic IP and I'm using a no-ip account and I'm not being able to understand how to configure apache. I already read some tutorials on the web and it's not working. The only thing it works was a tutorial where I changed /etc/hosts file and put wsgi.djangoserver related to my IP (in the tutorial was the public IP and I put local IP used in routers DMZ) and when I put in web browser http://wsgi.djangoserver it didn't show the wsgi app I've created. But when I put mysite.no-ip.org it showed the app I've created to wsgi.djangoserver. When I'm creating VirtualHosts I have <... *:80> or <...*:8080>. And also have others with my no-ip account address <... mysite:80>. Could you help me configuring apache? Thanks. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.