Snort mailing list archives

Re: No Base with localhost/base in browser


From: Mark Sargent <powderkeg () snow email ne jp>
Date: Mon, 04 Apr 2005 14:05:11 +0900

Mark Sargent wrote:

Harper, Patrick wrote:

Did you extract to base/ under the web root?  I think the latest version
goes to base.<ver> instead of just base/.
-----Original Message-----
From: Mark Sargent [mailto:powderkeg () snow email ne jp] Sent: Tuesday, March 29, 2005 1:23 AM
To: snort-users () lists sourceforge net
Subject: [Snort-users] No Base with localhost/base in browser

Hi All,

below is my base_conf.php settings. I get a blank page in both Firefox/Mozilla when typing localhost/base even though this,
http://localhost.localdomain/base/base_main.php
shows up in the url box.
PHP is working, as I can bring up the NetworkMonitorTool with just entering localhost. I'm following Patrick Harper's Tutorial for Fedora3/Snort/Base/PHP. Perhaps I've missed something fundamental.?
Cheers.

Mark Sargent.

$BASE_urlpath = "/base";

/* Path to the DB abstraction library
*  (Note: DO NOT include a trailing backslash after the directory)
*   e.g. $foo = "/tmp"      [OK]
*        $foo = "/tmp/"     [OK]
*        $foo = "c:\tmp"    [OK]
*        $foo = "c:\tmp\"   [WRONG]
*/
$DBlib_path = "/var/www/html/adodb";

/* The type of underlying alert database
*
*  MySQL       : "mysql"
*  PostgresSQL : "postgres"
*  MS SQL Server : "mssql"
*/
$DBtype = "mysql";

/* Alert DB connection parameters
*   - $alert_dbname   : MySQL database name of Snort alert DB
*   - $alert_host     : host on which the DB is stored
*   - $alert_port     : port on which to access the DB
*   - $alert_user     : login to the database with this user
*   - $alert_password : password of the DB user
*
*  This information can be gleaned from the Snort database
*  output plugin configuration.
*/
$alert_dbname   = "snort";
$alert_host     = "localhost";
$alert_port     = "";
$alert_user     = "snort";
$alert_password = "mysnorter";

/* Archive DB connection parameters */
$archive_dbname   = "snort";
$archive_host     = "localhost";
$archive_port     = "";
$archive_user     = "snort";
$archive_password = "mysnorter";


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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



-----------------------------------------
Disclaimer:  This electronic message, including any attachments, is
confidential and intended solely for use of the intended recipient(s). This message may contain information that is privileged or otherwise protected
from disclosure by applicable law. Any unauthorized disclosure,
dissemination, use or reproduction is strictly prohibited. If you have
received this message in error, please delete it and notify the sender
immediately.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
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=ort-users

Hi All,

yes, thanx Patrick, I extracted to /var/www/html and renamed the dir from base <ver> to just base. Cheers.

Mark Sargent


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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

Hi All,

still need some help with this. Base still won't run. I posted b4 the output that Alejandro asked for. Anything else I can look at, perhaps..? Cheers.

Mark Sargent.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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: