aroundmyroom
Forum Replies Created
-
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] http versus httpsRewriteCond %{HTTPS} on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]let check if that will fix it
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] http versus httpsSo actually you are telling me that wp_get_attachment_image() is getting its https from a user? even when I am not using https ..
uhm…
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] http versus httpsit has to do with
**insta-image-link**
99% its giving https:// (correct)
1% its giving https:// (incorrect, not wanted yet)Forum: Fixing WordPress
In reply to: the word ‘Array’ is appearing everywhere in the dashboardthat code fixed the issue !! .. wow.. that should be applied to a new version ..
note: I just installed a fresh wordpress 2.2.x and had the array issue directly from the beginning.. Running CentOS with BlueQuartz..
Forum: Everything else WordPress
In reply to: apache wordpress and zombiesI will report the ‘bug’ ..
Temp solution found through irc wordpresshttps://www.aroundmyroom.com/playground/2006/08/10/zombies-httpd-wordpress-archives-exec-php/
Forum: Everything else WordPress
In reply to: apache wordpress and zombiesoh it’s not that I cannot solve the zombies to disappear
/etc/rc.d/init.d/httpd restart does the jobbut zombies should not be there. When Googling they say it’s bad programming / bad software ..
There must be something inside WordPress that reacts on (probably requests on Googlebots / Yahoo-bots or any bot)
https://www.xxxxxx.com 72.30.215.145 – – [10/Aug/2006:14:22:56 +0200] “GET /playground/2006/08/04/css-troubles/ HTTP/1.0” 200 33150 “-” “Mozilla/5.0 (compatible; Yahoo! Slurp; https://help.yahoo.com/help/us/ysearch/slurp)”
https://www.xxxxxxxxxx.com 213.219.170.12 – – [10/Aug/2006:14:32:02 +0200] “GET /playground/2005/08/ HTTP/1.0” 200 48109 “-” “NutchCVS/0.8-dev (Nutch; https://lucene.apache.org/nutch/bot.html; [email protected])”
and here it’s just creating a zombie within Linux ..
and that’s someting I want to know. Why is it happening and how to prevent it from happening.
It’s something in WordPress.Forum: Everything else WordPress
In reply to: apache wordpress and zombiesI just discovered that the visit of Google-Bot is creating a lot of Zombies on the Linux machine when indexing the archives …
Anyone?