Home | History | Annotate | Download | only in Scripts

Lines Matching refs:httpd

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";