Snort mailing list archives

Re: having issues with the web display after following the FreeBSD,Snort,Acid,MySQL tutorial


From: Unix Rookie <unixrookie () yahoo com>
Date: Sun, 9 Feb 2003 16:51:46 -0800 (PST)

--- twig les <twigles () yahoo com> wrote:
Yeah.  Try the new version here:

http://members.cox.net/tokashsecurity/

Then if you still have problems let us know the error messages
and other relevant info.  This new version is for FreeBSD 4.7
and snort 1.90 so it should be more exact.

there were a few things that needed to be done to get this working.

first i needed to add/reinstall the following packages:

mod_perl-1.27       Embeds a Perl interpreter in the Apache server
mod_php3-3.0.18_3   PHP3 module for Apache
mod_php4-4.3.0      PHP4 module for Apache

i needed to add the php packages with mysql support (i used that gui-ish
interface to do it)

then i needed to to into the httpd.conf file and add the following:

AddModule mod_php.c
AddModule mod_php3.c
AddModule mod_perl.c

LoadModule php3_module        modules/libphp3.so
LoadModule php4_module        modules/libphp4.so
LoadModule perl_module        modules/libperl.so

AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

things seem to be working now... however i do get the following error in the
webpage:

----
Warning: Unknown(): Your script possibly relies on a session side-effect which
existed until PHP 4.2.3. Please be advised that the session extension does not
consider global variables as a source of data, unless register_globals is
enabled. You can disable this functionality and this warning by setting
session.bug_compat_42 or session.bug_compat_warn to off, respectively. in
Unknown on line 0
-----



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: