thank you everyone I managed the deployment
Le mar. 7 mai 2019 à 18:48, Subhodeep Das a
écrit :
> Try:
>
> WSGIScriptAlias /test/tc-test /var/www/stage/hello/tc-test/django.wsgi
>
> You shouldn't have trailing slash on first argument.
>
> On Tue, May 7, 2019 at 7:27 PM N'BE SORO wrote:
>
>>
>>
Try:
WSGIScriptAlias /test/tc-test /var/www/stage/hello/tc-test/django.wsgi
You shouldn't have trailing slash on first argument.
On Tue, May 7, 2019 at 7:27 PM N'BE SORO wrote:
>
> Hi I'm a beginner in python and I realized a project in Django. I have
> problems in hosting my project. here is
Remove the spaces in the paths:
WSGIPythonPath / var / www / html / ecommerce /
should be
WSGIPythonPath /var/www/html/ecommerce/
Do the same for the other paths
On Tue, May 7, 2019 at 8:57 AM N'BE SORO wrote:
>
> Hi I'm a beginner in python and I realized a project in Django. I have
> problem
Hi I'm a beginner in python and I realized a project in Django. I have
problems in hosting my project. here is my code in the 000-default.conf
#ServerName #ServerAlias ServerAdmin webmaster @
localhost DocumentRoot / var / www / html / ecommerce WSGIScriptAlias /
/var/www/html/ecommerce/eco
4 matches
Mail list logo