Re: Stop Django admin

2013-04-07 Thread Thomas Rega
Hi, that is because django tries to resolve this url, which is not possible and also probably not wanted. IMHO you have to use an extra subdomain. - e.g. phpmyadmin.ec2-xx-xxx-xx-x.cumpute-1.amazon… - to deliver such kind of content. It has to be handled beyond the wsgi. BTW: http://stackove

Re: Stop django admin

2013-04-07 Thread Hylda
Problem solved! Thanks! On Saturday, April 6, 2013 11:22:58 PM UTC+2, Hylda wrote: > > Hi all, > > After I switch to apache, I cannot run myphpadmin. I wonder how I can vist > them simultaneously or stop django admin? Thanks so much! > > run sudo yum install mod_wsgi to i

Re: Stop django admin

2013-04-06 Thread Pankaj Singh
After restarting apache server you can visit phpmyadmin at http://:/phpmyadmin/ On Sun, Apr 7, 2013 at 2:52 AM, Hylda wrote: > Hi all, > > After I switch to apache, I cannot run myphpadmin. I wonder how I can vist > them simultaneously or stop django admin? Thanks so much! >