Sponsored Content
Top Forums UNIX for Advanced & Expert Users Hiii Everybody - rack ur brains n m/c's now.. Post 302191130 by Franklin52 on Thursday 1st of May 2008 03:35:47 PM
Old 05-01-2008
Double post, proceed here:

https://www.unix.com/sun-solaris/6345...m-c-s-now.html

Thread closed.
 

6 More Discussions You Might Find Interesting

1. AIX

Trying to hookup my notebook to my IBM 7046-B50 type rack RS6000/AIX system

Greetings to all: Gentlemen, I've tried extremely hard to hookup my notebook via the hyperterminal to my AIX box (IBM 7046-B50) by virtue of a cross-over cable. Don't know really whats going on ......to my surprise. The notebook says its hookedup successfully but shows no unix login prompt on... (6 Replies)
Discussion started by: mhatmi
6 Replies

2. Solaris

Hiii Everybody - rack ur brains n m/c's now..

There's a user that opens various login sessions with a particular SOLARIS server at the same time - this locks the server thats tried to get logged into.. Kindly help on how to know the max limit of sessions a particular user can open with a particular server at the same time. AND, how to... (1 Reply)
Discussion started by: its.simron
1 Replies

3. Solaris

Hiii Everybody - rack ur brains n m/c's now..

There's a user that opens various login sessions with a particular SOLARIS server at the same time - this locks the server thats tried to get logged into.. Kindly help on how to know the max limit of sessions a particular user can open with a particular server at the same time. AND, how to... (3 Replies)
Discussion started by: its.simron
3 Replies

4. UNIX for Advanced & Expert Users

Sun 6048 Blade Rack Power Reqs.

Greetings Forumers- My apologies in advance if this post is incorrectly placed as I did not see a sub-forum to post hardware questions. :o Here's my situation: I have received a Sun Blade 6048 Rack and need to configure the power for the rack. In reading the Site Planning Guide for Sun... (4 Replies)
Discussion started by: bluescreen
4 Replies

5. SCO

Intel Rack Mount Systems

I wanted to install SCO Openserver 6.0.0 on this system Intel Server System SR2625UR - Overview The problem was that the installation routine requested input from the keyboard before loading the USB keyboard driver. I resolved the issue by: Building a simple desktop system with an IDE... (2 Replies)
Discussion started by: jgt
2 Replies

6. UNIX for Beginners Questions & Answers

Are the brains of the UNIXoid working correctly?

Today I saw the topic. sum-even-numbers-1-100 At that time, it was already closed but not the point. Other thoughts came to mind. All newcomers to Haskell are afraid that when they study it, their brains will turn inside out. I did not notice anything like that. And all because the brains of all... (4 Replies)
Discussion started by: nezabudka
4 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 06:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy