跳至主要内容

安装新server

apt-get install mysql-server mysql-client
apt-get install apache2-mpm-worker

apt-get install libapache2-mod-fastcgi php5-fpm php5
a2enmod actions fastcgi alias
===if this file  do not exist, create it. ====
vi /etc/apache2/conf.d/php5-fpm.conf

copy :
       
                AddHandler php5-fcgi .php
                Action php5-fcgi /php5-fcgi
                Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
                FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization
       
in it.
cd /tmp
wget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.0-alpha2/phpMyAdmin-4.0.0-alpha2-all-languages.tar.gz/download#
 tar xvf download
rm download
mv phpMyAdmin-4.0.0-alpha2-all-languages/ /var/www/phpmyadmin

apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-cli php-apc
cd /var/www

wget -O apc.php http://svn.php.net/viewvc/pecl/apc/trunk/apc.php?revision=325483&view=co
vi /etc/php5/conf.d/20-apc.ini
then modify it:
vi /var/www/apc.php
add login and password for this page.

add this :
apc.shm_size=1024
cause the default size is too small.

service php5-fpm restart
service apache2 restart

there is some tutorial for ngnix/apache:
http://www.howtoforge.com/using-php5-fpm-with-apache2-on-ubuntu-12.10


df -h 查看硬盘分配情况
都在home,所以我就简单的在home建了一个spoop的文件夹
然后:
svn co http://svn.addepi.fr/spoop/branches/simplified/ spoop
vi /etc/apache2/sites-available/spoop
把下面的内容copy进去:


DocumentRoot "/home/spoop"
ServerName test.spoop.fr
ServerAlias test.spoop.fr
ServerAdmin webmaster@addepi.fr
CustomLog /home/log/spoop.fr.access.log combined
ErrorLog /home/log/spoop.fr.error.log


        order allow,deny
        allow from all
        DirectoryIndex index.html
        AddHandler php-fpm .php
        Options -Indexes

然后


a2enmod rewrite
service apache2 restart

评论

此博客中的热门博文

My childhood

"Each person's life is like a book; some people prefer to savor it slowly, while others like to gradually forget it. Looking back, I want to see if I can discern the trajectory of the world from my seemingly insignificant life. I am a child from the countryside, and perhaps most people cannot understand what my so-called countryside looks like. Indeed, the impressions of the countryside can be very different depending on the country, and moreover, more than 40 years have passed, during these 40 years of rapid development in China. A phrase suddenly comes to mind, 'I see him building tall buildings, I see him feasting, I see everything collapsing.' The place where I was born is a small town in the southwest of China, a town so small that it only has one street, and the widest part is only 3 meters. Paved with stone slabs, worn by many years of use, the slabs are not flat but rather filled with small bumps and hollows, yet strangely smooth. At the end of the street is a ...

youtube script covid

[INTRO - Soft Music Playing] Narrator: "In August 2020, during the COVID-19 pandemic in China, I experienced a series of events that revealed the overbearing, unreasonable, and ignorant aspects of government policies. This story unfolds my observations and experiences in Xinjiang since April, presented in a neutral and factual manner." [Scene Transition - Music Shifts to a More Reflective Tone] Narrator: "April 8th marked the end of my nearly three-month-long home quarantine in Wuhan, as the lockdown was finally lifted. With Xinjiang gradually reopening since March, my work required me to return there as soon as possible." [Visuals: Scenes of Empty Streets in Wuhan, Transitioning to Busy Airports] Narrator: "My journey back to Xinjiang was fraught with delays. The direct flight on China Southern Airlines kept getting postponed. Reluctantly, I had to transit through Xi'an. Before leaving, I reported my health status to the community in Changji City, where I ...

survilliance in china

  Hello everyone, welcome to my YouTube channel. This is my first video, and I'm very happy to meet you all. I come from China, and looking back, time has passed so quickly. I've been in France for almost 20 years. Sometimes, when I chat with friends, I'm surprised at how little the French know about China. What's even more alarming is that the French media follows the narrative of the Chinese official media. This is why I decided to create a YouTube channel to talk to my French friends about the China I know. Since my parents and friends are still in China, and to avoid unnecessary impact on their lives, I've decided not to appear in person for now. This is how I fulfill my long-standing wish. My first episode is about "Digital Surveillance in China.",  Digital Surveillance: In China, using the official App Store is mandatory. Apple's App Store is China-specific, and all data is stored there. Google's App Store is simply inaccessible in China. If ...