Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pacparser_just_find_proxy(3) [debian man page]

pacparser_just_find_proxy(3)				     Library Functions Manual				      pacparser_just_find_proxy(3)

NAME
pacparser_just_find_proxy - Finds proxy for a given PAC file, url and host. SYNOPSIS
#include <pacparser.h> char *pacparser_just_find_proxy ( const char *pacfile, const char *url, const char *host ); PARAMETERS
const char *pacfile PAC file. const char *url URL to find proxy for. const char *host Host part of the URL. DESCRIPTION
This function is a wrapper around functions pacparser_init, pacparser_parse_pac_file, pacparser_find_proxy and pacparser_cleanup. If you just want to find out proxy a given set of pac file, url and host, this is the function to call. This function takes care of all the ini- tialization and cleanup. RETURNS
Proxy string on success and NULL on error. SEE ALSO
pacparser_version(3), pacparser_init(3), pacparser_parse_pac_file(3), pacparser_parse_pac_string(3), pacparser_parse_pac(3), pac- parser_find_proxy(3), pacparser_cleanup(3), pacparser_setmyip(3), pacparser_enable_microsoft_extensions(3) c2man pacparser.h 14 March 2011 pacparser_just_find_proxy(3)
Man Page

8 More Discussions You Might Find Interesting

1. IP Networking

socket programmin

I was trying to write proxy code but i here is a problem typedef struct req_msg { char *host;//hostname char *filename;//filename char *modified;//date char *data; char *request; }req_msg; while(take_responce(req,request)!=0) // take_responce gets responce from http server //... (0 Replies)
Discussion started by: yogesh_powar
0 Replies

2. UNIX for Dummies Questions & Answers

how to find the host name

HI, what is the command to find the host name with IP address. is possible to find the host name of other boxes( having their ip) from the same box (assuming telnet to other box is possible from this) Regards, Ananda (1 Reply)
Discussion started by: ani_rvce
1 Replies

3. Red Hat

Linux Proxy

Hi, I am having windows proxy server and it is having proxy.pac file, so for accessing internet we are using automatic proxy url setting in the browser (http://windowsservername/file.pac). Now my requirement is if I want to set the proxy settings in linux server from the cmd line how can I... (1 Reply)
Discussion started by: ktrimu
1 Replies

4. Shell Programming and Scripting

sed:find url between <a href=" and ".*</a>

I am trying to extract the url between the anchor tag of html <a href="http://unix.com">Unix</a> The urls like above are saved in a file named url_file sed :\<a.href=\"\(.*\)\"\>.*\<\/a\>:\1:p url_file The above sed command says no match. Where is the problem I am unable to... (2 Replies)
Discussion started by: hiten.r.chauhan
2 Replies

5. Linux

Proxy... through proxy ;)

ok, in my company i have a proxy that filter some url (yea, i know ;)) It was more then 7 year that i made a ssh tunnel with my linux machine, at work i used putty and redirect the internal squid proxy... it work very well! Yesterday the sysadmin has made a "content port filtering" and block... (0 Replies)
Discussion started by: zanac
0 Replies

6. UNIX and Linux Applications

Mod_proxy_html on Oracle EBS

Hi , I am trying to impliment mod_proxy and mod_proxy_html as a reverse proxy for oracle EBS. Everything is working fine except the submenu links (still pointing to the internal url) of the modules tree view. Please help me. Regards, Arumon (0 Replies)
Discussion started by: arumon
0 Replies

7. IP Networking

Help with PAC file

Hello All , I need hello all , i need help in creating a pac file (to use in IE ). I browsed and wrote something , which is not meeting my conditions 1. in office i have to use one proxy , say PROXY1:7070 to access internet and to use client network need to add in exclusion list (advanced... (2 Replies)
Discussion started by: radha254
2 Replies

8. Shell Programming and Scripting

To enable proxy for a specific URL

(4 Replies)
Discussion started by: Anusha M
4 Replies