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

      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. Change default Apache,Mysql port 80,3306 to 81 & 3307

Change default Apache,Mysql port 80,3306 to 81 & 3307

Added by Sunil M about 8 years ago

Need to change OpenProject linux installation default Apache,Mysql port 80,3306 to 81 & 3307.
How can i do that in linux ubuntu installation where the installation is at path of

/opt/openproject/


Replies (1)

RE: Change default Apache,Mysql port 80,3306 to 81 & 3307 - Added by Mike Lewis about 8 years ago

Sunil,

Don’t know if you figured this out or not. Here’s where I go for my machine (Ubuntu 16.04 Server):

For MySQL. Mine is found at /etc/mysql/mysql.conf.d/mysqld.cnf. Browse through the file until you find the port number. (port = 3306) Change and restart the MySQL server process.

You will need to go through the OpenProject configuration again to specify the new MySQL port number.

The Apache port number to listen on can be changed by modifying the Apache configuration, usually found in /etc/apache2/ports.conf. (Look for a line that says, Listen 80…) Additionally you might want to also look at the virtual host configuration set up by OpenProject (e.g. /etc/apache2/sites-available/openproject.conf) to make sure that is also configured to the same port number you intend. Restart Apache for changes to take effect.

Hope this helps.

- Mike

  • (1 - 1/1)
Loading...