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

  /external/webkit/WebKitTools/Scripts/
run-mangleme-tests 137 my $httpdConfig = "$testDirectory/http/conf/httpd.conf";
138 $httpdConfig = "$testDirectory/http/conf/apache2-httpd.conf" if `$httpdPath -v` =~ m|Apache/2|;
145 "-f", "$httpdConfig",
run-iexploder-tests 122 my $httpdConfig = getHTTPDConfigPathForTestDirectory($testDirectory);
131 "-f", "$httpdConfig",
  /external/webkit/WebKitTools/Scripts/webkitperl/
httpd.pm 89 my $httpdConfig = getHTTPDConfigPathForTestDirectory($testDirectory);
97 "-f", "$httpdConfig",
122 my $httpdConfig;
130 $httpdConfig = "$windowsConfDirectory/cygwin-httpd.conf";
132 $httpdConfig = "$testDirectory/http/conf/apache2-debian-httpd.conf";
134 $httpdConfig = "$testDirectory/http/conf/fedora-httpd.conf";
136 $httpdConfig = "$testDirectory/http/conf/httpd.conf";
137 $httpdConfig = "$testDirectory/http/conf/apache2-httpd.conf" if `$httpdPath -v` =~ m|Apache/2|;
139 return $httpdConfig;

Completed in 247 milliseconds