When I try https://192.168.1.169, it takes me to the default Apache HTTP server 
test page.

Below are the default nBox configuration files:

[root@ntopng conf.d]# cat nbox.conf
NameVirtualHost *:80
<VirtualHost *:80>
        ServerAdmin webmaster@localhost

        DocumentRoot /var/ntop/www
        ScriptAlias /ntop-bin/ /var/ntop/ntop-bin/
        <Directory />
              Options FollowSymLinks
              AllowOverride AuthConfig
        </Directory>

        ErrorLog logs/nbox_error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog logs/nbox_access.log combined

</VirtualHost>

[root@ntopng conf.d]# cat nbox.ssl.conf
<VirtualHost _default_:443>

   DocumentRoot /var/ntop/www
   ScriptAlias /ntop-bin/ /var/ntop/ntop-bin/
   <Directory />
        Options FollowSymLinks
         AllowOverride AuthConfig
   </Directory>


ErrorLog logs/nbox_ssl_error_log
TransferLog logs/nbox_ssl_access_log
LogLevel warn
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateFile /etc/pki/tls/certs/nbox.crt
SSLCertificateKeyFile /etc/pki/tls/private/nbox.key
#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
</Files>
<Directory "/var/www/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0
CustomLog logs/nbox_ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

</VirtualHost>


Thank you.
Regards,
Farah


________________________________
From: [email protected] 
<[email protected]> on behalf of Yuri Francalacci 
<[email protected]>
Sent: Tuesday, October 21, 2014 11:35 AM
To: [email protected]
Subject: Re: [Ntop-misc] how can i access nBox

open
https://192.168.1.169
without any additional path
###############################################
Yuri Francalacci   -   [email protected]<mailto:[email protected]>   -   
http://www.ntop.org
"Simplicity is the ultimate sophistication" - Leonardo da Vinci
###############################################

On 21 Oct 2014, at 10:24, Farah Braiteh (Student) 
<[email protected]<mailto:[email protected]>> wrote:

https://192.168.1.169<http://192.168.1.169/ntop-bin/>

_______________________________________________
Ntop-misc mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

Reply via email to