Http:/localhost de wamp ne fonctionne pas

Bonjour,

je suis etudiante en bioinformatique.
Pour configuer un outil qualitysnp identifie les SNPc (marqueur moléculaire)
ils m'ont demandé de faiire ces instruction
Install Python 2.6 (http://python.org/download/)
Install Django 1.1 (http://www.djangoproject.com/download/)
Install wampserver 2.0i (http://www.wampserver.com/en/download.php)

Download mod_wsgi.so (http://www.bioinformatics.nl/QSNPpp/mod_wsgi.so)
Move mod_wsgi.so to wamp/bin/apache/Apache2.2.11/modules

Download QSNPweb.zip (http://www.bioinformatics.nl/QSNPpp/QSNPweb.zip)
Unzip QSNPweb.zip in the wamp/apps folder

Open the httpd.conf file (wamp/bin/apache/Apache2.2.11/conf\httpd.conf)
Add the following lines (change to match your wamp installation path):

LoadModule wsgi_module modules/mod_wsgi.so
WSGIScriptAlias / "c:/wamp/apps/QSNPweb/apache/django.wsgi"
<Directory "c:/wamp/apps/QSNPweb/apache/">
Order deny,allow
Allow from all
</Directory>

localhost se lance trés bien

mais qu'on jarrive a executer cette instruction:

Open the httpd.conf file (wamp/bin/apache/Apache2.2.11/conf\httpd.conf)
Add the following lines (change to match your wamp installation path):

LoadModule wsgi_module modules/mod_wsgi.so
WSGIScriptAlias / "c:/wamp/apps/QSNPweb/apache/django.wsgi"
<Directory "c:/wamp/apps/QSNPweb/apache/">
Order deny,allow
Allow from all
</Directory>
ces lignes ne permettent plus le demarage de localhost
donc presque j peux faire

1 réponse

  1. Bonjour !

    Assaye

    <Directory "path">
    Order deny,allow
    Allow from 127.0.0.1
    Deny from all
    </Directory>
    0