Sponsored Content
Operating Systems Solaris Sun ONE Web Server 6.1 - enable SSL? Post 51699 by kduffin on Friday 28th of May 2004 08:42:37 AM
Old 05-28-2004
Have you verified that the port is listening on the system?

netstat -an | grep LIST | grep 4443

Cheers,

Keith
 

2 More Discussions You Might Find Interesting

1. Solaris

Sun as a web server!

Hi folks! I'm using a Sun station as a management station for another network. The Sun has a capability to be accesed by a PC or another machine via web browser (Netscape is prefered). BUT, when I try to do that, from the PC I receive the massage "Unable to connect to Netbinder Server!". Can... (1 Reply)
Discussion started by: igorgog
1 Replies

2. UNIX for Dummies Questions & Answers

to enable POP3(ssl) and SMTP(ssl) in Squid

i have configured Squid proxy server in Fedora 8 with two network interfaces. HTTP, HTTPS, FTP are working fine but we are unable to download mails using mail clients from mail server with POP3(ssl) and SMTP(ssl). so please someone help us how to enable pop and smtp in Squid. (1 Reply)
Discussion started by: praneel2k
1 Replies
ZGREP(1)						      General Commands Manual							  ZGREP(1)

NAME
zgrep - search possibly compressed files for a regular expression SYNOPSIS
zgrep [ grep_options ] [ -e ] pattern filename... DESCRIPTION
Zgrep is used to invoke the grep on compress'ed or gzip'ed files. All options specified are passed directly to grep. If no file is speci- fied, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep. If zgrep is invoked as zegrep or zfgrep then egrep or fgrep is used instead of grep. If the GREP environment variable is set, zgrep uses it as the grep program to be invoked. For example: for sh: GREP=fgrep zgrep string files for csh: (setenv GREP fgrep; zgrep string files) AUTHOR
Charles Levert (charles@comm.polymtl.ca) SEE ALSO
grep(1), egrep(1), fgrep(1), zdiff(1), zmore(1), znew(1), zforce(1), gzip(1), gzexe(1) ZGREP(1)
All times are GMT -4. The time now is 01:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy