Dear to all, >> I have error in Running and Configuring Arches.
>> So I've already download mod_wsgi.so file for python2.7 and copied to C:\Program Files\Apache Software Foundation\Apache2.2\modules >> And I've to Edit my Apach httpd.conf file >> In here, How do I edit it ? Please explain and help me line by line in source code. Because of I m not a programmer. :( 1 WSGIScriptAlias /<base_url_name>/path/to/arches_web/wsgi.py 2 WSGIPythonPath /path/to/arches_web/archesproject/virtualenv/ENV/lib/python2.7/site-packages 3 4 <Directory /path/to/arches_web/> 5 <Files wsgi.py> 6 Order deny,allow 7 Require all granted 8 </Files> 9 </Directory> >> I've structure for my project. >> Page URL is ... http://localhost/Arches/index.htm >> Arches Project is .. C:\arches-web\ >> So, line 1 , How do I edit for ... WSGIScriptAlias /<base_url_name>/path/to/arches_web/wsgi.py >> And then, line 2, How do I edit for WSGIPythonPath /path/to/arches_web/archesproject/virtualenv/ENV/lib/python2.7/site-packages >> But I can't see, python2.7 folder is not in ... C:\arches-web\archesproject/virtualenv/ENV/lib >> Only I've ... C:\arches-web\archesproject\virtualenv\ENV\Lib\site-packages\psycopg2-2.4.5-py2.7-win-amd64.egg\ >> In line 4 , How do I edit for <Directory /path/to/arches_web/> >> Finally, Do i make these all of 9 lines copy and replace in httpd.conf located C:\Program Files\Apache Software Foundation\Apache2.2\conf ? >> I mean earse all source (lines) in httpd.conf and paste these 9 lines. >> OR Where do i paste these all of 9 lines in httpd.conf located C:\Program Files\Apache Software Foundation\Apache2.2\conf ? >> If I have to paste these 9 lines, Will I paste in the top of httpd.conf OR bottom of httpd.conf file ? >> Please help me and explain detail cause of I am not a computer programmer. Kyaw Zin Htaw Assistant Researcher Department of Archaeology MYANMAR. -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
