Hi Guys,
I am running a few webjails using sysutils/iocage and one of the webjail is used as a cdn where we host all our librairies used by our other jails like font awsome and other js scripts etc..
The problem that we have is that we are unable to access any of the files.
Finally, when we add this line to our css file, the font isn't loading
;
The wordpress cron sare also not working..
I have read that having
How do I check the curent status of raw_sockets?
I also need to mention that I have 1 public IP so I use a reverse proxy to send the correct domain to the right jail
Thank you in advance
I am running a few webjails using sysutils/iocage and one of the webjail is used as a cdn where we host all our librairies used by our other jails like font awsome and other js scripts etc..
The problem that we have is that we are unable to access any of the files.
Code:
fetch https://cdn.mydomain.co.uk/wp/themes/flatsome.zip
fetch: https://cdn.mydomain.co.uk/wp/themes/flatsome.zip: Connection refused
Code:
wp plugin install https://cdn.mydomain.co.uk/wp/plugins/gplkit.zip --activate
Downloading install package from https://cdn.mydomain.co.uk/wp/plugins/gplkit.zip...
Warning: Download failed. "cURL error 7: Failed to connect to cdn.mydomain.co.uk port 443: Connection refused"
Code:
@import url(https://cdn.mydomain.co.uk.co.uk/font-awesome/4.6.3/css/font-awesome.min.css)
The wordpress cron sare also not working..
Code:
wp cron test
Error: WP-Cron spawn failed with error: cURL error 7: Failed to connect to myotherdomain.com port 80: Connection refused
allow.raw_sockets=1
enabled could fix this problem..but I don't know for sure..How do I check the curent status of raw_sockets?
I also need to mention that I have 1 public IP so I use a reverse proxy to send the correct domain to the right jail
Thank you in advance