獄変LOG | By:水月 (twitter)
※Permission to upload this was given by the artist.
Please support them by liking and bookmarking the original work

seen from Brazil

seen from Ukraine

seen from Ukraine
seen from Ukraine

seen from Ecuador
seen from Yemen

seen from Ukraine
seen from China
seen from Ireland

seen from Czechia
seen from Czechia
seen from Australia

seen from Australia

seen from Malaysia
seen from Brazil

seen from Egypt

seen from United States
seen from United States

seen from United Kingdom
seen from Singapore
獄変LOG | By:水月 (twitter)
※Permission to upload this was given by the artist.
Please support them by liking and bookmarking the original work
たのしいびじゅつてん | By:⌒☆゛
※Permission to upload this was given by the artist.
Please support them by rating and bookmarking the original work
Symfony cache permissions problem
Every time I try to get working symfony2 on a virtualbox I get the same problem. Problem with app/cache and app/log/ folder permisions.
The problem seems to be the difference between the apache user and the php execution user and it's solution is documented here.
In my case, I can't get working with any of 3 possible solutions sf2 doc explains. And the best / easy solution I've found is to change apache's default user to be the same as php. To do it you just need to change this on /etc/apache2/apache2.conf :
# These need to be set in /etc/apache2/envvars User ${APACHE_RUN_USER} Group ${APACHE_RUN_GROUP}
by this:
# These need to be set in /etc/apache2/envvars
User your_user
Group your_group
This way, everybody is accessing the files with the same user / group.
Maybe you should remove the contents on app/cache and app/log after this changes, and restart apache ;-)
Remember this is a valid solution just for your dev environments ;-)
Hope it helps
ハイ、タイムアップ | By:デイルス (twitter)
※Permission to upload this was given by the artist.
Please support them by rating and bookmarking the original work