Friday, January 17, 2003

now in myserv packages for web installed are
apache 2.0.43
php 4.3.0
mysql 3.23.54

will install
- phpnuke latest version
- webalizer latest version
- and mrtg latest version :)
Jan 15, 2003
Finding suitable configuration for installing php module

Jan 16, 2003
Download php source from php.net
read the README and do
install php with command
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/mysql' '--with-gd' '--with-zlib-dir=/usr/include/zlib.h'
make
make install

for gd after I installing supported packages like freetypefont, libpng, xpm and other read the README

create file phpinfo.php
phpinfo();
?>

execute lynx http://localhost/phpinfo.php
and success...

Tuesday, January 14, 2003

tomorrow will install mod_php
I am not adding httpd and mysql to inetd because of some reason:
not good to start inetd and mysql from inetd
don't know how to start mysql from inetd
Install apache web server
very..very .vvery easy just follow the README and now running in daemon mode...
Jan 12, 2003
Installation of LIDS (linux intrusion detection system) canceled due to no lids version available for my kernel version 2.5.3

Monday, January 13, 2003

By today I will submit describe in my logs how to install application in my server
Make myllinux server can't reply when pings by another machine by adding
echo "1" > /proc/sys/net/ipv4/icmp_echo_ignore_all
Jan 10, 2003
Install package iptables for filtering use -- done installing but don't know how to use it altough already read man. and visit www.netfilter.org
Install firewall named portsentry and using the option package filtering using iptables (after editing portsentry.conf)
Jan 9, 2003
I want to run mysqld as a part of inetd but when I restart inetd the the mysqld not running
so I run mysqld as a standalone server (daemon)