Re: Nginx with Mailman

2015-03-26 Thread Silvio Siefke
Yes in nginx config is nginx the user. Thank You & Nice Day 2015-03-26 14:23 GMT+01:00 Miguel Clara : > > > On March 26, 2015 1:15:44 PM WET, Silvio Siefke > wrote: > >Hello, > > > >i try to run mailman on nginx over fcgiwrap. > > If you can I would

Nginx with Mailman

2015-03-26 Thread Silvio Siefke
Hello, i try to run mailman on nginx over fcgiwrap. The sock is present on system and has correct rights, but log say me can not find. server { listen 80; listen [::]:80; server_name lists; root /usr/lib64/mailman/cgi-bin; access_log /var/log/nginx/lists.access.log; error_log /var/log/nginx/

Re: download and movie alias

2015-01-11 Thread Silvio Siefke
Hello, On Fri, 9 Jan 2015 23:52:25 + Francis Daly wrote: > location = /download { return 301 /download/; } Thank you it works. Silvio ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

download and movie alias

2015-01-09 Thread Silvio Siefke
Hello, i use static directory for my css files, video files and download directory. I understand not why the link www.example.com/download not work but www.example.com/download/ works. Has someone an idea what is wrong? # video files for all websites location ~ ^/video/(.*)$ { alias

502 Gateway PHP

2014-04-28 Thread Silvio Siefke
Hello, i try to run a database management system and no matters what i use, i become 502 Bad Gateway. the error log say siefke /var/www/siefke/log $ cat error.log 2014/04/29 00:52:05 [error] 20458#0: *1 recv() failed (104: Connection reset by peer) while reading response header from upstream

Re: Commodo SSL

2014-04-18 Thread Silvio Siefke
Hello, On Thu, 17 Apr 2014 15:11:19 -0400 "mex" wrote: > if your site is silviosiefke.com, there is no tls-service available > on port 443 I has checked with nmap, this say me is open. > can you please paste the output of nginx -t / nginx -V ? ks3374456 siefke # nginx -t nginx: the configura

Re: Commodo SSL

2014-04-17 Thread Silvio Siefke
On Thu, 17 Apr 2014 17:43:13 +0200 "B.R." wrote: > Using http://lmgtfy.com/?q=PEM+routines%3APEM_read_bio%3Abad+end+line > I found http://drewsymo.com/2013/11/fixing-openssl-error/ That is fixt. Google I can use, thank you. But i not use google, i open the file and fix this lines. That's not th

Commodo SSL

2014-04-17 Thread Silvio Siefke
Hello, i try to run HTTPS with a commodo ssl certificate. I use the follow tutorial: https://support.comodo.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=1365 I has use cat to write one crt file. The configuration: listen 80; listen 443 ssl spdy; ssl on; ssl_certificate /etc/nginx/

Webdav Access

2014-02-15 Thread Silvio Siefke
Hello, i has read that i can use nginx as webdav server. I has set up the config which was on wiki but the access make me trouble. Can i set so that all is allowed from my dyndns address? Or best authentification with system user? Thank you for help & Nice Day Silvio ___

Re: SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, On Sat, 08 Feb 2014 07:03:33 +0400 "Valentin V. Bartenev" wrote: > Not the same, on your start page link to CSS is relative: > Ah okay the css files. I think it mean html5shiv and human.txt too, but now has links change too https and has rewrite. Now should work. Thank you for help &

Re: SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, On Sat, 08 Feb 2014 06:45:14 +0400 "Valentin V. Bartenev" wrote: > Browser clearly says what is the problem: > "Firefox has blocked content that isn't secure". yes hhh thats true. The easy way never in eyes :) But why in blog so, but on startpage goes? There same http links in head? Th

Re: SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, sorry i forget the website. http://silviosiefke.com/blog https://silviosiefke.com/blog Thank you for help & Nice Day Silvio ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

SSL Question/Error

2014-02-07 Thread Silvio Siefke
Hello, i has set my vhost with ssl and has create a certificate on cacert.org. I use the tutorial on: https://www.mare-system.de/guide-to-nginx-ssl-spdy-hsts/ I has no problems in error log, no in access log all ok, only when i call my blog with chrome or firefox the css files will not be load