Search Results

Search: Posts Made By: raghur77
11,846
Posted By raghur77
How to check ssl certificate expiry date using openssl command?
hi

how to check ssl certificate expiry date using openssl command
try below code it is not working, any help



echo q | openssl s_client -connect akamai.com:443 | openssl x509 -noout...
614
Posted By raghur77
i am running on linux machince, and bash script ...
i am running on linux machince, and bash script

i have string called

var="sitename1,sitename2,sitename3"
now i have display the output as

output:
1. sitename1
2. sitename2
3. sitename3
614
Posted By raghur77
String manpulation
hi

i have a string as
var="hello1,hello2,hello3"
now i want to display as

1. hello1
2. hello2
3. hello3

where var is not fixed variable which will increase or decrease the words.

any...
2,046
Posted By raghur77
Command to show alias name for ipaddress
command to show alias name for ipaddress
for example:

nslookup 192.168.1.10
Name: webqa.com
Address: 192.168.1.10
Aliases: info.com
I don't think this question needs high expertise....
Forum: Web Development 09-26-2017
1,586
Posted By raghur77
Set Edge Compatibility Mode for IE
hi

i have code in iplanet webserver in obj.conf file

<If $uri !~'^/app/literature/item/(.*)'>
AuthTrans fn="set-variable" insert-srvhdrs="X-UA-Compatible:IE=EmulateIE8"
</If>


i want to...
Forum: Web Development 04-27-2017
2,386
Posted By raghur77
How to enable x-client-ip address in apache webserver LogFormat?
how to enable x-client-ip address in apache webserver LogFormat
i tried below option, but no luck...

1. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined

2....
Forum: Web Development 03-07-2017
1,638
Posted By raghur77
Apache website uri access
Hi

i would like to grant access specific to one uri and rest of them should be denied.
as follows:

http://websitename/example user should be able to access

htttp://websitename/other user...
Forum: Web Development 11-14-2016
4,498
Posted By raghur77
What operating system are you using? Red Hat...
What operating system are you using?
Red Hat Enterprise Linux Server release 6.7 (Santiago)
Are you trying to write code in apache that will log 404 errors to a different log file than other...
Forum: Web Development 11-11-2016
4,498
Posted By raghur77
How to log http 404 error to a separate log file?
Apache Web Server:
how to log http 404 error to a separate log file and i do not want to log in access.log
please advice.
1,396
Posted By raghur77
hi Gull, What OS? Red Hat Enterprise...
hi Gull,

What OS?
Red Hat Enterprise Linux Server release 6.6 (Santiago)
What version?
Linux HOSTNAME 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Apr 21 08:37:59 PDT 2015 x86_64 x86_64 x86_64...
1,396
Posted By raghur77
Wget command help
hi,

i need help for downloading excel file from internet and convert it to text file


wget http://spreadsheetpage.com/downloads/xl/wordfrequency.xls
1,003
Posted By raghur77
Pattern matching
hi

i need your help in pattern matching
for example if i hit the below url:
http://html.net/page.php?id=1254

it has to redirect http://html.net/page.php/?id=1254

append / [forward slash]...
2,960
Posted By raghur77
hi wisecracker, sorry my bad, i have updated...
hi wisecracker,

sorry my bad, i have updated it now
it is ls -d to show only directories
2,960
Posted By raghur77
Format next line for ls output
hi
i have 4 dir called
old-dir1
old-dir2
dir3
dir4
now i need to grep only old dir named
ls -d old* > outfileThe output will show as:
cat outfile
old-dir1 old-dir2Desired output is:
...
Forum: Web Development 09-22-2015
2,408
Posted By raghur77
Apache rewrite/redirect parameters explanation
hi
what is the meaning of the below code, please explain in details

RewriteRule '^/(.*)[^/]$1$2/?'
Forum: Web Development 09-21-2015
1,619
Posted By raghur77
Iplanet webserver retaining the URI query string data.
Current Situation:
1. Visit: https://xyz.com/2015/september?trackingparam=1234
2. The URL is missing the trailing / after the “september” directory
3. The URL is redirected and rewritten to:...
Forum: Linux 03-30-2015
1,782
Posted By raghur77
Unable to change the permission for directory
unable to chnage the ownership as group does not exist



ls -ltr
drwxr-xr-x 2 1520291 remote 1024 Sep 25 2014 img


root@servername#chown content:remote img
chown: img: Not owner
4,149
Posted By raghur77
How to recover the deleted file in Linux?
hi,

i deleted one file from linux
please let me know, if we can recover it ? if yes, pls let me know the steps to do..
Forum: Web Development 04-04-2014
8,473
Posted By raghur77
i tried : no luck, nothing is running and even...
i tried :
no luck, nothing is running and even logs are 0KB.

bash-4.1$ netstat -an | grep LIST | grep 15000
bash-4.1$ netstat -an | grep LIST | grep 16000
bash-4.1$ netstat -an | grep LIST |...
Forum: Web Development 04-04-2014
8,473
Posted By raghur77
Unable to start the apache web server
Hi All,

I'm getting this below error

bash-4.1$ ./apachectl -k start
(98)Address already in use: make_sock: could not bind to address hostname:18000
no listening sockets available, shutting...
836
Posted By raghur77
thank you , it worked
thank you ,
it worked
836
Posted By raghur77
awk help
i have file with the below info_list
/hostname1/was/610
/hostname2/was/INSTANCE1
/hostname3/was/INSTANCE1
/hostname4/was/INSTANCE1
/hostname5/was/INSTANCE1

i need the ouput as:
hostname1...
1,765
Posted By raghur77
hi actually i have the file as follow: ...
hi

actually i have the file as follow:

policyserver="something.com Hello World
policyserver="something_new.com:44441
Test Messagehow do i search for policyserver="something.com and put #...
1,765
Posted By raghur77
How to append a text file?
i have to append a text file
grep for a word, if found, put comment in starting of the line.

here is an example
cat test.sh
bin/ksh
Hello World
Test Message
:wq!

search for "bin" word in...
2,849
Posted By raghur77
How to execute multiple commands in one shot?
for example:

I'm greping the process where i can get the location of the file
$ ps -ef | grep LLAWP | awk {'print $9'} | tail -1
/Hostname/ihs/INSTANCE2/conf/WebAgent.conf

then I need to...
Showing results 1 to 25 of 56

 
All times are GMT -4. The time now is 08:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy