Hi,
I followed the instructions for installing the orangehrm port, the installation works fine. However when starting the apache2.4 (which works fine as well) I always receive:
Fri Nov 09 16:57:37.338523 2018] [authz_core:error] [pid 1282] [client 127.0.0.1:61015] AH01630: client denied by server configuration: /usr/local/www/orangehrm/
[Fri Nov 09 16:57:37.570702 2018] [authz_core:error] [pid 1282] [client 127.0.0.1:61015] AH01630: client denied by server configuration: /usr/local/www/orangehrm/favicon.ico
Seems to me a typical Apache error , so not necessary something to do with orangehrm I tried already for 2 days, nothing worked.
There are not 1000 ways to install things but if the port show this information and I test it. Then why does it not work, nobody ever tested this or?
These are the instructions:
POST-INSTALL CONFIGURATION FOR OrangeHRM
=====================================
1) Add the following to your Apache configuration, and
restart the server:
For Apache versions earlier than 2.4:
Alias /orangehrm /usr/local/www/orangehrm/
AcceptPathInfo On
<Directory /usr/local/www/orangehrm>
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
For Apache version 2.4.x or above:
Alias /orangehrm /usr/local/www/orangehrm/
AcceptPathInfo On
<Directory /usr/local/www/oranghrm/>
AllowOverride All
Require all granted
</Directory>
2) Visit your OrangeHRM site with a browser (i.e.,
http://your.server.com/orangehrm), and you should
be taken to the setup script, which will lead
you through creating a configuration file and then
setting up OrangeHRM, creating an admin account, etc.
For more information, see the INSTALL DOCUMENTATION:
http://www.orangehrm.com/installation-Linux.shtml
================================================================
Thanks in advance for helping out.
Best Regards,
R
I followed the instructions for installing the orangehrm port, the installation works fine. However when starting the apache2.4 (which works fine as well) I always receive:
Fri Nov 09 16:57:37.338523 2018] [authz_core:error] [pid 1282] [client 127.0.0.1:61015] AH01630: client denied by server configuration: /usr/local/www/orangehrm/
[Fri Nov 09 16:57:37.570702 2018] [authz_core:error] [pid 1282] [client 127.0.0.1:61015] AH01630: client denied by server configuration: /usr/local/www/orangehrm/favicon.ico
Seems to me a typical Apache error , so not necessary something to do with orangehrm I tried already for 2 days, nothing worked.
There are not 1000 ways to install things but if the port show this information and I test it. Then why does it not work, nobody ever tested this or?
These are the instructions:
POST-INSTALL CONFIGURATION FOR OrangeHRM
=====================================
1) Add the following to your Apache configuration, and
restart the server:
For Apache versions earlier than 2.4:
Alias /orangehrm /usr/local/www/orangehrm/
AcceptPathInfo On
<Directory /usr/local/www/orangehrm>
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
For Apache version 2.4.x or above:
Alias /orangehrm /usr/local/www/orangehrm/
AcceptPathInfo On
<Directory /usr/local/www/oranghrm/>
AllowOverride All
Require all granted
</Directory>
2) Visit your OrangeHRM site with a browser (i.e.,
http://your.server.com/orangehrm), and you should
be taken to the setup script, which will lead
you through creating a configuration file and then
setting up OrangeHRM, creating an admin account, etc.
For more information, see the INSTALL DOCUMENTATION:
http://www.orangehrm.com/installation-Linux.shtml
================================================================
Thanks in advance for helping out.
Best Regards,
R