OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpdPath
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
run-mangleme-tests
136
my $
httpdPath
= "/usr/sbin/httpd";
138
$httpdConfig = "$testDirectory/http/conf/apache2-httpd.conf" if `$
httpdPath
-v` =~ m|Apache/2|;
144
open2(\*HTTPDIN, \*HTTPDOUT, $
httpdPath
,
/external/webkit/Tools/Scripts/webkitperl/
httpd.pm
78
my $
httpdPath
;
80
$
httpdPath
= "/usr/sbin/apache2";
82
$
httpdPath
= 'c:\program files\apache software foundation\apache2.2\bin\httpd.exe';
84
$
httpdPath
= "/usr/sbin/httpd";
86
return $
httpdPath
;
133
my $
httpdPath
= getHTTPDPath();
149
$httpdConfig = "$testDirectory/http/conf/apache2-httpd.conf" if `$
httpdPath
-v` =~ m|Apache/2|;
176
my $
httpdPath
= getHTTPDPath();
178
open2(">&1", \*HTTPDIN, $
httpdPath
, @args);
Completed in 660 milliseconds