So apparently our redirect from http:// to https:// overrides Aliases in the http:// vhost.<br><br>Two new +1&#39;s to move this over to the https:// vhost please.<br><br><br><br>diff --git a/configs/web/fedorahosted.org.conf b/configs/web/fedorahosted.org.conf<br>
index 8f1f2e1..298d9e2 100644<br>--- a/configs/web/fedorahosted.org.conf<br>+++ b/configs/web/fedorahosted.org.conf<br>@@ -2,9 +2,6 @@<br>     ServerName <a href="http://fedorahosted.org">fedorahosted.org</a><br>     ServerAlias <a href="http://www.fedorahosted.org">www.fedorahosted.org</a><br>
 <br>-    # Make robots.txt be used.<br>-    Alias /robots.txt /srv/web/<a href="http://fedorahosted.org/robots.txt">fedorahosted.org/robots.txt</a><br>-<br>     Redirect 301 / <a href="https://fedorahosted.org/">https://fedorahosted.org/</a><br>
 &lt;/VirtualHost&gt;<br> <br>@@ -18,6 +15,9 @@ Listen 443<br>         RemoveEncoding .gz<br>     &lt;/files&gt;<br> <br>+    # Make robots.txt be used. For real this time.<br>+    Alias /robots.txt /srv/web/<a href="http://fedorahosted.org/robots.txt">fedorahosted.org/robots.txt</a><br>
+<br>     SSLEngine on<br>     SSLCertificateFile    /etc/httpd/conf.d/<a href="http://fedorahosted.org/fedorahosted.org.cert">fedorahosted.org/fedorahosted.org.cert</a><br>     SSLCertificateKeyFile /etc/httpd/conf.d/<a href="http://fedorahosted.org/fedorahosted.org.key">fedorahosted.org/fedorahosted.org.key</a><br>
<br><br><br><div class="gmail_quote">On Tue, May 10, 2011 at 5:13 PM, Toshio Kuratomi <span dir="ltr">&lt;<a href="mailto:a.badger@gmail.com">a.badger@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, May 10, 2011 at 03:45:15PM -0400, Ricky Elrod wrote:<br>
&gt; Hm... maybe not. Is that something we want to look into before hand? I&#39;m not<br>
&gt; sure what kind of options exist for that, as I don&#39;t use svn that often (or at<br>
&gt; all).<br>
&gt;<br>
</div>I&#39;m +1 even without a separate, indexed-by-google web viewer for svn.<br>
<br>
svn can be configured to be browsable by http with just svn itself, not sure<br>
if there&#39;s a reason we aren&#39;t (apparently) doing that.<br>
<font color="#888888"><br>
-Toshio<br>
</font><div><div></div><div class="h5"><br>
&gt; On Tue, May 10, 2011 at 3:01 PM, Toshio Kuratomi &lt;<a href="mailto:a.badger@gmail.com">a.badger@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;     On Tue, May 10, 2011 at 02:02:11PM -0400, Ricky Elrod wrote:<br>
&gt;     &gt; Wanted to do this before freeze, but never had a chance -- let&#39;s get<br>
&gt;     robots.txt<br>
&gt;     &gt; working on hosted1 and try to bring down cpu load and improve page load<br>
&gt;     times a<br>
&gt;     &gt; bit.<br>
&gt;     &gt;<br>
&gt;     &gt; Thoughts/+1&#39;s please. robots.txt is already there and has been for a long<br>
&gt;     time,<br>
&gt;     &gt; but nothing has told apache to use it, because apache requests go<br>
&gt;     straight to<br>
&gt;     &gt; trac.<br>
&gt;     &gt;<br>
&gt;     &gt; robots.txt is set to block crawlers from accessing fh.o/*/browser/*<br>
&gt;     (which is<br>
&gt;     &gt; the trac source code browser) -- as per <a href="https://fedorahosted.org/" target="_blank">https://fedorahosted.org/</a><br>
&gt;     &gt; fedora-infrastructure/ticket/1848<br>
&gt;     &gt;<br>
&gt;     +1<br>
&gt;<br>
&gt;     The web interfaces at <a href="http://git.fedorahosted.org/git/" target="_blank">git.fedorahosted.org/git/</a>, bzr.fp.o/bzr, and<br>
&gt;     hg.fp.o/hg take care of this I think.  The one question I have in regards<br>
&gt;     to<br>
&gt;     this is do we have an svn web viewer?<br>
&gt;<br>
&gt;     -Toshio<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; diff --git a/configs/web/fedorahosted.org.conf b/configs/web/<br>
&gt;     &gt; fedorahosted.org.conf<br>
&gt;     &gt; index d0f7139..8f1f2e1 100644<br>
&gt;     &gt; --- a/configs/web/fedorahosted.org.conf<br>
&gt;     &gt; +++ b/configs/web/fedorahosted.org.conf<br>
&gt;     &gt; @@ -2,6 +2,9 @@<br>
&gt;     &gt;      ServerName <a href="http://fedorahosted.org" target="_blank">fedorahosted.org</a><br>
&gt;     &gt;      ServerAlias <a href="http://www.fedorahosted.org" target="_blank">www.fedorahosted.org</a><br>
&gt;     &gt;<br>
&gt;     &gt; +    # Make robots.txt be used.<br>
&gt;     &gt; +    Alias /robots.txt /srv/web/<a href="http://fedorahosted.org/robots.txt" target="_blank">fedorahosted.org/robots.txt</a><br>
&gt;     &gt; +<br>
&gt;     &gt;      Redirect 301 / <a href="https://fedorahosted.org/" target="_blank">https://fedorahosted.org/</a><br>
&gt;     &gt;  &lt;/VirtualHost&gt;<br>
&gt;     &gt;<br>
&gt;<br>
&gt;     &gt; _______________________________________________<br>
&gt;     &gt; infrastructure mailing list<br>
&gt;     &gt; <a href="mailto:infrastructure@lists.fedoraproject.org">infrastructure@lists.fedoraproject.org</a><br>
&gt;     &gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/infrastructure" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/infrastructure</a><br>
&gt;<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     infrastructure mailing list<br>
&gt;     <a href="mailto:infrastructure@lists.fedoraproject.org">infrastructure@lists.fedoraproject.org</a><br>
&gt;     <a href="https://admin.fedoraproject.org/mailman/listinfo/infrastructure" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/infrastructure</a><br>
&gt;<br>
&gt;<br>
<br>
&gt; _______________________________________________<br>
&gt; infrastructure mailing list<br>
&gt; <a href="mailto:infrastructure@lists.fedoraproject.org">infrastructure@lists.fedoraproject.org</a><br>
&gt; <a href="https://admin.fedoraproject.org/mailman/listinfo/infrastructure" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/infrastructure</a><br>
<br>
</div></div><br>_______________________________________________<br>
infrastructure mailing list<br>
<a href="mailto:infrastructure@lists.fedoraproject.org">infrastructure@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/infrastructure" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/infrastructure</a><br></blockquote></div><br>