apache related problem (HTTP Error 403 - Forbidden )
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Originally posted by Matir Well, it could be that port 3128 is a squid proxy, whereas port 5100 is usually used by SOCKS proxies.
sorry about this martir,,,,
because i got a new error:
failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Originally posted by Matir You just need to make sure its pointed to a valid proxy.
ive tried several socks proxies listed but i keep on getting this warning:
Warning: file_get_contents(http://www.yahoo.com) [function.file-get-contents]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
201.235.78.20:1080 socks 4/5 Argentina
200.114.224.112:1080 socks 4/5 Argentina
200.126.186.153:1080 socks 4/5 Argentina
84.112.18.48:1080 socks 4/5 Austria
80.108.4.231:1080 socks 4/5 Austria
80.108.28.208:1027 socks 4/5 Austria
80.108.112.111:32167 socks 4/5 Austria
i tried them all, but all of them went in vain....
Warning: file_get_contents(http://www.yahoo.com) [function.file-get-contents]: failed to open stream: Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?
Warning: file_get_contents(http://www.yahoo.com) [function.file-get-contents]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
You may experience a "forbidden error" when attempting to access a users public web site (http://localhost/~alice), this is generally because the permissions are either set incorrectly, or SELinux is set to "Enforcing" mode which blocks the standard suexec call needed by the Apache server. Common error is the "/home/username" permissions.
To temporarily disable SELinux so you can test the access permissions, type "setenforce 0" at the command prompt. Typing "setenforce 1" sets SELinux back to Enforcing mode.
Use the following commands to permanently adjust the SELinux file security context so Apache can access user's public web sites.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.