Re: [users@httpd] Issue with Apache/Kerberos authentication

2018-10-25 Thread Sanjay Kumar Sahu
Hi Yann, Could you please let me know which module is now supported by HTTPD to work with kerberos/SSO? thanks, On Mon, Oct 22, 2018, 20:38 Yann Ylavic wrote: > Hi, > > On Mon, Oct 22, 2018 at 4:39 PM Sanjay Kumar Sahu > wrote: > > > > I want to create a new thread

[users@httpd] Issue with Apache/Kerberos authentication

2018-10-22 Thread Sanjay Kumar Sahu
() failed: Unspecified GSS failure. Minor code may provide more information (, No key table entry found for the SPN) Please let us know if there is any solution to resolve for the issue. -- *Thanks & Regards,* *Sanjay Kumar Sahu*

Re: [users@httpd] SNI extension for healthchecks

2018-10-22 Thread Sanjay Kumar Sahu
t; > > Regards, > Yann. > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- *Thanks & Regards,* *Sanjay Kumar Sahu*

Re: [users@httpd] Failed to acquire SSL session cache lock

2018-10-22 Thread Sanjay Kumar Sahu
> Invalid argument: AH01948: Failed to acquire OCSP ssl-stapling lock > Invalid argument: AH01949: Failed to release OCSP ssl-stapling lock > > I use Apache/2.4.29 (Ubuntu 18.04). I use http2 and ssl-stapling. > -- *Thanks & Regards,* *Sanjay Kumar Sahu*

[EMAIL PROTECTED] [none]

2006-12-04 Thread sanjay tripathi
Can anyone tell me what is the Difference between Apache1 and Apache2? --- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Try adding this line: AcceptMutex flock Furthermore, it might be a good idea to use the latest version of apache, 2.0.58, as opposed to 2.0.52. Unless you have a module that

Re: [EMAIL PROTECTED] (sin asunto)

2006-08-19 Thread Sanjay Saha
uot; from the digest: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]Sanjay SahaSenior System Administratorhttp://www.sanjaysaha.inCel=+919830223862 The all-new Yahoo! Mail goes wherever you go - free your email address from your Internet provider.

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

[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 . VirtualHost * ServerName aaa.domain.com RedirectMatch (.*)\ .*$ https://www.domain.com/aaa$1 --x---This match is

[EMAIL PROTECTED] Tuning tomcat4 and expression matching with apache

2006-03-23 Thread Sanjay Saha
ion . Because after modifing the httpd.conf en try as above i started getting errors : error.log : Files does not exist 404 /usr/local/domain/aaa access.log :[aa.dd.bb.cc] - - [22/Mar/2006] "GET /aaa HTTP/1.1" 404 346 "-" "Mozilla/4.0 (compatible; MSIE 6.0;

[EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
://domain.com/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 8p a photo

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
? Let me know your openion . Regards.. --- Boyle Owen [EMAIL PROTECTED] wrote: -Original Message- From: Sanjay Saha [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 22. März 2006 10:21 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] RedirectMatch Hi , My earlier

[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

RE: [EMAIL PROTECTED] RedirectMatch

2006-03-22 Thread Sanjay Saha
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- From: Sanjay Saha [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 22. März 2006 13:35 To: users

[EMAIL PROTECTED] RedirectMatch

2006-03-21 Thread Sanjay Saha
(.*)\.*$ https://www.domain.com/abc$1 /VirtualHost 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 . Regards.. Sanjay Saha

[EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
Hey, can you tell me any one if i want to know that How to check to Linux Base OS that its N Bit OS? Any command by which we can get?Thanks Sanjay Tripathi Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze.

Re: [EMAIL PROTECTED] How to direct http to https

2006-02-24 Thread sanjay tripathi
HI ED, Hope this will resolve your problem. If you will get any problem, just let me know. One another thing.. if somehow it willn't work.. then send me apache logs also.Thanks Sanjay Tripathi HelloMany thanks. I will follow the steps and see what happens.EdOn Thursday 23 February 2006 12

Re: [EMAIL PROTECTED] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-24 Thread sanjay tripathi
HI, Run " ldconfig" command and then compile that apache... Thanks Sanjay TripathiJM [EMAIL PROTECTED] wrote: Hi,rpm -q -l --provides openssl-0.9.7a-20.2 | grep libssllibssl.so.4/lib/libssl.so.0.9.7a# SSL_BASE=/lib/[EMAIL PROTECTED] apache_1.3.34]# ./configure --disable-

Re: [EMAIL PROTECTED] how to enable 127.0.0.1 in httpd.conf

2006-02-22 Thread sanjay tripathi
HI, Do Step by Step !! 1:- First you need to Resolve your localhost from your local host a) Please check with /etc/hosts file, there should be Entry like 127.0.0.1 localhost.localdomain localhost b) Edit httpd.conf file ServerName 127.0.0.1 NameVirtualHost 127.0.0.1:80

Re: [EMAIL PROTECTED] find: 0652-010 The starting directory is not valid

2006-02-22 Thread sanjay tripathi
Tejas, Can you tell me which shell is your default shell in your AIX?Thanks Sanjay TripathiTejas Sanghavi [EMAIL PROTECTED] wrote: Hi all,When I am trying to 'make' httpd-2.0.55 on AIX 5.3, I am getting the following error message:"find: 0652-010 The starting dire

Re: [EMAIL PROTECTED] find: 0652-010 The starting directory is not valid

2006-02-22 Thread sanjay tripathi
My Guess is Right!!! I think u need to change your default shell in bash.. Because default SHELL is ksh and that script is need bash. Can u check this?Hope this will Resolve your problem..:) Thanks Sanjay Tripathi Tejas Sanghavi [EMAIL PROTECTED] wrote: Hi Sanjay,ksh is my

[EMAIL PROTECTED] Apache server is not parsing php files

2006-01-26 Thread sanjay
the http server) Now even php.ini file is in the original state but problem is still there. The http.conf file is unchanged. Can any one give me some sort of idea. Thanks, Sanjay - The official User-To-User support forum

Re: [EMAIL PROTECTED] problem hosting a webpage in apache(asap)

2006-01-26 Thread sanjay
Hi Mohan, Put the hello.html page in the document folder of your apache server. Typically in windows its htdocs and in Linux its /var/www/html mohan devanoor wrote: can ny body help me please. i need to host a hello.html page on apache server and access it. please any body help me out how to

Re: [EMAIL PROTECTED] .htaccess Creation Under Windows

2005-11-28 Thread Sanjay Dutt
in that directory and give the command 'ren anyfilename.txt .htaccess' (without the quotes, of course) and press 'Enter'. Do a dir listing to confirm that its done. Close the console window. Sanjay Dutt -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.362