[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: 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
tation :)Kishore JalledaOn 2/27/06, sanjay tripathi <[EMAIL PROTECTED]>wrote:> 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>> _

[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 --disable-module=all

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: 0652-010 The starting di

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