как спрятать index.php
Здравствуйте,Есть контент сайта вся логика которого реализуется средствами index.php.Поэтому хочется спрятать все "внутренности" и не показать в строке браузера что сайт написан на php. Пришла в голову...
View ArticleProxy cache
Hello,I am using nginx as a reverse proxy to cache content for an application. Requests to the application are expensive, so I would like to set up caching so that if the file exists in nginx, it won't...
View ArticleRe: Proxy cache
Am completely sure its possible, am just not the nginx specialist, so imight not point you to the best directions.But as far as i understand in my little time together with things beautifulthing called...
View ArticleProtecting a file
Hi,I want to protect a file lets say "abc.txt" in a path like "example.com/folder/abc.txt" from being read by users, actually i want only php to be able to access that file and if i put...
View Articlekerberos
I wonder if nginx supports kerberos in the same sense as apache does!I mean: with apache i may specify if i will want SSO or password (byretrieving the password from the kerberos database).The...
View Articlephp supports
Hi folks,I wonder if i can use php with ldap support in nginx ?does kadm5 PECL is supported too by php nginx ?Thanks once more.Best regards,Gustavo._______________________________________________nginx...
View ArticleRe: php supports
On 18 April 2013 20:04, Friedrich Locke <friedrich.locke@gmail.com> wrote:> Hi folks,>> I wonder if i can use php with ldap support in nginx ?> does kadm5 PECL is supported too by php...
View ArticleRe: Protecting a file
http://stackoverflow.com/questions/13661406/deny-access-to-a-php-file-nginx
View ArticleRe: php supports
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx_______________________________________________nginx mailing...
View ArticleRe: websocket backend
This looked interesting but I ran into two issues. I need to be able tofilter publishes on a connection basis. Also, the GPLv3 license is notsuitable for my project.On Fri, Mar 15, 2013 at 7:46 PM,...
View ArticleNginx and proxy_pass
Hi,I want nginx server serve all images, JavaScipt and CSS files and for all other to proxy_pass http://127.0.0.1:8080;this is example of config fileserver {listen 80;server_name go;location /...
View ArticleRe: [Windows + fastcgi + php] Валится или перестаёт отвечать
> И, видимо, не может родить новый процесс под win32. Лечится, как> утверждается, банальным "set PHP_FCGI_MAX_REQUESTS=0".Вначале думал,что максимальное количетсво запросов, можно указать в...
View ArticleSubdomain Rewrites
Hello thereI'm running nginx/0.7.62 on a Ubuntu box.We've recently changed domain names.I've got 2 wildcard DNS entries setup pointing at the server*.subdomain.domainA.com and *.subdomain.domainB.comI...
View ArticleRe: [Windows + fastcgi + php] Валится или перестаёт отвечать
Hello!On Fri, Apr 19, 2013 at 04:03:27AM -0400, FireFenix wrote:> > И, видимо, не может родить новый процесс под win32. Лечится, как> > утверждается, банальным "set...
View ArticleRe: Subdomain Rewrites
UpdateI have now updated to 1.2.6 in an effort to get this working.I will now change the syntax to the newest possible.Back in a bit :-)
View ArticleRe: Subdomain Rewrites
Got itserver {listen 80;server_name ~^(?<firstsubdomain>.+?)\.subdomain\.domainA\.com$;rewrite ^(.*) http://$firstsubdomain.subdomain.domainB.com$request_uri? permanent;}Always helps to upgrade,...
View Article[nginx] svn commit: r5181 - in trunk: auto/lib/perl src/http/modules/perl
Author: mdouninDate: 2013-04-19 12:19:57 +0000 (Fri, 19 Apr 2013)New Revision: 5181URL: http://trac.nginx.org/nginx/changeset/5181/nginxLog:Configure: fixed perl Makefile generation (ticket...
View ArticleRe: X-Forwarded-For Header Apparently Not Being Pulled Correctly
Turns out the X-Real-IP variable is being pulled OK in our production environment anyway, so we can work around. Thanks everyone.
View ArticleRe: как спрятать index.php
On Thursday 18 April 2013 18:59:22 mp12390 wrote:> Здравствуйте,>> Есть контент сайта вся логика которого реализуется средствами index.php.> Поэтому хочется спрятать все "внутренности" и не...
View ArticleNginx HttpUploadProgressModule not working as expected
Hi All,I have Nginx sat in front of Apache. I have Nginx compiled with HttpUploadProgressModule heres some relevant config.location / {root...
View Article