Re: [EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread Sanjay Saha
Dear Maria,     It appears from your situation that you have just installed / about to install Apache package over your SUN system but getting the SSL / TLS error.  You got to install the appropriate module over the default binary . There is another little hard but stable way.. i.e to compile apach

RE: [EMAIL PROTECTED] Redirect different pages

2006-03-29 Thread Sanjay Saha
Hi Arturo ,If i rephrase your question, You would be redirecting to a different url (www.example.com) to whoever connects to your webserver (www.prueba.com) . But you were asking for redirecting to different pages ( that would generally mean to pages on the same server ) . You should unde

[EMAIL PROTECTED] The logic behind URL rewriting

2006-03-24 Thread Sanjay Saha
Hi List,If anybody could tell here,the logic behind an _expression_ matching .I needed to tweak an apache _expression_ matching to suit my subdomain's url rewriting . ServerName aaa.domain.com RedirectMatch (.*)\ .*$ https://www.domain.com/aaa$1   --x---This match is confirming any ur

[EMAIL PROTECTED] Tuning tomcat4 and expression matching with apache

2006-03-23 Thread Sanjay Saha
Hi List, I have a specific question about apache _expression_ matching. I have a apache tomcat server setup . While tuning tomcat i needed to achieve some tweaking to the apache _expression_ matching , or atleast that i felt . The site have all incoming urls (www.subdomain.domain.com type) are

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
cause inside the ServerRoot there is no directory or file called "bbb" . All thee is "index.jsp " And inside the "index.jsp" the mapped url is ready . Regards.. --- Boyle Owen <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > >

[EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
Hi Boyle, In regard to my earlier mail,' You must understand there is directory called /usr/projects/domain/htdocs/bbb . The system at apache is running such that a http get request for /usr/projects/domain/htdocs/bbb/index.jsp would display /usr/projects/domain/htdocs/index.jsp with it parts bei

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
in.com RedirectMatch (.*)\.*$ https://www.domain.com/bbb$1 The error which is happening now : ( from apache error log) [error] [client xx.xx.xx.xx] File does not exist: /usr/projects/domain/htdocs/bbb I could think a trailing / could bemissing in the logic . But then how could i add it in th

[EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
abc no such file found " Regards.. Sanjay Saha Sanjay Saha Senior System Administrator http://www.sanjaysaha.in Cel=+919830223862 ___ Yahoo! Photos – NEW, now offering a quality print service from just

[EMAIL PROTECTED] RedirectMatch

2006-03-21 Thread Sanjay Saha
tps://www.domain.com/abc$1 But its throwing a 404 error at directory "http://domain.com/abc no such file found " The DirectoryIndex at apache has "Index.html, Index.htm and Index.jsp " Mean Let me konw a wayout .