Dúvida configuração servidor de produção

Luis Antonio luisantonio_belo at hotmail.com
Wed Aug 30 23:01:46 BRT 2017


Boa noite a todos,



Estou tentando configurar um servidor para realizar testes no ambiente noosfero que criei e estou com um problema. Após configurar seguindo os passos do arquivo INSTALL.md (com algumas adaptações pois arquivos citados neste não existem mais) eu cheguei à configuração do apache. Segui o mesmo arquivo e quando tento acessar caio na tela "Techinical problems"


<VirtualHost *:80>

  ServerName x.x.x.x:3000

  DocumentRoot /home/noosferoapp/public

  <Directory /home/noosferoapp/public>
    Options FollowSymLinks
    AllowOverride None
    Order Allow,Deny
    Allow from all
  </Directory>

   RewriteEngine On

   RewriteRule ^/$ /index.html [QSA]

   RewriteRule ^([^.]+)$ $1.html [QSA]

   ErrorDocument 503 /503.html

   ErrorLog /var/log/apache2/noosfero.log

   LogLevel warn

   CustomLog /var/log/apache2/noosfero.access.log combined

</VirtualHost>


Olhei os logs e a priori não tinha nada. Espero ter sido claro!


O que isso pode ser? Nunca configurei um servidor antes então...


Att,

Luis Belo
-------------- Pr?xima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-br/attachments/20170831/c1f29f69/attachment.html>


More information about the Noosfero-br mailing list