HomeSort by relevance Sort by last modified time
    Searched refs:Lighttpd (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/Scripts/
new-run-webkit-httpd 34 # FIXME: currently this code only works with the Chromium ports and LigHTTPd.
64 httpd = http_server.Lighttpd(port_obj,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 96 class PyWebSocket(http_server.Lighttpd):
104 http_server.Lighttpd.__init__(self, port_obj, output_dir,
http_server.py 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
    [all...]
base.py 623 self._http_server = http_server.Lighttpd(self, self.results_directory())
    [all...]

Completed in 422 milliseconds