Apache Server 2.4 has dropped the directives
"Order" , "Allow" and "Deny" in favour of the new directive “Require”.
~ all requests denied :
Order deny,allow
Deny from all
2.4 configuration:
Require all denied
~ all requests allowed :
2.2 configuration:
Order allow,deny
Allow from all
2.4 configuration:
Require all granted
sudo add-apt-repository ppa:venerix/pkg
sudo apt-get update
sudo apt-get install tv-maxe
| Top Smartphone Platforms 3 Month Avg. Ending Aug. 2013 vs. 3 Month Avg. Ending May 2013 Total U.S. Smartphone Subscribers Age 13+ Source: comScore MobiLens | |||
| Share (%) of Smartphone Subscribers | |||
| May-13 | Aug-13 | Point Change | |
| Total Smartphone Subscribers | 100.0% | 100.0% | N/A |
| Android | 52.4% | 51.6% | -0.8 |
| Apple | 39.2% | 40.7% | 1.5 |
| BlackBerry | 4.8% | 4.0% | -0.8 |
| Microsoft | 3.0% | 3.2% | 0.2 |
| Symbian | 0.4% | 0.3% | -0.1 |
sudo apt-get install gnome-session-fallback
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update && sudo apt-get install classicmenu-indicator
mail_location = maildir:%h/Maildir
Then , the test :
echo "test" | mutt -s "eMaiL TesT" user@localhost