Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Installation not successful

Installation not successful

Added by Antony Jiang over 1 year ago

When I install on the Ubuntu 22.04, it crashed. Can anyone let me know what to do next? Thanks in advance

Below is my configuration:

openproject/edition default
postgres/autoinstall install
postgres/db_host 127.0.0.1
postgres/db_port 45432
postgres/db_name openproject
postgres/db_username ************
postgres/db_password nA7xGhx998FwomkdsKnvRgRS8NeHi4NO
server/autoinstall install
server/variant apache2
server/hostname amtx-tick-system.australia-southeast2-a.c.gold-pier-402910.internal
server/server_path_prefix pm.amtxlogistics.com.au
server/ssl yes
server/ssl_cert /etc/ssl/certs/example.com.crt
server/ssl_key /etc/ssl/private/amtxlogstics.com.au.key
server/ssl_ca
repositories/api-key YgQdPjCNp3qDvDVdJFwNDTCnsRPEO9vC
repositories/svn-install skip
repositories/git-install skip
memcached/autoinstall install
openproject/admin_email name@email.com
openproject/default_language en
postgres/addon_version v1

and the output right before the crash.

AH00526: Syntax error on line 2 of /etc/openproject/addons/apache2/includes/vhost/ssl.conf:
SSLCertificateFile: file '/etc/ssl/certs/example.com.crt' does not exist or is empty
Action 'configtest' failed.
The Apache error log may have more information.
ERROR: apache config check failed. See above.

Below is the ssl.conf file

SSLEngine On
SSLCertificateFile /etc/ssl/certs/example.com.crt
SSLCertificateKeyFile /etc/ssl/private/amtxlogstics.com.au.key
RequestHeader set X_FORWARDED_PROTO 'https'


Loading...