Closed
Bug 1149596
Opened 11 years ago
Closed 11 years ago
generic7 supercache permissions issue
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Atoll, Assigned: cliang)
Details
(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/862] )
andershol reports:
The problem is probably solved now. But there still seems to be some strangeness in webservers, not sure if it is relevant for your. Running this for the frontpage (which doesn't suppress the cache comments, as the rss-feed does) :
while true
do
wget -qSO- https://hacks.mozilla.org/ 1>temp.txt 2>&1
n=`grep "X-Backend-Server" temp.txt | head -1 | cut -d: -f2 | cut -d. -f1 | sed -e 's/ //g'`
s=`md5sum temp.txt | cut -c1-32`
echo `date +"%Y-%m-%d_%H-%M-%S"` feed-$n-$s.txt >> log.txt
mv temp.txt feed-$n-$s.txt
sleep 5
done
... and greping:
$ grep '<!--.*Super' *.txt | sed -e 's/^\S*-\(\S*\)-[a-z0-9]*\.txt:\(.*\)/\1 \2/' | sort -u
generic1 <!-- Cached page generated by WP-Super-Cache on 2015-03-31 03:05:16 -->
generic1 <!-- Cached page generated by WP-Super-Cache on 2015-03-31 03:38:19 -->
generic2 <!-- Cached page generated by WP-Super-Cache on 2015-03-31 03:10:11 -->
generic3 <!-- Cached page generated by WP-Super-Cache on 2015-03-31 03:23:34 -->
generic4 <!-- Cached page generated by WP-Super-Cache on 2015-03-31 03:33:07 -->
generic5 <!-- Cached page generated by WP-Super-Cache on 2015-03-31 03:27:07 -->
generic6 <!-- Cached page generated by WP-Super-Cache on 2015-03-31 03:40:11 -->
generic7 <!-- File not cached! Super Cache Couldn't write to: /data/www/blog.mozilla.org/wp-content/cache/supercache/hacks.mozilla.org/647789608551a78dce507b2.96859406.tmp -->
generic7 <!-- File not cached! Super Cache Couldn't write to: /data/www/blog.mozilla.org/wp-content/cache/supercache/hacks.mozilla.org/667605288551a7767e6da71.82252770.tmp -->
generic7 <!-- File not cached! Super Cache Couldn't write to: /data/www/blog.mozilla.org/wp-content/cache/supercache/hacks.mozilla.org/799521471551a789dee9b78.98749755.tmp -->
| Assignee | ||
Comment 1•11 years ago
|
||
It looks like setup steps were missed on this node. I've changed file permissions and Super Cache should be working correctly on the server.
Thanks for catching this!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → cliang
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•