ReJeCtAll / naxsi

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

naxsi-ui.conf is broken in "ppa:nginx/stable" deb package #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sudo add-apt-repository ppa:nginx/stable
2. sudo apt-get install nginx-naxsi-ui
3. cat /etc/nginx/naxsi-ui.conf

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

Expected:

[sql]
dbtype=mysql
username=naxsi_ui
password=<random-generated-password>
hostname=localhost
dbname=naxsi_ui

[nx_extract]
username=admin
password=<random-generated-password>
port = 8081
rules_path=/etc/nginx/naxsi.rules

[nx_intercept]
port = 8080

Instead "[sql]" is "[mysql]", dbtype is missing, nx_extract username and 
password are missing:

[mysql]
dbtype=mysql
username=naxsi_ui
password=<random-generated-password>
hostname=localhost
dbname=naxsi_ui

[nx_extract]
port = 8081
rules_path=/etc/nginx/naxsi.rules

[nx_intercept]
port = 8080

What version of the product are you using? On what operating system?
 1.2.7-0ubuntu0ppa1~precise

Please provide your nginx configuration any additional information below.

Original issue reported on code.google.com by clemens....@big-consulting.net on 4 Apr 2013 at 10:56

GoogleCodeExporter commented 8 years ago
Hi,

AFAIK, the Naxsi dev team does not publish on this ppa.
Therefore this bug report might be sent to the ppa maintainance team: 

https://launchpad.net/~nginx

Cheers,

Original comment by didier.c...@googlemail.com on 4 Apr 2013 at 1:48