Giter VIP home page Giter VIP logo

Comments (5)

jadeydi avatar jadeydi commented on June 19, 2024

I think you don't have access for your http server.

from satellity.

mzch avatar mzch commented on June 19, 2024

Hi @jadeydi ,
? I have access to my web server. please test https://prebbs.com
When accessing, satellity pops up 'Not Found.' notification.

from satellity.

mzch avatar mzch commented on June 19, 2024

My config.yaml

default: &default
  name: Open BBS for people who are instrested in the Internet Technology.
  http:
    host: https://prebbs.com
    port: 4000
  database:
    user: satellity
    password: "xxxxxx"
    host: 192.168.207.11
    port: 5432
  github:
    client_id: xxxxxx
    client_secret: xxxxxx
  system:
    attachments:
      storage: "local"
      path: "/srv/satellity/assets"
  recaptcha: # will be ignore if url or secret is blank
    url: https://www.google.com/recaptcha/api/siteverify
    secret: "xxxxxx"
    site_key: "xxxxxx"
  operators:
    - [email protected]
  email:
    verification:
      title: "Register An Satellity Account"
      reset: "Reset Your Satellity Account"
      body: "Your verification code: <b>%s</b>"
  mailgun:
    domain: "mailgun.prebbs.com"
    key: "xxxxxxxx"
    sender: "[email protected]"


development:
  <<: *default
  database:
    name: satellity_dev

test:
  <<: *default
  database:
    name: satellity_test

production:
  <<: *default
  database:
    name: satellity

And started by satellity -e production

from satellity.

mzch avatar mzch commented on June 19, 2024

apache log recored 304.

118.243.18.144 - - [18/Nov/2019:22:33:21 -0800] "GET / HTTP/2.0" 304 96 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36"

What does this mean?

from satellity.

mzch avatar mzch commented on June 19, 2024

Resolved.

This is caused by ProxyPreserveHost On directive in apache config file.
Apparently, Satellity doesn't work with being passed public URL.

Thanks.

from satellity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.