I normally do
sudo chgrp -R www-data <directory>
on Ubuntu to set a folder writable by the Apache process. What's the Mac OS X equivalent for www-data
?
When moving from a 32-bit to a 64-bit server, will apps take more memory on 64-bit machines because of the increased dataspace?
For static html pages, when the response header from the server is 304 Not Modified, isn't it the server's responsibility to send back only the headers and not the message-body (html content) along with it ?
Whats the point in sending 304 Not Modified if it comes along with the html content too ?
I've upgraded from Ubuntu 9.10 to 10.04 beta 1 and PHP got upgraded from 5.2 to 5.3 Now all my WordPress & Magento sites arent working. I tried retrieving the URL headers from the command line, but HTTP request fails.
Utilizing get_headers in a small script, PHP Warning: get_headers(http://local.vhosts1.com): failed to open stream: HTTP request failed! in get_headers.php on line 12
But HTTP request fails only for WordPress and Magento based sites - not custom written ones. Does this probably have to do with some htaccess directive ?