Author |
Message |
PLU admin Unregistered guest
| Posted on Friday, February 23, 2018 - 5:04 pm: | |
Webmo 17, CentOS 6.8. If I build a job, select an engine (doesn't seem to matter which), at the "Configure Gamess Job Options" select the "Preview" tab and click "Generate" nothing happens. The text field remains blank. Should this field fill in with the current input file that would be generated by the various currently selected options? |
JR Schmidt Moderator Username: Schmidt
Post Number: 604 Registered: 11-2006
| Posted on Friday, February 23, 2018 - 6:18 pm: | |
It definitely SHOULD populate the field, and usually does! Not sure what is going on. Please check the browser console for Javascript errors /warnings and report back. |
PLU admin Unregistered guest
| Posted on Monday, February 26, 2018 - 7:02 pm: | |
Well. Checking the web browser console produced this error: Load denied by X-Frame-Options: https://XXX/cgi-bin/webmo/gaussian.cgi does not permit framing. X-Frame-Options is a http header option honored by most newer browsers to help prevent frame based security issues in web pages. 'grep'ing the various conf files in /etc/http quickly found this line in my ssl.conf: Header always set X-Frame-Options DENY Apparently when I switched apache to default to https with sane options I also set some recommend security related header options. I edited the line to: 'Header always set X-Frame-Options SAMEORIGIN' instead, restarted apache and all is working as expected. |