Added Agent Time Detail report
Added functions.php with a function to format seconds into HH:MM:SS Fixed sidebar display bug in several scripts git-svn-id: svn://192.168.202.10@1124 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -166,11 +166,12 @@ wget http://www.openssl.org/source/openssl-0.9.8k.tar.gz
|
||||
gunzip openssl-0.9.8k.tar.gz
|
||||
tar xvf openssl-0.9.8k.tar
|
||||
cd openssl-0.9.8k
|
||||
./config
|
||||
./config --prefix=/usr
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
|
||||
cd /usr/local
|
||||
wget http://subversion.tigris.org/downloads/subversion-1.5.2.tar.gz
|
||||
gunzip subversion-1.5.2.tar.gz
|
||||
@@ -200,7 +201,7 @@ gunzip httpd-2.2.11.tar.gz
|
||||
tar xvf httpd-2.2.11.tar
|
||||
cd httpd-2.2.11
|
||||
make clean
|
||||
./configure --prefix=/usr/local/apache2 --enable-ssl --enable-setenvif --enable-so --with-apxs2 --enable-dav --enable-maintainer-mode
|
||||
./configure --prefix=/usr/local/apache2 --enable-ssl --enable-setenvif --enable-so --with-apxs2 --enable-dav --enable-maintainer-mode --with-ssl=/usr/local/ssl
|
||||
make
|
||||
make install
|
||||
mkdir /usr/local/apache2/conf/ssl.key
|
||||
@@ -214,7 +215,7 @@ openssl rsa -in /usr/local/apache2/conf/ssl.key/server.key.cpy -out /usr/local/a
|
||||
|
||||
cd ../php-5.2.9
|
||||
make clean
|
||||
./configure --with-mysql=/usr/local/mysql --enable-inline-optimization --enable-memory-limit --enable-track-vars --enable-libgcc --enable-sysvsem --with-openssl --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib
|
||||
./configure --with-mysql=/usr/local/mysql --enable-inline-optimization --enable-memory-limit --enable-track-vars --enable-libgcc --enable-sysvsem --with-openssl=/usr/local/ssl --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib
|
||||
make
|
||||
make install
|
||||
cp php.ini-dist /usr/local/lib/php.ini
|
||||
|
||||
Reference in New Issue
Block a user