<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[164149] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/164149">164149</a></dd>
<dt>Author</dt> <dd>rniwa@webkit.org</dd>
<dt>Date</dt> <dd>2014-02-14 18:50:14 -0800 (Fri, 14 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Build fix after <a href="http://trac.webkit.org/projects/webkit/changeset/164148">r164148</a>.

Tools: 

* Scripts/webkitpy/port/base.py:
(Port._apache_config_file_name_for_platform):

LayoutTests: 

* http/conf/apache2-httpd.conf: Removed.
* http/conf/apache2.2-httpd.conf: Copied from LayoutTests/http/conf/apache2-httpd.conf.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptswebkitpyportbasepy">trunk/Tools/Scripts/webkitpy/port/base.py</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestshttpconfapache22httpdconf">trunk/LayoutTests/http/conf/apache2.2-httpd.conf</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestshttpconfapache2httpdconf">trunk/LayoutTests/http/conf/apache2-httpd.conf</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (164148 => 164149)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-02-15 02:33:39 UTC (rev 164148)
+++ trunk/LayoutTests/ChangeLog        2014-02-15 02:50:14 UTC (rev 164149)
</span><span class="lines">@@ -1,5 +1,12 @@
</span><span class="cx"> 2014-02-14  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        Build fix after r164148.
+
+        * http/conf/apache2-httpd.conf: Removed.
+        * http/conf/apache2.2-httpd.conf: Copied from LayoutTests/http/conf/apache2-httpd.conf.
+
+2014-02-14  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
+
</ins><span class="cx">         run-webkit-tests doesn't work with Apache 2.4
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=128861
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestshttpconfapache2httpdconf"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/conf/apache2-httpd.conf (164148 => 164149)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/conf/apache2-httpd.conf        2014-02-15 02:33:39 UTC (rev 164148)
+++ trunk/LayoutTests/http/conf/apache2-httpd.conf        2014-02-15 02:50:14 UTC (rev 164149)
</span><span class="lines">@@ -1,156 +0,0 @@
</span><del>-ServerRoot &quot;/usr&quot;
-
-LockFile &quot;/tmp/WebKit/httpd.lock&quot;
-PidFile &quot;/tmp/WebKit/httpd.pid&quot;
-ScoreBoardFile &quot;/tmp/WebKit/httpd.scoreboard&quot;
-
-Timeout 300
-KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
-
-MinSpareServers 1
-MaxSpareServers 5
-StartServers 1
-MaxClients 150
-MaxRequestsPerChild 100000
-
-LoadModule authz_host_module libexec/apache2/mod_authz_host.so
-LoadModule include_module libexec/apache2/mod_include.so
-LoadModule log_config_module libexec/apache2/mod_log_config.so
-LoadModule headers_module libexec/apache2/mod_headers.so
-LoadModule ssl_module libexec/apache2/mod_ssl.so
-LoadModule mime_module libexec/apache2/mod_mime.so
-LoadModule asis_module libexec/apache2/mod_asis.so
-LoadModule cgi_module libexec/apache2/mod_cgi.so
-LoadModule negotiation_module libexec/apache2/mod_negotiation.so
-LoadModule imagemap_module libexec/apache2/mod_imagemap.so
-LoadModule actions_module libexec/apache2/mod_actions.so
-LoadModule alias_module libexec/apache2/mod_alias.so
-LoadModule rewrite_module libexec/apache2/mod_rewrite.so
-LoadModule php5_module        libexec/apache2/libphp5.so
-
-ServerName 127.0.0.1
-
-&lt;Directory /&gt;
-    Options Indexes FollowSymLinks MultiViews ExecCGI Includes
-    AllowOverride All
-    Order allow,deny
-    Allow from all
-&lt;/Directory&gt;
-
-AccessFileName .htaccess
-
-&lt;Files ~ &quot;^\.([Hh][Tt]|[Dd][Ss]_[Ss])&quot;&gt;
-    Order allow,deny
-    Deny from all
-    Satisfy All
-&lt;/Files&gt;
-
-UseCanonicalName On
-DefaultType text/plain
-HostnameLookups Off
-
-LogLevel warn
-LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot; combined
-LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common
-LogFormat &quot;%{Referer}i -&gt; %U&quot; referer
-LogFormat &quot;%{User-agent}i&quot; agent
-
-ServerSignature On
-
-&lt;IfModule mod_alias.c&gt;
-&lt;/IfModule&gt;
-
-&lt;IfModule mod_mime.c&gt;
-    AddLanguage da .dk
-    AddLanguage nl .nl
-    AddLanguage en .en
-    AddLanguage et .ee
-    AddLanguage fr .fr
-    AddLanguage de .de
-    AddLanguage el .el
-    AddLanguage he .he
-    AddCharset ISO-8859-8 .iso8859-8
-    AddLanguage it .it
-    AddLanguage ja .ja
-    AddCharset ISO-2022-JP .jis
-    AddLanguage kr .kr
-    AddCharset ISO-2022-KR .iso-kr
-    AddLanguage nn .nn
-    AddLanguage no .no
-    AddLanguage pl .po
-    AddCharset ISO-8859-2 .iso-pl
-    AddLanguage pt .pt
-    AddLanguage pt-br .pt-br
-    AddLanguage ltz .lu
-    AddLanguage ca .ca
-    AddLanguage es .es
-    AddLanguage sv .sv
-    AddLanguage cs .cz .cs
-    AddLanguage ru .ru
-    AddLanguage zh-TW .zh-tw
-    AddCharset Big5         .Big5    .big5
-    AddCharset WINDOWS-1251 .cp-1251
-    AddCharset CP866        .cp866
-    AddCharset ISO-8859-5   .iso-ru
-    AddCharset KOI8-R       .koi8-r
-    AddCharset UCS-2        .ucs2
-    AddCharset UCS-4        .ucs4
-    AddCharset UTF-8        .utf8
-
-    &lt;IfModule mod_negotiation.c&gt;
-        LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
-    &lt;/IfModule&gt;
-
-    AddType application/x-tar .tgz
-
-    AddEncoding x-compress .Z
-    AddEncoding x-gzip .gz .tgz
-
-    AddHandler cgi-script .cgi .pl
-
-    AddType text/html .shtml
-    AddHandler server-parsed .shtml
-
-    AddHandler send-as-is asis
-&lt;/IfModule&gt;
-
-&lt;IfModule mod_php5.c&gt;
-    AddType application/x-httpd-php .php
-    AddType application/x-httpd-php .bat
-    AddType application/x-httpd-php-source .phps
-
-    &lt;IfModule mod_dir.c&gt;
-        DirectoryIndex index.html index.php
-    &lt;/IfModule&gt;
-
-    php_flag log_errors on
-    php_flag short_open_tag on
-&lt;/IfModule&gt;
-
-&lt;IfModule mod_rewrite.c&gt;
-    RewriteEngine On
-    RewriteCond %{REQUEST_METHOD} ^TRACE
-    RewriteRule .* - [F]
-&lt;/IfModule&gt;
-
-&lt;VirtualHost *:8443&gt;
-    ServerName 127.0.0.1
-    SSLEngine On
-&lt;/VirtualHost&gt;
-
-#
-# Apple-specific filesystem protection.
-#
-&lt;Files &quot;rsrc&quot;&gt;
-    Order allow,deny
-    Deny from all
-    Satisfy All
-&lt;/Files&gt;
-
-&lt;Directory  ~ &quot;.*\.\.namedfork&quot;&gt;
-    Order allow,deny
-    Deny from all
-    Satisfy All
-&lt;/Directory&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttpconfapache22httpdconffromrev164147trunkLayoutTestshttpconfapache2httpdconf"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/http/conf/apache2.2-httpd.conf (from rev 164147, trunk/LayoutTests/http/conf/apache2-httpd.conf) (0 => 164149)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/conf/apache2.2-httpd.conf                                (rev 0)
+++ trunk/LayoutTests/http/conf/apache2.2-httpd.conf        2014-02-15 02:50:14 UTC (rev 164149)
</span><span class="lines">@@ -0,0 +1,156 @@
</span><ins>+ServerRoot &quot;/usr&quot;
+
+LockFile &quot;/tmp/WebKit/httpd.lock&quot;
+PidFile &quot;/tmp/WebKit/httpd.pid&quot;
+ScoreBoardFile &quot;/tmp/WebKit/httpd.scoreboard&quot;
+
+Timeout 300
+KeepAlive On
+MaxKeepAliveRequests 100
+KeepAliveTimeout 15
+
+MinSpareServers 1
+MaxSpareServers 5
+StartServers 1
+MaxClients 150
+MaxRequestsPerChild 100000
+
+LoadModule authz_host_module libexec/apache2/mod_authz_host.so
+LoadModule include_module libexec/apache2/mod_include.so
+LoadModule log_config_module libexec/apache2/mod_log_config.so
+LoadModule headers_module libexec/apache2/mod_headers.so
+LoadModule ssl_module libexec/apache2/mod_ssl.so
+LoadModule mime_module libexec/apache2/mod_mime.so
+LoadModule asis_module libexec/apache2/mod_asis.so
+LoadModule cgi_module libexec/apache2/mod_cgi.so
+LoadModule negotiation_module libexec/apache2/mod_negotiation.so
+LoadModule imagemap_module libexec/apache2/mod_imagemap.so
+LoadModule actions_module libexec/apache2/mod_actions.so
+LoadModule alias_module libexec/apache2/mod_alias.so
+LoadModule rewrite_module libexec/apache2/mod_rewrite.so
+LoadModule php5_module        libexec/apache2/libphp5.so
+
+ServerName 127.0.0.1
+
+&lt;Directory /&gt;
+    Options Indexes FollowSymLinks MultiViews ExecCGI Includes
+    AllowOverride All
+    Order allow,deny
+    Allow from all
+&lt;/Directory&gt;
+
+AccessFileName .htaccess
+
+&lt;Files ~ &quot;^\.([Hh][Tt]|[Dd][Ss]_[Ss])&quot;&gt;
+    Order allow,deny
+    Deny from all
+    Satisfy All
+&lt;/Files&gt;
+
+UseCanonicalName On
+DefaultType text/plain
+HostnameLookups Off
+
+LogLevel warn
+LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b \&quot;%{Referer}i\&quot; \&quot;%{User-Agent}i\&quot;&quot; combined
+LogFormat &quot;%h %l %u %t \&quot;%r\&quot; %&gt;s %b&quot; common
+LogFormat &quot;%{Referer}i -&gt; %U&quot; referer
+LogFormat &quot;%{User-agent}i&quot; agent
+
+ServerSignature On
+
+&lt;IfModule mod_alias.c&gt;
+&lt;/IfModule&gt;
+
+&lt;IfModule mod_mime.c&gt;
+    AddLanguage da .dk
+    AddLanguage nl .nl
+    AddLanguage en .en
+    AddLanguage et .ee
+    AddLanguage fr .fr
+    AddLanguage de .de
+    AddLanguage el .el
+    AddLanguage he .he
+    AddCharset ISO-8859-8 .iso8859-8
+    AddLanguage it .it
+    AddLanguage ja .ja
+    AddCharset ISO-2022-JP .jis
+    AddLanguage kr .kr
+    AddCharset ISO-2022-KR .iso-kr
+    AddLanguage nn .nn
+    AddLanguage no .no
+    AddLanguage pl .po
+    AddCharset ISO-8859-2 .iso-pl
+    AddLanguage pt .pt
+    AddLanguage pt-br .pt-br
+    AddLanguage ltz .lu
+    AddLanguage ca .ca
+    AddLanguage es .es
+    AddLanguage sv .sv
+    AddLanguage cs .cz .cs
+    AddLanguage ru .ru
+    AddLanguage zh-TW .zh-tw
+    AddCharset Big5         .Big5    .big5
+    AddCharset WINDOWS-1251 .cp-1251
+    AddCharset CP866        .cp866
+    AddCharset ISO-8859-5   .iso-ru
+    AddCharset KOI8-R       .koi8-r
+    AddCharset UCS-2        .ucs2
+    AddCharset UCS-4        .ucs4
+    AddCharset UTF-8        .utf8
+
+    &lt;IfModule mod_negotiation.c&gt;
+        LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
+    &lt;/IfModule&gt;
+
+    AddType application/x-tar .tgz
+
+    AddEncoding x-compress .Z
+    AddEncoding x-gzip .gz .tgz
+
+    AddHandler cgi-script .cgi .pl
+
+    AddType text/html .shtml
+    AddHandler server-parsed .shtml
+
+    AddHandler send-as-is asis
+&lt;/IfModule&gt;
+
+&lt;IfModule mod_php5.c&gt;
+    AddType application/x-httpd-php .php
+    AddType application/x-httpd-php .bat
+    AddType application/x-httpd-php-source .phps
+
+    &lt;IfModule mod_dir.c&gt;
+        DirectoryIndex index.html index.php
+    &lt;/IfModule&gt;
+
+    php_flag log_errors on
+    php_flag short_open_tag on
+&lt;/IfModule&gt;
+
+&lt;IfModule mod_rewrite.c&gt;
+    RewriteEngine On
+    RewriteCond %{REQUEST_METHOD} ^TRACE
+    RewriteRule .* - [F]
+&lt;/IfModule&gt;
+
+&lt;VirtualHost *:8443&gt;
+    ServerName 127.0.0.1
+    SSLEngine On
+&lt;/VirtualHost&gt;
+
+#
+# Apple-specific filesystem protection.
+#
+&lt;Files &quot;rsrc&quot;&gt;
+    Order allow,deny
+    Deny from all
+    Satisfy All
+&lt;/Files&gt;
+
+&lt;Directory  ~ &quot;.*\.\.namedfork&quot;&gt;
+    Order allow,deny
+    Deny from all
+    Satisfy All
+&lt;/Directory&gt;
</ins></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (164148 => 164149)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-02-15 02:33:39 UTC (rev 164148)
+++ trunk/Tools/ChangeLog        2014-02-15 02:50:14 UTC (rev 164149)
</span><span class="lines">@@ -1,5 +1,12 @@
</span><span class="cx"> 2014-02-14  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        Build fix after r164148.
+
+        * Scripts/webkitpy/port/base.py:
+        (Port._apache_config_file_name_for_platform):
+
+2014-02-14  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
+
</ins><span class="cx">         run-webkit-tests doesn't work with Apache 2.4
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=128861
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpyportbasepy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/port/base.py (164148 => 164149)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/port/base.py        2014-02-15 02:33:39 UTC (rev 164148)
+++ trunk/Tools/Scripts/webkitpy/port/base.py        2014-02-15 02:50:14 UTC (rev 164149)
</span><span class="lines">@@ -1088,7 +1088,7 @@
</span><span class="cx">             if self._is_arch_based():
</span><span class="cx">                 return 'archlinux-httpd.conf'
</span><span class="cx">         # All platforms use apache2 except for CYGWIN (and Mac OS X Tiger and prior, which we no longer support).
</span><del>-        return 'httpd-' + self._apache_version() + '.conf'
</del><ins>+        return 'apache' + self._apache_version() + '-httpd.conf'
</ins><span class="cx"> 
</span><span class="cx">     def _path_to_apache_config_file(self):
</span><span class="cx">         &quot;&quot;&quot;Returns the full path to the apache configuration file.
</span></span></pre>
</div>
</div>

</body>
</html>