Hi.
I tried this.
// Code start
LoadModule proxy_module modules / mod_proxy.so
LoadModule proxy_ajp_module modules / mod_proxy_ajp.so
ProxyPass / exampleProject http://192.168.111.123/exampleProject/
ProxyTimeout 10
// Code end
A result, the connection was held for 10 seconds, it was cut.
Hi Mangesh
looks OK to me. In order to have slapd take notice of that you have to
write it into
olcDatabase={n}{type}, cn=config
as attribute olcDbIndex.
with n beeing the running number of the Database (such as 2), and type
beeing the type (such as bdb) of the Database.
On 02/17/2015 07:27
All you have to write in code. Add some delya if you detect pattern1 .
On 18 Feb 2015 07:59, "上原 雄一郎" wrote:
> Hello! I am Yuichiro
> I am Japanese.
> English is difficult. I'm sorry!
>
> Please tell us about the apache settings.
>
> Is there a way to set the Proxytimeout to "each URL"?
>
> Envir
Hello! I am Yuichiro
I am Japanese.
English is difficult. I'm sorry!
Please tell us about the apache settings.
Is there a way to set the Proxytimeout to "each URL"?
Environment: apache2.4 + glassfish4.1 + seasar2
Cooperation: mod_proxy.so and mod_proxy_ajp
For example
No. 1 URL: http: //192.168
Hi,
I’ve tried to google it but I’m not finding a definitive definition of
what ‘W’ (Sending Reply) on apache scoreboard really means. Is there one
who can help me with definition? Thank you very much.
— Andika Daud
Hi list,
A few years ago FableTech developed a tool which allows a sysadm to see
what his Apache httpd is serving, even if the server-status page is not
responding. It's relatively simple, but can be very useful.
Going forward we will not be able to maintain the project, so we are
looking for som
Hi,
I try to protect access to a part of my web site with One Time Password.
With apache 2.4 I try to use the following directive.
http://httpd.apache.org/docs/2.4/en/mod/mod_auth_form.html
in my httpd.conf I add
SetHandler form-login-handler
AuthFormLoginRequiredLocation http://myho
apacheの設定について教えてください。
ProxyのtimeoutをURL毎に設定できないでしょうか。
環境:apache2.4+glassfish4.1+seasar2
設定したいイメージ
①URL:http://192.168.111.123/exampleProject/
timeout=60
②URL:http://192.168.111.123/exampleProject/pattern1/
timeout=300
理想動作としては
「全体は60秒の接続保持をするが、
”pattern1”を含むURLの機能のみを300秒接続保持する」
としたいです。
よろしくお願