I've got all perl (5.16.3) and Apache (Apache 2.2.34) modules installed properly and have all directories and permissions set correctly (at least according to the instructions and in comparison to my currently working WW server of an older version).
Apache starts just fine and and loads all of the perl modules:
Starting httpd: webwork.apache2-config: webwork_server_admin_email for reporting bugs has been set to atsi@up.edu in site.conf webwork.apache2-config: WeBWorK server is starting webwork.apache2-config: WeBWorK root directory set to /opt/webwork/webwork2 in webwork2/conf/webwork.apache2-config webwork.apache2-config: The following locations and urls are set in webwork2/conf/site.conf webwork.apache2-config: PG root directory set to /opt/webwork/pg webwork.apache2-config: WeBWorK server userID is apache webwork.apache2-config: WeBWorK server groupID is apache webwork.apache2-config: The webwork url on this site is https://webwork.atsi.cool/webwork2 webwork.apache2-config: The webwork smtp server address is webwork.apache2-config: The webwork smtp server port is webwork.apache2-config: The webwork smtp server protocol is 'not ssl' WebworkSOAP::WSDL: webwork_directory set to /opt/webwork/webwork2 via $WeBWorK::Constants::WEBWORK_DIRECTORY set in webwork.apache2-config WebworkSOAP::WSDL: rpc_url set to https://webwork.atsi.cool/webwork2_rpc WebworkWebservice: webwork_directory set to /opt/webwork/webwork2 via $WeBWorK::Constants::WEBWORK_DIRECTORY set in webwork.apache2-config
Despite no errors, I cannot load the webwork page. If I attempt to go to https://webwork.atsi.cool/webwork2 I get a 404 error. I can see the requests hitting the apache server by watching the access logs so that leads me to believe there's something wrong with the apache redirects.
I've got a symlink set in /etc/httpd/conf.d/webwork.conf -> /opt/webwork/webwork2/conf/webwork.apache2-config.conf (a copy of the .dist file).
Is there something super simple I'm missing? There seems to be a pretty large gap somewhere which makes me think it's some small thing I missed but I can't for the life of me figure out why it isn't working.
Thanks!