Proxy Server And Database

hye all... 1st of all merry Christmas...

i'm degree student.. and now i have to do final year project..
my project is proxy server.. my problem is i want to connect config file from squid to database server...
i must install squid on fedora and database on difference PC... anyone can help me...


Similar Content



What Is The Best Way To Enable HA In Squid Proxy?

I have setup proxy server as squid Now i would like to enable High Availability between two squid proxy servers acting as one.

Linux Server

i had a problem, i installed and config squid on fedora complete but when i start service squid not success it was display job for squid.service fail. See "systemctl status squid.service" and "journalctl -xe" for details please help me

Squid Proxy Server (Rel 3.1) Getting TCP_DENIED/403 Error In Access.log

I've had this server up and running for over a year and just recently started getting TCP_DENIED/403 in the logs for a site we've been using forever. When users try to access the site they get "web page not available" messages in their browser. I verified the site and all other links on the site our in my white list. If I bypass the proxy it works just fine.

Any help would be appreciated.

Thanks

Placing Squid ACL In Database

hye everyone... i newbie here..
how can i placing all ACL line in "squid.conf" into database...
so i can manage blocking website only in databse...

Unable To Configure LAN And WAN IP In CentOS

We have 20 systems and I installed SQUID proxy on CENTOS to limit internet access but I'm unable to configure LAN and WAN. We have got one router in the network with 192.168.1.1 as default gateway. I installed squid successfully but unable to configure it in client systems as I'm unable to configure LAN and WAN ips in CentOS.
Please suggest me correct configuration of LAN and WAN for my network. We don't have any static IP with us. What series of IPs do I have to configure in Linux server? After that, what would be my Proxy IP?

I have basic knowledge about Linux...

Please suggest me Conf file accordlingly.

Iceweasel Proxy Setting - Does This Mean I Don't Need Proxy Server?

I am using Iceweasel with debian wheezy. I have thought about using a proxy server for anonymity on the net.
However, on the Iceweasel Advanced Settings, it shows that there is a proxy setting already being used.

Does this mean I don't need to use a proxy server if I use Iceweasel?
Can anyone please advise about linux methods of preserving anonymity?

Squid Server Asks Me To Enter Username And Password Twice

I am experiencing a strange issue where squid asks me to authenticate twice. Here is how it goes:

I have my Firefox browser set to go out my squid proxy. Whenever I open the browser I am prompted for my username and password, which I enter. Immediately the browser fetches my homepage, however, at almost the exact same time I am prompted to enter my username and password again.

Clearly the I entered the correct information the first time or the browser would never load my homepage. The odd part is that sometimes I can just cancel the second request for a username and password without issue. Other times I MUST enter it to continue browsing.

Here is a copy of my config: http://pastebin.com/mdM7gfLf

Any ideas on what is going on here? Thanks in advance to anyone who has some thoughts on this.

Is It Possible To Build A Proxy Server To...

hi guys

is it possible to build a proxy server to view sites that are blocked by your isp or country? or do the online proxy servers have special software to allow them to do this?

Failed To Reserve Some IPs That Cannot Be Affected By Proxy Settings

hello, i configured a ubuntu linux server 14.04 from a cisco router to a server with proxy settings,but i need some ips where i can download, and get internet by passing proxy settings!
is there any possible solution i can do it?
Thanks,
Justus

SQUID NOT ALLOWING BROWSING FOR SECURED CONNECTION

SIR

I HAVE RECENTLY INSTALLED CENTOS7 AND CONFIGURED SQUID ON IT . I AM FACING A TYPICAL PROBLEM I AM ABLE TO BROWSE THE NORMAL PAGES BUT WHEN ANY PAGE THAT STARTS WITH HTTPS:\\ IS NOT ALLOWED TO BROWSE.
I HAVE CHECKED MY SQUID.CONF FILE BUT AM UNABLE TO FIND THE PROBLEM.
I HAVE DISABLE SELINEX AND THERE ARE NO RULES IN IPTABLES ALSO.

KINDLY HELP

PASTING MY SQUID.CONF FILE

#
# Recommended minimum configuration:
#

# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
#acl all src all
#acl manager proto cache_object
#acl localhost 127.0.0.1/32
#acl to_localhost dst 127.0.0.0/8 0.0.0.0/32

acl localnet src 191.254.178.0/24 191.254.28.0/24 10.0.43.0/24 10.0.42.0/24
http_access allow localnet
icp_access allow all

acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

#
# Recommended minimum Access Permission configuration:
#
# Deny requests to certain unsafe ports
http_access deny !Safe_ports

# Deny CONNECT to other than secure SSL ports
http_access deny CONNECT !SSL_ports

# Only allow cachemgr access from localhost
#http_access allow localhost manager
http_access allow localnet manager
http_access deny manager

# We strongly recommend the following be uncommented to protect innocent
# web applications running on the proxy server who think the only
# one who can access services on "localhost" is a local user
#http_access deny to_localhost

#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
#

# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
#http_access allow localhost

# And finally deny all other access to this proxy
http_access deny all


# Squid normally listens to port 3128
http_port 8899

# Uncomment and adjust the following to add a disk cache directory.
#cache_dir ufs /var/spool/squid 100 16 256

# Leave coredumps in the first cache dir
coredump_dir /var/spool/squid

cache_peer 191.254.178.76 parent 3128 0 no-query no-digest
#icp_access allow all

#
# Add any of your own refresh_pattern entries above these.
#
refresh_pattern ^ftp: 1440 20 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320