OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpd
(Results
1 - 11
of
11
) sorted by null
/external/webkit/LayoutTests/http/conf/
httpd.conf
2
##
httpd
.conf -- Apache HTTP server configuration file
10
# See <URL:http://
httpd
.apache.org/docs/> for detailed information about
18
# /private/etc/
httpd
/srm.conf and then /private/etc/
httpd
/access.conf
74
LockFile "/tmp/WebKit/
httpd
.lock"
80
PidFile "/tmp/WebKit/
httpd
.pid"
88
ScoreBoardFile "/tmp/WebKit/
httpd
.scoreboard"
91
# In the standard configuration, the server will process
httpd
.conf (this
178
# Configured from the
httpd
command line for WebKit layout tests.
191
# Please read the file http://
httpd
.apache.org/docs/dso.html for mor
[
all
...]
apache2-debian-httpd.conf
2
##
httpd
.conf -- Apache HTTP server configuration file
10
# See <URL:http://
httpd
.apache.org/docs/> for detailed information about
68
LockFile "/tmp/WebKit/
httpd
.lock"
74
PidFile "/tmp/WebKit/
httpd
.pid"
82
ScoreBoardFile "/tmp/WebKit/
httpd
.scoreboard"
160
# Configured from the
httpd
command line for WebKit layout tests.
173
# Please read the file http://
httpd
.apache.org/docs/dso.html for more
174
# details about the DSO mechanism and run `
httpd
-l' for the list of already
175
# built-in (statically linked and thus always available) modules in your
httpd
257
# Configured from the
httpd
command line for WebKit layout tests
[
all
...]
apache2-httpd.conf
2
##
httpd
.conf -- Apache HTTP server configuration file
10
# See <URL:http://
httpd
.apache.org/docs/> for detailed information about
68
LockFile "/tmp/WebKit/
httpd
.lock"
74
PidFile "/tmp/WebKit/
httpd
.pid"
82
ScoreBoardFile "/tmp/WebKit/
httpd
.scoreboard"
160
# Configured from the
httpd
command line for WebKit layout tests.
173
# Please read the file http://
httpd
.apache.org/docs/dso.html for more
174
# details about the DSO mechanism and run `
httpd
-l' for the list of already
175
# built-in (statically linked and thus always available) modules in your
httpd
282
# Configured from the
httpd
command line for WebKit layout tests
[
all
...]
cygwin-httpd.conf
2
##
httpd
.conf -- Apache HTTP server configuration file
10
# See <URL:http://
httpd
.apache.org/docs/> for detailed information about
18
# /private/etc/
httpd
/srm.conf and then /private/etc/
httpd
/access.conf
74
LockFile "/tmp/WebKit/
httpd
.lock"
80
PidFile "/tmp/WebKit/
httpd
.pid"
88
ScoreBoardFile "/tmp/WebKit/
httpd
.scoreboard"
91
# In the standard configuration, the server will process
httpd
.conf (this
178
# Configured from the
httpd
command line for WebKit layout tests.
189
# Please read the file http://
httpd
.apache.org/docs/dso.html for mor
[
all
...]
fedora-httpd.conf
4
# See <URL:http://
httpd
.apache.org/docs/2.2/> for detailed information.
6
# <URL:http://
httpd
.apache.org/docs/2.2/mod/directives.html>
29
# with ServerRoot set to "/etc/
httpd
" will be interpreted by the
30
# server as "/etc/
httpd
/logs/foo.log".
52
# (available at <URL:http://
httpd
.apache.org/docs/2.2/mod/mpm_common.html#lockfile>);
57
ServerRoot "/etc/
httpd
"
63
LockFile "/tmp/WebKit/
httpd
.lock"
69
PidFile "/tmp/WebKit/
httpd
.pid"
77
ScoreBoardFile "/tmp/WebKit/
httpd
.scoreboard"
148
# Statically compiled modules (those listed by `
httpd
-l') do not nee
[
all
...]
/external/webkit/WebKitTools/Scripts/
run-webkit-httpd
42
use webkitperl::
httpd
;
72
print "Starting
httpd
on port $httpdPort (all interfaces)...\n";
74
print "Starting
httpd
on <http://$listen/>...\n";
run-mangleme-tests
117
if (-f "/tmp/WebKit/
httpd
.pid") {
118
my $oldPid = `cat /tmp/WebKit/
httpd
.pid`;
130
die "Timed out waiting for
httpd
to quit" unless $retryCount;
136
my $httpdPath = "/usr/sbin/
httpd
";
137
my $httpdConfig = "$testDirectory/http/conf/
httpd
.conf";
138
$httpdConfig = "$testDirectory/http/conf/apache2-
httpd
.conf" if `$httpdPath -v` =~ m|Apache/2|;
141
my $sslCertificate = "$testDirectory/http/conf/webkit-
httpd
.pem";
161
die "Timed out waiting for
httpd
to start" unless $retryCount;
173
kill 15, `cat /tmp/WebKit/
httpd
.pid` if -f "/tmp/WebKit/
httpd
.pid"
[
all
...]
run-iexploder-tests
41
use webkitperl::
httpd
;
126
my $sslCertificate = "$testDirectory/http/conf/webkit-
httpd
.pem";
run-webkit-tests
71
use webkitperl::
httpd
;
234
--[no-]wait-for-
httpd
Wait for
httpd
if some other test session is using it already (same as WEBKIT_WAIT_FOR_HTTPD=1). (default: $shouldWaitForHTTPD)
278
'wait-for-
httpd
!' => \$shouldWaitForHTTPD,
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
http_server.py
217
raise google.httpd_utils.HttpdNotStarted('Failed to start
httpd
.')
259
# specifying root but not port means we want
httpd
on default
264
httpd
= Lighttpd(tempfile.gettempdir(),
270
httpd
.start()
272
httpd
.stop(force=True)
/external/clearsilver/ports/rpm/
clearsilver.spec
52
%define apache_libexec %(eval `/
httpd
/bin/apxs -q LIBEXECDIR`)
Completed in 51 milliseconds