SoFunction
Updated on 2025-03-01

Online rss reading aggregator lilina-0.7 installation notes

from/lilina/lilina-0.?downloadDownload lilina latest version lilina-0. from/get/php-4.3./from/a/mirrorand/httpd/Download php-4.3. and apache_1.3., and use ftp to place three files on the server (/funpower)


1. Install apache and php

#tar zxvf apache_1.3.
#tar zxvf php-4.3.
#cd apache_1.3.33
#./configure --prefix=/usr/local/apache
#cd php-4.3.9
#./configure --with-apache=../apache_1.3.33 --with-mysql --disable-debug --enable-track-vars
#cp -dist /usr/local/lib
#cd /usr/local/lib
#mv -dist
#cd apache_1.3.33
#./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/
#make
#make install

Configure /usr/local/apache/conf/
join in:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
And modify the following items:
Servername funpower_info.
DirectoryIndex

Add apache to the startup item:

#ee /etc/
Add the following line:
/usr/local/apache/bin/apachectl start

Restart the server and create a new one under /usr/local/apache/htdocs, with the content of, and then enter/, If you can see the information of php-4.3.9, the apache and php installation are successful.


2. Install lilina-0.7

Delete the comprehensive content under /usr/local/apache/htdocs, copy the content under lilina0.7 folder and make the following modifications:

#chmod 777 cache
#chmod 777 .
#chown -R nobody:nobody htdocs

The configuration file, the content is as follows:

$BASEURL  = '' ; // no trailling slash!
$USERNAME = 'funpower' ;  //Change your own
$PASSWORD = '123456789' ;  //Change your own
$SITETITLE = "funpower blog" ;  //Change your own
$OWNERNAME = "guanjianfeng" ;  //Change your own
$OWNEREMAIL = "guanjianfeng@" ;  //Change your own

$DATAFILE = './.' ;  //Not modified
$TIMEFILE = './.' ;  //Not modified

$GOOGLE_KEY = '' ; // Use your Google WEB APIs key here. For info visit /apis/

/*
        IMPORTANT NOTE! Setting ENABLE_DELICIOUS to 1 will make lilina poll for tags.
        THIS MAY RESULT TO BANNING YOUR IP!!!
        Until officially allows such use, it is better to leave this to 0.
*/
$ENABLE_DELICIOUS = 0 ;

/*
        Default cache expiration is set to 1 hour.
        This can be overriden by loading ?force_update=1
*/
define('MAGPIE_CACHE_AGE',60 * 60);
?>

Save and exit. Restart the server, open the home page, and you will see the page of lilina-0.7. Enter the management interface to subscribe to your favorite rss :)


Reference article
/article/data/2/