You should use: fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; Or even better: location = /3.cgi { fastcgi_pass fastcgiends; include fastcgi.conf; }by TECK - Nginx Mailing List - English
Thanks a lot Maxim and Igor for the replies. Is there a more compact way to write several directories, into one line? Right now I have many directories not allowed: location /dir/(alpha|gamma/beta|theta|epsilon/delta/tmp|omega)/ { allow 127.0.0.1; deny all; } This is just an example, I have about 20 dirs that needs to be protected. Do I have to write each one of them individually inby TECK - Nginx Mailing List - English
Hi all, I used to be able to use the OR conditional this way: location = /(40x|50x).html { allow all; } It looks like I cannot use it anymore in 0.8.53 version. Can you please let me know what is the new type of compact condition I should use instead? Thanks for your help.by TECK - Nginx Mailing List - English
Thanks for the reply, guys. The idea of "listen ssl" directive is to keep the configuration compact: listen 10.30.1.50:80 default_server backlog=1024 rcvbuf=32k sndbuf=8k; listen 10.30.1.50:443 ssl; I only want to use SSL, in one directory. I know I can use the "long" method, my goal was to find out how I could do it in a compact form, like in my first post examplby TECK - Nginx Mailing List - English
Hi all, I recently purchased a SSL certificate and I would like to use it only on a specific location: server { listen 10.30.1.50:80 default_server backlog=1024 rcvbuf=32k sndbuf=8k; listen 10.30.1.50:443 ssl; server_name www.domain.com; ssl_certificate domain.com.crt; ssl_certificate_key domain.com.key; ... location / { try_files $uri $uri/ /index.php?$uri&by TECK - Nginx Mailing List - English
Honestly, since Andrei left the project I don't see any developers getting involved to continue his work. I would love to see this project incorporated into PHP. I contacted Scott MacVicar, hoping he will convince someone to look at the project closely. If you know anyone from PHP Group, please forward this message. In the same time, please let us know what do you think the future of thisby TECK - Php-fpm Mailing List - English
PHP 5.3 should be released today.by TECK - Php-fpm Mailing List - English
Hi, I was wondering if anyone have any news about Andrei. I would appreciate it if Andrei could post an update and let us all know he is OK. Regards, Florenby TECK - Php-fpm Mailing List - English
The idea is that you have all users and their emails exposed, while all other mailing lists have the email address encrypted. A simple spam robot will pick all emails and infect us all with tons of email, because they know all addresses are valid. I would appreciate it if you could disable the entire listings, until you fix this issue. EDIT: I see you already did that, very smart. One email adby TECK - Site Suggestions
Hi Jim, Could you please obfuscate the email address into mailing list? I already started to receive spam emails... :) Thanks a lot for your help. Regards,by TECK - Site Suggestions
![]() |
![]() |
![]() |
![]() |
![]() |