change request - make robots.txt work on fho

Kevin Fenzi kevin at scrye.com
Wed May 11 22:50:45 UTC 2011


On Wed, 11 May 2011 18:33:43 -0400
Ricky Elrod <codeblock at elrod.me> wrote:

> So apparently our redirect from http:// to https:// overrides Aliases
> in the http:// vhost.
> 
> Two new +1's to move this over to the https:// vhost please.
> 
> 
> 
> diff --git a/configs/web/fedorahosted.org.conf
> b/configs/web/fedorahosted.org.conf
> index 8f1f2e1..298d9e2 100644
> --- a/configs/web/fedorahosted.org.conf
> +++ b/configs/web/fedorahosted.org.conf
> @@ -2,9 +2,6 @@
>      ServerName fedorahosted.org
>      ServerAlias www.fedorahosted.org
> 
> -    # Make robots.txt be used.
> -    Alias /robots.txt /srv/web/fedorahosted.org/robots.txt
> -
>      Redirect 301 / https://fedorahosted.org/
>  </VirtualHost>
> 
> @@ -18,6 +15,9 @@ Listen 443
>          RemoveEncoding .gz
>      </files>
> 
> +    # Make robots.txt be used. For real this time.
> +    Alias /robots.txt /srv/web/fedorahosted.org/robots.txt
> +
>      SSLEngine on
>      SSLCertificateFile    /etc/httpd/conf.d/
> fedorahosted.org/fedorahosted.org.cert
>      SSLCertificateKeyFile /etc/httpd/conf.d/
> fedorahosted.org/fedorahosted.org.key

ok. Seems reasonable to me... +1. 

kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20110511/126ebf53/attachment.bin 


More information about the infrastructure mailing list