[us...@httpd] Creating user in apache web server

2010-04-15 Thread senthil kumar j
Hi there, Could you please tell me how to create user name pasword for apache web server. Thanks in advance Senthilkumar .J

[EMAIL PROTECTED] suggest solution for mod_proxy

2006-01-23 Thread senthil kumar
Hi , We have lot of intranet server http://products , http://sales ,http://market. I want to access the intranet server from internet through my gateway server http://gatewaryserver. I have installed apache on gateway server. I would like to redirect all the request to appropriate intranet serv

[EMAIL PROTECTED] solution proxy-html

2006-01-22 Thread senthil kumar
Hi , We have lot of intranet server http://products , http://sales ,http://market. I want to access the intranet server from internet through my gateway server http://gatewaryserver. I have installed apache on gateway server. I would like to redirect all the request to appropriate intranet server.

[EMAIL PROTECTED] How to rewrite background tag using proxy_html module

2006-01-16 Thread senthil kumar
Hi,I am using proxy_html module to rewrite the my html page urlhtml source td>I configured rules belowPoxyHTMLURLMap ^images/(.*)$ http://127.0.0.1/agent/images/$1 RXiProxyHTMLURLMap (.*) http:

[EMAIL PROTECTED] Meaninf of [L]

2006-01-13 Thread senthil kumar
RewriteCond %{REMOTE_HOST} ^host1.* [OR]iteRule ^/$ /homepage.max.html [L]Please suggest the meaning of [OR] ? [L] ? on rewrite rule

Re: [EMAIL PROTECTED] help work with Proxy pass option

2006-01-08 Thread senthil kumar
Yea, I found out the file in apache souce code (moduels/mappers/mod_rewrite.c). RewriteRule (.*) http://$1 [P] RewriteRule ^(*.xqy)$ http://localhost:8080/$1 [L,P] What is the meaning  [p] ,[L,p] ? On 1/9/06, senthil kumar <[EMAIL PROTECTED]> wrote: Could you please send link to do

Re: [EMAIL PROTECTED] help work with Proxy pass option

2006-01-08 Thread senthil kumar
.xqy)$ http://localhost:8080/$1 [L,P] What is the meaning  [p] ,[L,p] ? Thanks a lot, senthilkumar. On 1/7/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 1/5/06, senthil kumar <[EMAIL PROTECTED]> wrote:> Hi Axel,>>  I am not looking for proxy concept, i don't want to con

Re: [EMAIL PROTECTED] help work with Proxy pass option

2006-01-05 Thread senthil kumar
E proxy. You may just want a plain old proxy. In that case you need something like:ProxyRequests OnOrder Allow,DenyAllow from allIn addition to this, you need to configure your browser to point to the proxy. -ascs________From: senthil kumar [m

Re: [EMAIL PROTECTED] help work with Proxy pass option

2006-01-05 Thread senthil kumar
also want to addProxyPassReverse / http://www.yahoomail.com/-ascs ________From: senthil kumar [mailto:[EMAIL PROTECTED]]Sent: Thursday, January 05, 2006 6:54 AMTo: users@httpd.apache.orgSubject: [EMAIL PROTECTED] help work with Proxy pass optionHi,Is it possible to redirect all

[EMAIL PROTECTED] help work with Proxy pass option

2006-01-04 Thread senthil kumar
Hi, Is it possible to redirect all my request to  particular domain  and get response back to browser Example:: req1 ===> http://hostname:8080/app1   -> It want to be redirect to www.yahoomail.com req2 ===> http://hostname:8080/app2   -> it want to be redirect to www.yahoomail.co