Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Unable to get OrangeScrum working on different port

28 views
Skip to first unread message

The Haag (iHaag)

unread,
Feb 10, 2023, 7:49:51 AM2/10/23
to Orangescrum Community Support
Hi all,

I have a server that is running Apache2.4, with php7.4 but i am unable to load orangescrum past the database configuration, i get 'internal error', i have practiced with another server and it works fine, this apache2.4 server however I am running virtual hosts, i am loading the site like this:

<VirtualHost *:5001>
        ServerName orangescrum
        ServerAlias orangescrum.domainname.com
    DocumentRoot "C:/Apache24/htdocs/orangescrum"
    DirectoryIndex index.php
       <Directory "C:/Apache24/htdocs/orangescrum">
    Require all granted
    </Directory>
    ErrorLog "C:/Apache24/htdocs/orangescrum/logs/error.log"
    CustomLog "C:/Apache24/htdocs/orangescrum/logs/access.log" common
        SSLEngine On
        SSLCertificateFile "C:/Apache24/conf/ssl/repl_3.crt"
    SSLCertificateKeyFile "C:/Apache24/conf/ssl/wildcard.key"
</VirtualHost>

Do i need to add something to get orangescrum working with this setup in contants.php?
Reply all
Reply to author
Forward
0 new messages