Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: "Status: 403 Forbidden" cvsweb

$
0
0
Okay,

I added autoindex to my location:

location / {
try_files $uri $uri/ index.php =404;
autoindex on;

I can see all of the files now, but I'm still getting a 403 message when I try browsing to:

http://192.168.213.186/cgi-bin/cvsweb

Error logs are empty.

Access log:

192.168.213.162 - - [23/Sep/2016:01:12:32 +0000] "GET /cgi-bin/cvsweb HTTP/1.1" 301 771 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"
192.168.213.162 - - [23/Sep/2016:01:12:32 +0000] "GET /cgi-bin/cvsweb/ HTTP/1.1" 403 25 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36"

Closer, but not there yet......

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>