ReJeCtAll / naxsi

Automatically exported from code.google.com/p/naxsi
Other
0 stars 0 forks source link

Naxsi #77

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Download altest Nginx - Stable (1.4.1) & Naxsi (0.49)
2.Build Nginx with --add-module=/usr/local/src/naxsi-core-0.49/naxsi_src/
3.Stick further to the install guide

What is the expected output? What do you see instead?

I expected to see all the naxsi core and ui files, naxsi rules file etc...but 
instead nothing happens:

The Nginx build runs through without errors, but everything concerning naxsi 
just renders empty results: no files, no folders, only the previously 
downloaded naxsi source stays there, untouched...

When i create the naxsi rules manually, they obviously do not block anything or 
log anything because not a single naxsi file (nx_util for example) is built...

I searched Google for about 2 hours now but could not find a soloution. Any 
Ideas?

What version of the product are you using? On what operating system?
Naxsi 0.49, Ngins 1.4.1, Ubuntu 12.04

Please provide your nginx configuration any additional information below.

--add-module=/usr/local/src/naxsi-core-0.49/naxsi_src/ --prefix=/etc/nginx 
--sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf 
--error-log-path=/var/log/nginx/error.log 
--http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid 
--lock-path=/var/run/nginx.lock 
--http-client-body-temp-path=/var/cache/nginx/client_temp 
--http-proxy-temp-path=/var/cache/nginx/proxy_temp 
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp 
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp 
--http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx 
--with-http_geoip_module --with-http_ssl_module --with-http_realip_module 
--with-http_addition_module --with-http_sub_module --with-http_dav_module 
--with-http_flv_module --with-http_mp4_module --with-http_gunzip_module 
--with-http_gzip_static_module --with-http_random_index_module 
--with-http_secure_link_module --with-http_stub_status_module 
--without-mail_pop3_module --without-mail_smtp_module 
--without-mail_imap_module --with-file-aio --with-http_spdy_module --with-ipv6

Original issue reported on code.google.com by moritz.f...@gmail.com on 23 Jun 2013 at 6:25

GoogleCodeExporter commented 8 years ago
I now downloaded nx_util 1.0 from this website and tried again, it runs through 
but does not parse anything into it's sqlite database. 

Further Details:

I am running Owncloud with my Nginx Server. When using owncloud, the log files 
show nothing, the naxsi rules are not working (i double checked the 
configuration, it is similar to the guide i used in this site's wiki)

Original comment by moritz.f...@gmail.com on 23 Jun 2013 at 10:47