Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReversePath causes "Unable to parse config file" error #17

Closed
cfredhart opened this issue Mar 11, 2016 · 5 comments · Fixed by #133
Closed

ReversePath causes "Unable to parse config file" error #17

cfredhart opened this issue Mar 11, 2016 · 5 comments · Fixed by #133

Comments

@cfredhart
Copy link

The attached tinyproxy.conf file produces the error

$ /usr/local/sbin/tinyproxy -c /ram/tinyproxy.conf
Syntax error on line 305
Unable to parse config file. Not starting.

I can't seem to get reverse proxy function to work on OS X (installed via homebrew: tinyproxy-1.8.3.el_capitan.bottle.2.tar.gz)

tinyproxy.txt

@obnoxxx
Copy link
Member

obnoxxx commented Mar 24, 2016

Is tinyproxy compiled with reverse support?
Running "tinyproxy -h | grep Reverse" should print "Reverse proxy support".
If it does not, then the above is the expected behaviour.
Otherwise we need to investivate further...

@pachun
Copy link

pachun commented Apr 4, 2016

@cfredhart I had the same issue. I had to install it with the with-reverse option in homebrew. Check out line 17 in homebrew's installation formula for tinyproxy:

https://github.com/Homebrew/homebrew-core/blob/fb81645562f7e495a49561065912788af2d1f14f/Formula/tinyproxy.rb

For me, that consisted of first uninstalling tinyproxy with homebrew:

brew uninstall tinyproxy

Then, installing it with the with-reverse option this way:

brew install tinyproxy --with-reverse

I hope this helps! If so, you should probably mark this issue solved or whatever sounds best.

@obnoxxx
Copy link
Member

obnoxxx commented Sep 10, 2016

@cfredhart , I guess @pachun has the answer. Closing this issue now. Please open again if problem persists...

@obnoxxx obnoxxx closed this as completed Sep 10, 2016
@kdar
Copy link

kdar commented Jan 9, 2018

Ran into this issue on Arch. Apparently, community/tinyproxy is not compiled with reverse proxy support.

@rofl0r rofl0r reopened this Jan 9, 2018
rofl0r added a commit to rofl0r/tinyproxy that referenced this issue Jan 9, 2018
rofl0r added a commit that referenced this issue Feb 6, 2018
@YourFin
Copy link

YourFin commented Aug 31, 2018

It should be noted that this still hasn't been added on the arch linux community package. I've filed a bug report here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants