• Manaslu

    (@iamnaran)


    I am using the trial version of azure and i have installed CentOS8. i am having one issue, whenever i tried to access ww.wp.xz.cn themes, i am getting a following error:

    An unexpected error occurred. Something may be wrong with ww.wp.xz.cn or this server’s configuration. If you continue to have problems, please try the support forum.

    I had a similar issue with the localhost with the same environment using virutal box but disabling SELinux fixed it.

    Any suggestions would be greatly appreciated.

    Regards

Viewing 1 replies (of 1 total)
  • Clayton James

    (@claytonjames)

    I had a similar issue with the localhost with the same environment using virutal box but disabling SELinux fixed it.

    It may be related to an SELinux security context that disallows scripts to (httpd) connect by default. You might try researching the SELinux Boolean for “httpd_can_network_connect” to see if that might apply in your situation. The command is usually something like: setsebool -P httpd_can_network_connect on
    to resolve the issue, but a little research might be in order to verify if that is actually the issue.

Viewing 1 replies (of 1 total)

The topic ‘An unexpected error’ is closed to new replies.