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
ec_context() 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
evant vhost. > > > 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
sh lock > 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

Re: [EMAIL PROTECTED] (sin asunto)

2006-08-18 Thread Sanjay Saha
See for more info.> To unsubscribe, e-mail: [EMAIL PROTECTED]> " from the digest: [EMAIL PROTECTED]> For additional commands, e-mail: [EMAIL PROTECTED]>>usr/local/ssl -The official User-To-User support forum of th

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
ecause 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;

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 .

Re: AW: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
For me its uname -p is "unkown"..     Thanks Sanjay Tripati   [EMAIL PROTECTED] wrote: uname -p | cut -d\_ -f2for me on Linux i receive than64-Ursprüngliche Nachricht-Von: sanjay tripathi [mailto:[EMAIL PROTECTED]Gesendet: Mo 27.02.2006 19:00An: users@httpd.apache.orgB

RE: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
Uname -i ... There is no Options like "i" Uname -p ... Gives Processor type uname -a .. Gives kernel veriosn & processor type     But i want to know how many bits OS?   Thanks Sanjay Tripathi[EMAIL PROTECTED] wrote: >Hey,> can you tell me any one if i want to know t

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
In Solaris There is Command "isainfo -b" But in Linux :) ??Kishore Jalleda <[EMAIL PROTECTED]> wrote: I am not really sure but may be you could get some hint from these#cat /proc/cpuinfo#uname -a#archor refer to your products documentation :)Kishore JalledaOn 2/27/06,

Re: [EMAIL PROTECTED] How to Check

2006-02-27 Thread sanjay tripathi
Hi Kishore,    I think all these commands not giving about N Bit OS?   Thanks Sanjay TripathiKishore Jalleda <[EMAIL PROTECTED]> wrote: I am not really sure but may be you could get some hint from these#cat /proc/cpuinfo#uname -a#archor refer to your products documen

[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] Re: Apache1.3.33 with mod_ssl compilation error

2006-02-24 Thread sanjay tripathi
cate Version: 3<- Encrypt the private key now? n<- Encrypt the private key now? n       Then Restart your apache   /usr/local/apache/bin/apachectl start     Hope This Time you will get success !!!   Thanks Sanjay Tripathi JM <[EMAIL PROTECTED]> wrote: I still get the same re

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 --di

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 Thursd

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,  

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:

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

2006-02-22 Thread sanjay tripathi
Hi Scenario: You've changed the location/path of a webpage on your server, but you don't want to break links to the old location. You could just use symlinks, but you want the new URL to appear in the user's browser so that new links/bookmarks point to the new, real location of your page. AND/OR

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     NameVirtua

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 d

[EMAIL PROTECTED] Apache server is not parsing php files

2006-01-26 Thread sanjay
MB. (Then restarted 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

Re: [EMAIL PROTECTED] .htaccess Creation Under Windows

2005-11-29 Thread Sanjay Dutt
t type of filename. Would it be easier just to rename all Usually, in any application, you can "save as" and then put the name .htaccess in quotes. - -- Rich Bowen Hey I had totally forgotten about this. Thanks Rich! Sanjay Dutt -- No virus found in this outgoing message. Checked by AVG

Re: [EMAIL PROTECTED] .htaccess Creation Under Windows

2005-11-28 Thread Sanjay Dutt
indow 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 Ant