From: <abe...@us...> - 2013-08-03 18:41:09
|
Revision: 6163 http://sourceforge.net/p/astlinux/code/6163 Author: abelbeck Date: 2013-08-03 18:41:04 +0000 (Sat, 03 Aug 2013) Log Message: ----------- lighttpd, allow /fop2 to redirect to /fop2/ per Ingmar's request. Note this has side effects such that /fop2.php would alias to /fop2/.php (/stat/var/packages/fop2/html/.php) ignoring any local file by that name. Modified Paths: -------------- branches/1.0/package/lighttpd/lighttpd.conf Modified: branches/1.0/package/lighttpd/lighttpd.conf =================================================================== --- branches/1.0/package/lighttpd/lighttpd.conf 2013-08-02 16:18:15 UTC (rev 6162) +++ branches/1.0/package/lighttpd/lighttpd.conf 2013-08-03 18:41:04 UTC (rev 6163) @@ -149,7 +149,7 @@ @PHONEPROV@ } @PHONEPROV@} -@FOP2@alias.url += ( "/fop2/" => "/stat/var/packages/fop2/html/" ) +@FOP2@alias.url += ( "/fop2" => "/stat/var/packages/fop2/html/" ) @FOP2@ @FOP2@$HTTP["url"] =~ "^/fop2/" { @FOP2@ setenv.add-response-header = ( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |