Bugs item #1439420, was opened at 2006-02-27 06:02
Message generated for change (Settings changed) made by
peter-endian
You can respond by visiting:
https://sourcefo
rge.net/tracker/?func=detail&atid=725139&aid=1439420
&group_id=132104
Please note that this message will contain a full copy of
the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: S. Yoder (yodersj)
Assigned to: Peter Warasin (peter-endian)
Summary: Can't download Snort rulesets
Initial Comment:
Fresh install of rc8. Attempting to download registered
or community rules for Snort results in a blank page.
>From what I can find this is because I do not have the
proxy software enabled.
In '/home/httpd/cgi-bin/ids.cgi', ine 327 and 356:
&readhash("$/proxy/advanced/settings"
;,
\%proxysettings);
The '/var/efw/proxy/advanced/settings' file does not
exist in my setup. I replaced both of those lines with:
if (-e "$/proxy/advanced/settings") {
&readhash("$/proxy/advanced/settings"
;,
\%proxysettings);
}
and downloading the rulesets now works correctly for
me. The "if file exists" test should allow this
script
to work correctly if the proxy is enabled, however I
have not tested this myself.
------------------------------------------------------------
----------
Comment By: Peter Warasin (peter-endian)
Date: 2006-03-19 16:18
Message:
Logged In: YES
user_id=1159983
hi
great!
thank you very much for this fix.
i include it
peter
------------------------------------------------------------
----------
You can respond by visiting:
https://sourcefo
rge.net/tracker/?func=detail&atid=725139&aid=1439420
&group_id=132104
_______________________________________________
Efw-devel mailing list
Efw-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-devel
|