BASE update
Log into server where Snort web interface (ACID/BASE) is installed as root. Move into <APACHE_DOCUMENT_ROOT> directory and download base-1.1.2.tar.gz archive:
# cd /hsphere/shared/apache/htdocs
# wget http://www.root0.net/snort/base-1.1.2.tar.gz
you can get the latest version from http://sourceforge.net
Unpack it and change owner to root:httpd:
# tar xzf base-1.1.2.tar.gz
# chown -R root:httpd base-1.1.2
Save old BASE version:
# mv base base.old
# ln -s base-1.1.2 base
Now type in your browser http://<YOUR_SERVER_IP>/base
You will see the following page:
Step1
Click "Continue" link and follow instruction.
Step2
Pick a Language and path to ADODB libs.
Examples:
/hsphere/shared/apache/htdocs/adodb for H-Sphere Apache configuration
/var/www/htdocs/adodb for standard Apache configuration
Step3
Step4
Step5
If you get the page:
Step6
Update was finished successfuly.
Home