Install Apache
Setup Apache
<Directory "/var/www/html">
AllowOverride all
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
AllowOverride all
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Install PHP
curl-d
Check PHP
// Test Link
http://Server`s IP/info.php
Install Memcached
Start Memcached
Install Memcached Perl Library
Install perl library for Memcached.
Install Memcached Python Library
Install python library for Memcached.
Restart Apache
Restart the Apache service to reflect changes.
Check Memcache
// Test Link
http://Server`s IP/memtest.php
http://Server`s IP/memtest.php
No comments:
Post a Comment