graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05896
[Question #274922]: Graphite+Apache2+mod-wsgi, 404 error in webpage
New question #274922 on Graphite:
https://answers.launchpad.net/graphite/+question/274922
Hi,All
I launch my graphite-web server by following step
1. install all pre-requirement packages
2. start apache2 server, it is ok
3. start carbon cache
4. start graphite server by:
PYTHONPATH=`pwd`/storage/whisper sudo ./bin/run-graphite-devel-server.py --port=8086 --libs=`pwd`/webapp /opt/graphite 1
PYTHONPATH=`pwd`/storage/whisper sudo ./bin/run-graphite-devel-server.py --port=8086 --libs=`pwd`/webapp /opt/graphite 1
[sudo] password for weiliang:
Adding /opt/graphite/webapp to your PYTHONPATH
Running Graphite from /opt/graphite under django development server
/usr/bin/django-admin runserver --pythonpath /opt/graphite/webapp --settings graphite.settings 0.0.0.0:8086
Validating models...
0 errors found
November 19, 2015 - 16:44:22
Django version 1.6.4, using settings 'graphite.settings'
Starting development server at http://0.0.0.0:8086/
Quit the server with CONTROL-C.
5. Then I try to access <myhostip>:8086 url, but following error is found on webpage
Not Found
The requested URL / was not found on this server.
And an error is reported on terminal : [19/Nov/2015 16:56:15] "GET / HTTP/1.1" 404 74
Anyone has idea on it?
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.