Re: Multilanguage Websites
On Mon, 31 Dec 2012 17:55:18 +0000Francis Daly <francis@daoine.org> wrote:> If you mean "separate content for each of language1, language2,> language3; all available at separate urls", then...
View ArticleRe: Purge whole cache zone
Hello!On Tue, Jan 01, 2013 at 09:39:32AM -0500, oleksandr-shb wrote:> Sorry, folks my question is a duplicate of this thread> http://forum.nginx.org/read.php?2,30833,32763#msg-32763 (solution)....
View ArticleRe: Nginx FastCGI question
Hello!On Tue, Jan 01, 2013 at 06:21:02PM +0000, Some Developer wrote:> Hi,>> When you run a FastCGI application behind Nginx does Nginx pass all> the HTTP request headers to the FastCGI...
View ArticleRe: Nginx mutli-threaded plugin
Hello!On Tue, Jan 01, 2013 at 11:57:30PM +0530, Fasih wrote:> Hi guys>> I need to write a plugin which does some CPU intensive work. I want to be> able to create a thread which does some...
View ArticleRe: Allow directive with variables
Hello!On Mon, Dec 31, 2012 at 07:51:21PM -0500, justin wrote:> I am trying to use a variable with the `allow` directive, i.e.>> set $home_ip 1.2.3.4;>> location ^~ /apc/ {> # Allow...
View ArticleRe: Редирект на выбранный порт
On 31.12.2012, at 20:31, OZzzy <nginx-forum@nginx.us> wrote:> Конфигурация вэб сервера:> Nginx, PHP5 и MySQL на Debian Squeeze с использованием spawn-fcgi>> Появилась необходимость...
View ArticleRe: nginx reload -> segfault
On Wednesday 02 January 2013 17:05:35 Craken wrote:> Приветствую.> Сегодня нужно было добавить еще один server {...}, и по привычке выполнил> не перезапуск а переконфигурирование (ч-з reload),...
View ArticleRe: Multilanguage Websites
Hello,ok i have make with PHP a Redirect from Accept Language. It's runningperfect and was easy. How do I make the best with nginx? For each sitea server? In the webroot subfolder is that the solution?...
View ArticleRe: nginx reload -> segfault
Точно такую же ситуацию сегодня получил на CentOS 6Nginx установлен из CentALTnginx version: nginx/1.3.10built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)TLS SNI support enabledconfigure arguments:...
View ArticleRe: Multilanguage Websites
On Wed, Jan 02, 2013 at 03:26:14PM +0100, Silvio Siefke wrote:Hi there,> ok i have make with PHP a Redirect from Accept Language. It's running> perfect and was easy. How do I make the best with...
View ArticleRe: Редирект на выбранный порт
Игорь Владимирович!Спасибо, что ответили.Но ни один вариант вашего совета не дал результата.в броузере при наборе адреса:No input file specified.Скорее всего я в своем недопонимании неправильно совет...
View ArticleRe: Редирект на выбранный порт
root@test:~# netstat -ntpl | grep 35002tcp 0 0 X.X.X.X:35002 0.0.0.0:* LISTEN 4381/nginxбольше ничего не висит на порт 3500235000 порт чистый
View ArticleBook for module Development
Hi all,I am php developer having 6+ years of experience building websites,portals,applications etc.I need some guidance in developing 3rd party modules for nginx. But, i couldn't found any specific...
View ArticleRe: Редирект на выбранный порт
On Jan 2, 2013, at 19:20 , OZzzy wrote:> Игорь Владимирович!> Спасибо, что ответили.> Но ни один вариант вашего совета не дал результата.> в броузере при наборе адреса:> No input file...
View ArticleX-Accel-Redirection dont work by downloading a remote file
hello everybody,i want to download files via php an x-accel-redirect from a remote-server.here is my php-file:[code]$fsize = remotefsize ( 'http://' . $filename );$path_parts = pathinfo ( $filename...
View ArticleSSL pass through
Hello,I would like to use NGINX as a reverse proxy and pass https requests to a back-end server without having to install certificates on the NGINX reverse proxy because the backend servers are already...
View ArticleRe: SSL pass through
On Wed, Jan 02, 2013 at 12:18:33PM -0500, zuger wrote:Hi there,> I would like to use NGINX as a reverse proxy and pass https requests to a> back-end server without having to install certificates...
View Articlegssapi
I am using kerberos to implement SSO in my network.Does nginx support gssapi autentication or even fetching passwords fromkerberos ?Thanks for your...
View ArticleRe: gssapi
On 2 January 2013 17:50, Friedrich Locke <friedrich.locke@gmail.com> wrote:> Does nginx support gssapihttp://bit.ly/134lRHhJonathan--Jonathan Matthews // Oxford, London,...
View ArticleRe: подскажите по перенаправлению
Вот так сделай перенаправлениеserver {server_name www.myhost2.myhost.ru myhost2.myhost.ru;rewrite ^/(.*)$ http://www.myhost.ru permanent;}получилось?
View Article