Re: Web hosting control panel with django

2008-08-27 Thread AndyB
I also keep meaning to look at Pinax but I was rather put off by the apparent focus on social apps (in which I don't currently have much of an interest). I would like to see a some documentation about their proposed standard architecture. Does this exist other than in the current source code? Cur

Re: Web hosting control panel with django

2008-08-27 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-08-12, o godz. 20:48, przez mike171562: > > I was thinking of building a web hosting control panel using django. > Anybody have any thoughts on this, or heard of anyone else doing this? djangohosting.ch has account administrative panel build with Django. You can

Re: Web hosting control panel with django

2008-08-26 Thread Paddy Joy
The problem with using sudo on the www user is that if you are in a shared environment, anyone can upload a web page/script to their website and call the passwd command. If you use mod_wsgi or fcgi with apache you can specify the user that the django app runs under. In my case I am running my app

Re: Web hosting control panel with django

2008-08-26 Thread mike171562
This is the problem I am having, I am currently using sudo for the www user to get around it, but dont think thats a very secure solution. On Aug 20, 12:16 am, Paddy Joy <[EMAIL PROTECTED]> wrote: > I'm also developing a control panel as a personal project for a shared > hosting setup. > > The fe

Re: Web hosting control panel with django

2008-08-19 Thread Paddy Joy
I'm also developing a control panel as a personal project for a shared hosting setup. The features I'm working on at the moment are: DNS - frontend for myDNS Mail - frontend for Postfix (running mysql backend) With user management and vhost management I have hit a bit of a stumbling block. I'm