Apache-Talk mailing list archive (apache-talk@lists.lexa.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[4]: [apache-talk] nginx + Plesk
Здравствуйте, jackal.
Вы писали 30 августа 2007 г., 11:50:02:
Спасибо огромное.
Помогло :)
> В httpd.conf добавить:
> PerlInitHandler realip
> Модуль realip.pm:
> --------
> package realip;
> use strict;
> use Apache2::Const -compile => qw(:common :http);
> use Apache2::Connection;
> use Apache2::RequestRec;
> use APR::Table;
> sub handler {
> my $r = shift;
> my $realip = $r->headers_in->{'X-Real-IP'};
> $r->connection->remote_ip($realip) if $realip;
> return Apache2::Const::DECLINED;
> }
> 1;
> -------
--
С уважением,
admin mailto:admin@xxxxxxx
|