Project

General

Profile

Bug #670

Small issues with Prewikka

Added by Emad Alsai over 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
-
Start date:
12/01/2015
Due date:
% Done:

0%

Resolution:

Description

Dear Prelude Team

I do appreciate your work on Prelude-IDS.
I have fully installed the Prelude-IDS on Redhat 6.7 and Prewikka as well, for studying security purpose in order to get a master degree
but when i run the prewikka "prewikka-httpd -p 8001 -a localhost", the there are some errors as shown in text below
_____________________________________________________________________________________________
Traceback (most recent call last):
File "/usr/lib64/python2.6/logging/handlers.py", line 883, in emit
smtp = smtplib.SMTP
File "/usr/lib64/python2.6/smtplib.py", line 244, in init
(code, msg) = self.connect(host, port)
File "/usr/lib64/python2.6/smtplib.py", line 301, in connect
(code, msg) = self.getreply()
File "/usr/lib64/python2.6/smtplib.py", line 345, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
SMTPServerDisconnected: Connection unexpectedly closed
______________________________________________________________________________________________

Did i missed install something?
What I have to do!!
Please I need help.
I'm so sorry for my English

History

#1 Updated by Antoine LUONG over 8 years ago

  • Project changed from PRELUDE SIEM to Prewikka
  • Status changed from New to Assigned
  • Assignee set to Antoine LUONG

Hello,

Please check your [log smtp] section configuration in prewikka.conf.

Regards

#2 Updated by Emad Alsai over 8 years ago

Dear Antoine LUONG

I added the following lines into the configuration of httpd "/etc/httpd/conf/httpd.conf"

<VirtualHost *:80>
ServerName my.server.org
Setenv PREWIKKA_CONFIG "/etc/prewikka/prewikka.conf"
<Location "/">
AllowOverride None
Options ExecCGI

&lt;IfModule mod_mime.c&gt;
AddHandler cgi-script .cgi
&lt;/IfModule&gt;
Order allow,deny
Allow from all
&lt;/Location&gt;

Alias /prewikka/ /usr/share/prewikka/htdocs/
ScriptAlias /prewikka /usr/share/prewikka/cgi-bin/prewikka.cgi

</VirtualHost>

Then I restart the httpd by issuing this command:
service httpd restart

When open Firefox and write http://localhost/prewikka
I got this message:
_____________________________________________________
Forbidden

You don't have permission to access /prewikka on this server.
Apache/2.2.15 (Red Hat) Server at localhost Port 80
_____________________________________________________

Thanks a lot
I really appreciate your help

#3 Updated by Antoine LUONG over 8 years ago

This may be a firewall issue.

For running Prewikka 1.2.6 with Apache, please see the wiki.

#4 Updated by Thomas ANDREJAK almost 8 years ago

  • Status changed from Assigned to Closed

No activity

Also available in: Atom PDF