A tip for using mod_proxy on development machines

If you are using mod_proxy in Apache, remember that it will “cache” errors. In certain instances you won’t want this – such as internal development.

So you might want to do something like:

ProxyPass         /       http://localhost:8888/ retry=0

 

Leave a Reply

Your email address will not be published. Required fields are marked *