john564
Posts: 87
Joined: Tue Oct 30, 2012 7:05 am

[How to] set up PHproxy

Sun Apr 28, 2013 5:22 am

# PHproxy on raspberry pi
# tested on Soft-float Debian “wheezy” and standard Hard-float Raspbian “wheezy”
#
youtube videos don't work with this PHproxy
#
# Based upon these blogs
# http://lifehacker.com/5447726/install-p ... cked-sites
# http://www.debian-administration.org/articles/391

Code: Select all

sudo update
sudo apt-get install apache2 -y
sudo apt-get install php5 -y
sudo apt-get install php5-mysql php5-curl -y
sudo a2enmod php5
sudo /etc/init.d/apache2 start
# for info see http://sourceforge.net/projects/poxy/

Code: Select all

cd /var/www
sudo rm /var/www/index.html 
sudo wget http://downloads.sourceforge.net/project/poxy/PHProxy/0.5%20beta%202/poxy-0.5b2.zip
sudo unzip poxy-0.5b2.zip
# open web page
# if your connected to the same router as the Raspberry PI
# put in local IP address of PI e.g. 192.168.0.2
#
# As you know, to get to your PHproxy from the outside world, you gotta do port forwarding
# and get a domain name or use IP address etc etc

Return to “Networking and servers”