Page 1 of 1

Unabel to Start the Orange HRM service

Posted: Fri Dec 11, 2020 3:19 am
by tigersojib
Hi All,

I need help. I have installed my OpenSource on a CentOS 7 server. After all the installation, I still see the default Apache webserver page.
When I try to access the application via HTTP://<IP> I don't see the OrangeHRM page. It goes to default Apache webserver Test page.

I have followed this link for the installation.

https://github.com/akashkroy/OrangeHRM-in-CentOS-7


I think webserver is not reading the code on /var/www/html folder.

Need some urgent help here.

Re: Unabel to Start the Orange HRM service

Posted: Wed Jan 06, 2021 7:10 am
by rajitha
Hi
Can you try move OrangeHRM source code into /var/www then?
Please download the latest release from https://sourceforge.net/projects/orange ... t/download.

Or you can check your default document root in /etc/httpd/conf/httpd.conf and change current DocumentRoot to DocumentRoot "/var/www/html".
And restart apache service httpd restart.