Re: deploying djnago on apache

2014-08-12 Thread ngangsia akumbo
is the skype ok or facebook ngangsia (at) yahoo.com On Tuesday, August 12, 2014 10:38:32 AM UTC+1, ngangsia akumbo wrote: > > ok thanks bro i am not familia with google chat i have skyp > > skype is ngangsi.richard > > > > On Tuesday, August 12, 2014 10:33:05 AM UTC+1, Sanjay Bhangar wrote: >> >

Re: deploying djnago on apache

2014-08-12 Thread ngangsia akumbo
ok thanks bro i am not familia with google chat i have skyp skype is ngangsi.richard On Tuesday, August 12, 2014 10:33:05 AM UTC+1, Sanjay Bhangar wrote: > > On Tue, Aug 12, 2014 at 2:41 PM, ngangsia akumbo > wrote: > > This is what i have for errors > > > > yems@yems /var/log/apache2 $ ls

Re: deploying djnago on apache

2014-08-12 Thread Sanjay Bhangar
On Tue, Aug 12, 2014 at 2:41 PM, ngangsia akumbo wrote: > This is what i have for errors > > yems@yems /var/log/apache2 $ ls > > access.logerror.logother_vhosts_access.log > access.log.1 error.log.1 other_vhosts_access.log.1 > If you have not added a specific ErrorLog and CustomLog dire

Re: deploying djnago on apache

2014-08-12 Thread ngangsia akumbo
This is what i have for errors - yems@yems /var/log/apache2 $ ls access.logerror.logother_vhosts_access.log access.log.1 error.log.1 other_vhosts_access.log.1 static path - yems@yems /var/www/bluepearlhotel $ ls blog bluepearlhotel event gallery home images manage

Re: deploying djnago on apache

2014-08-11 Thread Sanjay Bhangar
hey Ngangsia, On Mon, Aug 11, 2014 at 7:17 PM, ngangsia akumbo wrote: > i have these configs > > project path > yems bluepearlhotel # ls > blog bluepearlhotel event gallery home images manage.py media static > yems bluepearlhotel # > > > cd /etc/apcahe2/sites-available > > yems sites-av

Re: deploying djnago on apache

2014-08-11 Thread ngangsia akumbo
some help here please On Monday, August 11, 2014 2:47:09 PM UTC+1, ngangsia akumbo wrote: > > i have these configs > > project path > yems bluepearlhotel # ls > blog bluepearlhotel event gallery home images manage.py media > static > yems bluepearlhotel # > > > cd /etc/apcahe2/sites-avai

Re: deploying djnago on apache

2014-08-11 Thread ngangsia akumbo
i have these configs project path yems bluepearlhotel # ls blog bluepearlhotel event gallery home images manage.py media static yems bluepearlhotel # cd /etc/apcahe2/sites-available * yems sites-available # ls* *000-default.conf bluepearlhotel.conf default-ssl.conf testsite.com* *ye

Re: deploying djnago on apache

2014-08-11 Thread ngangsia akumbo
thanks bro On Saturday, August 9, 2014 3:59:15 PM UTC+1, tea...@gmail.com wrote: > > Hello! > > Maybe this "how to" help you! > > http://teago.futuria.com.br/tip/instalando-modulo-wsgi-no-apache-2-com-django-14/ > > Tiago > > On Thursday, August 7, 2014 3:01:47 PM UTC-3, ngangsia akumbo wrote: >>

Re: deploying djnago on apache

2014-08-09 Thread teagom
Hello! Maybe this "how to" help you! http://teago.futuria.com.br/tip/instalando-modulo-wsgi-no-apache-2-com-django-14/ Tiago On Thursday, August 7, 2014 3:01:47 PM UTC-3, ngangsia akumbo wrote: > > nano bluepearlhotel.wsgi > > > import os > import sys > sys.path = ['/var/www/bluepearlhotel'] + s

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
[Fri Aug 08 14:49:13.738547 2014] [:error] [pid 4517:tid 2998897472] [client 19$ [Fri Aug 08 14:49:13.738584 2014] [:error] [pid 4517:tid 2998897472] [client 19$ [Fri Aug 08 14:49:13.738619 2014] [:error] [pid 4517:tid 2998897472] [client 19$ some example of error_log On Friday, August 8, 20

Re: deploying djnago on apache

2014-08-08 Thread François Schiettecatte
You should check your web server's error_log, there might be something there which would help. François On Aug 8, 2014, at 9:40 AM, ngangsia akumbo wrote: > Thanks bro am drawing closer to the solution > i got this error when i types > www.bluepearlhotel.com > > Internal Server Error > > Th

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
Thanks bro am drawing closer to the solution i got this error when i types www.bluepearlhotel.com Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [no address given] to inform

Re: deploying djnago on apache

2014-08-08 Thread Collin Anderson
WSGIScriptAlias / /home/yems/bluepearlhotel.wsgi ServerName bluepearlhotel.com Alias /static /var/www/bluepearlhotel/static/ Order allow,deny Allow from all Require all granted -- You received this message because you are subscribed to the Google Groups "Django users" group. To uns

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
i got this errore yems@yems /etc/apache2/sites-available $ sudo /etc/init.d/apache2 restart * Restarting web server apache2 [fail] * The apache2 configtest failed. Output of config test was: apache2: Syntax error on line 219 of /etc/apache2/apache2.conf

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
apache failed to restart after changing to not py On Friday, August 8, 2014 9:36:04 AM UTC+1, ngangsia akumbo wrote: > > Thanks bro for the help you are giving me > > but after adding that i realease a strange behavior this morning > > my database name is bluepearlhotel on mysql > mi website doma

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
Thanks bro for the help you are giving me but after adding that i realease a strange behavior this morning my database name is bluepearlhotel on mysql mi website domain name i set for apache is bluepearlhotel when i open the bluepearlhotel site name it toke me to the mysql pphpmyadmin , listin

Re: deploying djnago on apache

2014-08-07 Thread Collin Anderson
sorry, my bad, should be: not py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to

Re: deploying djnago on apache

2014-08-07 Thread Collin Anderson
yeah did that work? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@

Re: deploying djnago on apache

2014-08-07 Thread ngangsia akumbo
ahouls i add it like this GNU nano 2.2.6 File: bluepearlhotel.conf WSGIScriptAlias / /home/yems/bluepearlhotel.wsgi ServerName bluepearlhotel.com Alias /static /var/www/bluepearlhotel/static/ Order allow,deny Allow from all Require all granted

Re: deploying djnago on apache

2014-08-07 Thread Collin Anderson
add: Require all granted -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this grou