apache2 start server com grafite

1

Eu instalei tudo o que preciso para usar o Graphite e o Graphana

  • Sistema Ipdated
  • instalar o SW ( apt-get install build-essential graphite-web graphite-carbon python-dev apache2 libapache2-mod-wsgi libpq-dev python-psycopg2 )
  • Configurar carbono
  • Instalar e configurar o PostgreSQL
  • Configurar o grafite ( user: graphite, on localhost, engine: django.db.backends.postgresql_psycopg2 )
  • No passo Apache for Graphite: Eu adicionei <VirtualHost *:8080> em /etc/apache2/sites-available/apache2-graphite.conf e adicionou Listen 8080 em /etc/apache2/ports.conf Além disso: %código% %código% %código%

com sudo previleges.

O problema é que quando eu vou para o navegador da web (localhost: 8080) isso me dá um erro:

Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request.

Please contact the server administrator at [no address given] to
inform them of the time this error occurred, and the actions you
performed just before this error.

More information about this error may be available in the server error
log.

Apache/2.4.18 (Ubuntu) Server at localhost Port 8080

esta deve ser a interface web do Graphite, mas não está funcionando. Apache, carbono, postgres estão em execução.

alguma ideia?

    
por Algina 08.04.2017 / 13:37

0 respostas