NSTI installation on Rocky OS - Getting Forbidden error
Posted: Fri Dec 29, 2023 2:19 am
Hi,
We have installed NSTI on rocky os, however getting below error on when we trying to open console.
Error:
Forbidden
You don't have permission to access this resource.
As mentioned in viewtopic.php?t=46631, i have replaced the lines with below content on /etc/httpd/conf.d/nsti.conf and restarted httpd.
<Directory "/usr/local/nsti">
Require all granted
</Directory>
But after making these changes start getting different error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.server error.
So I reverted the changes.
mod_wsgi (pid=1883788): Failed to exec Python script file '/usr/local/nsti/wsgi.py' error occurred in /var/log/httpd/error_log file.
Could you please help to troubleshoot this issue.
Thank You
We have installed NSTI on rocky os, however getting below error on when we trying to open console.
Error:
Forbidden
You don't have permission to access this resource.
As mentioned in viewtopic.php?t=46631, i have replaced the lines with below content on /etc/httpd/conf.d/nsti.conf and restarted httpd.
<Directory "/usr/local/nsti">
Require all granted
</Directory>
But after making these changes start getting different error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.server error.
So I reverted the changes.
mod_wsgi (pid=1883788): Failed to exec Python script file '/usr/local/nsti/wsgi.py' error occurred in /var/log/httpd/error_log file.
Could you please help to troubleshoot this issue.
Thank You