Pastoid

The page you are looking at now is at this URL: http://pastoid.com/aw2

This paste was last updated on April 30, 2009 at 8:20 pm.

Pasted Coderaw

// rewrite.lua. requires mod_magnet to be active. place rewrite.lua in the vhost's document root
 
attr = lighty.stat(lighty.env["physical.path"])
 
if (not attr) then
	lighty.env["uri.path"] = "/index.php"
	lighty.env["physical.rel-path"] = lighty.env["uri.path"]
	lighty.env["request.orig-uri"]  = lighty.env["request.uri"]
	lighty.env["physical.path"] = lighty.env["physical.doc-root"] .. lighty.env["physical.rel-path"]
end
 
// example vhost in lighttpd.conf
 
$HTTP["host"] == "www.61.loc" {
    server.document-root = "/home/rick/PortApps/Documents/Lighty2Go/HTDOCS/habari_61"
    magnet.attract-physical-path-to = ( server.document-root + "/rewrite.lua" )
}
 
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 6
search.live.com 1
Is this paste spam?
<Hide