Hello,
I am trying to set up WeBWorK on an AWS EC2 instance running Ubuntu 22.04, but I am encountering an issue after completing the installation steps. After following the setup process and configuring Apache, when I try to access WeBWorK using the server's public IP, I get a "Not Found" error in my browser.
I followed the following steps:
1) Installed prerequisites
2) Downloaded WeBWorK: I cloned the WeBWorK repository and placed it under /opt/webwork2 and /opt/pg
3) Apache configuration: Created the required virtual host file for WeBWorK
4) DB Config: I configured MySQL/MariaDB as required
5) Test: I verified that Apache is running properly using systemctl status apache2, and it shows "Active (running)".
6) Attempted to Access WeBWorK:
I tried to access WeBWorK by entering the public IP of my EC2 instance in the browser, but I get the "Not Found" error.
Any assistance or guidance on what I may have missed or how I can resolve this issue would be greatly appreciated. Please let me know if additional information is needed.
Thank you in advance for your help!