[JBoss JIRA] Commented: (MODCLUSTER-37) Allow static content to be served from proxy's local filesystem.
by Jean-Frederic Clere (JIRA)
[ https://jira.jboss.org/jira/browse/MODCLUSTER-37?page=com.atlassian.jira.... ]
Jean-Frederic Clere commented on MODCLUSTER-37:
-----------------------------------------------
That most easy is to use ProxyPassMatch regexp !
Something like:
ProxyPassMatch ^(/.*\.gif)$ !
To do this we have to copy the mod_proxy (proxy_trans) logic to proxy_cluster_trans
> Allow static content to be served from proxy's local filesystem.
> ----------------------------------------------------------------
>
> Key: MODCLUSTER-37
> URL: https://jira.jboss.org/jira/browse/MODCLUSTER-37
> Project: mod_cluster
> Issue Type: Feature Request
> Reporter: Jason Rupard
> Assignee: Jean-Frederic Clere
>
> Allow web server to serve static content from local file system.
> For example, /webapp1, is a web application in JBoss and is proxied through Apache via mod_cluster. All URLs /webapp1/* are proxied. Create Jboss/mod_cluster/Apache configuration to serve static content from the web server. Allow patterns (or globbing) for matching of URLs
> Example URL patterns:
> /webapp1/static/*
> /webapp1/*.jpg
> This is similar to what can be accomplished by JKMount in mod_jk.
> BONUS Feature:
> Create feature in such a way that URLs could be reverse proxied via mod_proxy to other web servers, /webapp1/static/ --> http://webserver/static/, instead of local file system.
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months