Welcome to Server Circle. It's a friendly site and all levels of experience are welcome. Be aware that we use cookies for your login.
Server Circle - Ask questions about Servers and get answers from experts.
Beta (0.48 sec)
Simple way of showing images in Apache from LAN

I have some content behind our firewall in our office LAN that I need to show on the website but there's no DNS entries for the LAN servers.

How would I go about doing this ? And to make it secure ?
Asked by:
y612ws
26 points
 Report Abuse
 Share Page - Category: CentOS Linux - Tags: Simple way of showing images in Apache from LAN
 Enter your response
Please use Pastie.org to paste lengthy code or to fix formatting issues with code
  • Responses in reverse (2)

Best Answer

You could use mod_proxy to proxy requests for /lanimg/ to http://internalserver/

eg.

SSLProxyEngine On

ProxyPreserveHost Off



Order deny,allow

Allow from all



ProxyPass /lanimg http://internalserver/

ProxyPassReverse /lanimg http://internalserver/

A request to /lanimg/some.jpg would be served by apache from http://internalserver/some.jpg.

Have a look at:

http://wiki.uniformserver ...

Response by:
_SteveWilson ...
4290 points
Just what I was needed. Thank you for your help.

Response by:
y612ws
26 points


  • Related Questions
About Us : Contact Us : Etiquette : Terms : CDN Failover : ShorterURL : CDN Fallback : © 2013 Server Circle