Sponsored Content
Special Forums IP Networking Proxy Server Same title (almost) same IP address registered for two new users Post 302916456 by rbatte1 on Wednesday 10th of September 2014 06:29:57 AM
Old 09-10-2014
Same title (almost) same IP address registered for two new users

I've noticed there are two threads:-They are for different users, but the titles alerted me. Checking on the accounts, they are both newly created from the same IP address. This is presumably their public facing proxy server, but should we be concerned? This may be two colleagues of course.

One post is merely the title and text of "Hi All" so probably an error post and they don't know what to do. Neither is in a sensible forum, unless someone else has moved one/both.

I'm happy to write to them both to ask what they wish to do and help them achieve it (if I can) so they can get some answers to their real question.


Is that okay or does anyone have any other suggestions?





Robin
(Still finding my feet with these privileges)
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

clnttcp_create: RPC program not registered

s/o=SCO 5.05 openserver hi, i have a problem with a mount between 2 servers i can see the mounted files, but i canīt open it if the file is a *.dbf, if i try to a "dbf" file with fox for unix the error is (the system has reached the maximum number of blocks) mount -f NFS... (1 Reply)
Discussion started by: jav_v
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Registered User

I am unable to post a new thread and I registered. I donot have permissions. (1 Reply)
Discussion started by: ryphelon
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

registered, read everything and can't post?

I just registered for the first time on this forum a few minutes ago, gave my REAL and only e-mail, and now I can't post anything in HP-UX part of the forum??? I then read that I have to check my e-mail for some instructions for enableing me to post (despite the fact that it says that I'm logged in... (1 Reply)
Discussion started by: gophy
1 Replies

4. UNIX for Dummies Questions & Answers

telnet is not a registered protocol

I'm using firefox and I access a site which established a VPN connection to another site. There is a button which is supposed to log me into another system. When I click the button, I get an error window popup saying: telnet is not a registered protocol I do I register telnet as a protocol?... (1 Reply)
Discussion started by: lyonsd
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Hi..!! I've registered because of problem..

Hi..Guys...!!! I am new on yours site, but i hope you will like me....I`ll very glad to answer on all your question! I am From England Nice day is it today, but I have a question for all...In first , how i post message to PM...???Thank you very much!Mark. G..!! (1 Reply)
Discussion started by: poluroud20
1 Replies

6. Solaris

NOTICE: e1000g1/0 registered in messages

Please can anyone tell me what these messages I found in /var/adm/messages for six T2000 servers this morning? The systems are all operating okay, but I am wondering what it means (extract follows) Aug 27 00:07:11 t2000-06 mac: NOTICE: e1000g1/0 registered Aug 27 00:07:11 t2000-06 e1000g: ... (5 Replies)
Discussion started by: floydm
5 Replies

7. SuSE

How to know Suse servers are registered or not?

HI, i have some set of suse servers with different versions. How can i know from commandline that these systems are registred on suse to get updates. Rehards, Ben (0 Replies)
Discussion started by: bentech4u
0 Replies
Arch::LiteWeb(3pm)					User Contributed Perl Documentation					Arch::LiteWeb(3pm)

NAME
Arch::LiteWeb - simple way to access web pages SYNOPSIS
my $web = Arch::LiteWeb->new; my $content = $web->get("http://some.domain:81/some/path"); die $web->error . " while processing " . $web->request_url unless $content; my $content_type = $web->response_headers->{content_type}; DESCRIPTION
This class provides a basic and easy to use support for the client-side HTTP. It is supplied in order to avoid dependency on LWP. If such dependency is not a problem, consider to use LWP instead that provides much better support for HTTP and other protocols. METHODS
The following class methods are available: get, post, request_url, error, error_with_url, network_error, response_code, response_codestr, response_error, response_headers, response_content. get url [params ...] Execute HTTP get of the given url and return the html string or undef on network/response error. Use other methods to get the details about the error and the response. params is key-value hash, the following keys are supported: url_host - only used if url is none url_port - only used if url is none(80) url_path - only used if url is none endl - default is "1512" timeout - default is 20 seconds user_agent - default is "Arch::LiteWeb/0.1" nocache - add a no-cache header noredirect - don't follow redirect responses max_redirect_depth - default is 5 use_proxy - default is false proxy_url - proxy url ($http_proxy supported too) proxy_host - only used if proxy_url is none proxy_port - only used if proxy_url is none(80) post url input [params] Not implemented yet. request_url Actual url of the last issued request or undef. If partial redirect responses are enabled, then the result is the last (non-redirect) url. error If the last request resulted in error (i.e. get/post returned undef), then this method returns the error message, otherwise it returns undef. This is just a shortcut for network_error || response_error. error_with_url Like error, but with " while fetching request_url " text appended if non undef. network_error The network error message for the last request or undef. response_error The response error message for the last request or undef. response_code The last response code (integer) or undef. response_codestr The last response code (string) or undef. response_headers The last response headers (hashref of HTTP headers) or undef. response_content The last response content or undef. This is the same thing that the last get/post returns. BUGS
Not intended for use in mission-critical applications. AUTHORS
Mikhael Goikhman (migo@homemail.com--Perl-GPL/arch-perl--devel). SEE ALSO
For more information, see LWP, LWP::Simple. perl v5.10.1 2005-03-25 Arch::LiteWeb(3pm)
All times are GMT -4. The time now is 03:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy