Home | History | Annotate | Download | only in port

Lines Matching refs:Lighttpd

30 """A class to help start/stop the lighttpd server used by layout tests."""
55 class Lighttpd(http_server_base.HttpServerBase):
111 raise 'Lighttpd already running'
114 'Scripts', 'webkitpy', 'layout_tests', 'port', 'lighttpd.conf')
115 out_conf_file = os.path.join(self._output_dir, 'lighttpd.conf')
132 # lighttpd.conf files seem to be UTF-8 without BOM:
133 # http://redmine.lighttpd.net/issues/992
196 '-f', os.path.join(self._output_dir, 'lighttpd.conf'),
204 # Copy liblightcomp.dylib to /tmp/lighttpd/lib to work around the
207 tmp_module_path = '/tmp/lighttpd/lib'