Re: Django Deployment showing list of directory

2017-10-19 Thread sarfaraz ahmed
This is been fixed On Monday, 8 May 2017 15:39:25 UTC+5:30, sarfaraz ahmed wrote: > > Hello Guys, > > After lot of struggle I understood there is no MOD_WSGI file available for > latest version of XAMP which is compiled in VC14. I am not sure how to > compile MOD_WSGI with VC 14 so I gave up >

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
Hey Tom, Thanks, you rightly pointed out right security way to implement django. But currently I am facing issue with implementing whatever way I tried. Please suggest what is wrong in vhost file. Here is my host file. Please take a look WSGIPythonPath C:\Python27\Lib\site-packages

Re: Django Deployment showing list of directory

2017-05-08 Thread 'Tom Evans' via Django users
On Mon, May 8, 2017 at 11:08 AM, sarfaraz ahmed wrote: > Hello Guys, > [ .. ] > This is conf file for Apache >

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
rfaraz ahmed Sent: Monday, May 8, 2017 10:09 AM To: django-users@googlegroups.com Subject: Re: Django Deployment showing list of directory Thanks for your reply This is how it looks like after all the changes made. WSGIPythonPath cannot be under virtua

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
executable. It is to the > site-packages where your dependencies are installed. > > > > *From:* django-users@googlegroups.com [mailto:django-users@ > googlegroups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 9:28 AM > > *To:* django-users@googlegroups.com >

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
:django-users@googlegro > ups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 9:13 AM > > *To:* django-users@googlegroups.com > *Subject:* Re: Django Deployment showing list of directory > > > > I am new to python 2.7 and I see python 3.6 is very differen

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
Subject: Re: Django Deployment showing list of directory I am new to python 2.7 and I see python 3.6 is very different from 2.7. I tried your suggestion. Now my vhost file looks like this WSGIScriptAlias / c:/Apache24/htdocs/testarhamcollections/project1/wsgi.py WSGIPythonPath c:/Apache24/htdocs

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
t; > WSGIPythonPath ${project_path};${project_virtualenv}; > > > > > > *From:* django-users@googlegroups.com [mailto:django-users@ > googlegroups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 8:21 AM > *To:* django-users@googlegroups.com > *Subject:

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of sarfaraz ahmed Sent: Monday, May 8, 2017 8:21 AM To: django-users@googlegroups.com Subject: Re: Django Deployment showing list of directory forgot to mention I m using python 2.7. If you look at link

Re: Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
ttp://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi > > > > > > > > *From:* django-users@googlegroups.com [mailto:django-users@ > googlegroups.com] *On Behalf Of *sarfaraz ahmed > *Sent:* Monday, May 8, 2017 5:09 AM > *To:* django-users@googlegroups.com > *Subject:*

RE: Django Deployment showing list of directory

2017-05-08 Thread Matthew Pava
: Django Deployment showing list of directory Hello Guys, After lot of struggle I understood there is no MOD_WSGI file available for latest version of XAMP which is compiled in VC14. I am not sure how to compile MOD_WSGI with VC 14 so I gave up Now I downloaded Apache 2.4 compiled in VC9 + Python

Django Deployment showing list of directory

2017-05-08 Thread sarfaraz ahmed
Hello Guys, After lot of struggle I understood there is no MOD_WSGI file available for latest version of XAMP which is compiled in VC14. I am not sure how to compile MOD_WSGI with VC 14 so I gave up Now I downloaded Apache 2.4 compiled in VC9 + Python 2.7.13 on my windows server 2016(AWS