Hi Aleksey

     Thanks for getting back to me.
     I have been in the production environment gitlab, and dzcx is my 
project name,  Because i have about hundreds of projects on this gitlab 
server, so if i want to update gitlab version, it is very suffering, So I 
think is the best way to fix this problem.
     When i click the download a zip file button , i get a message in 
apache2 access.log in the figure below, I found some cases on gitlab 
website, Links in the last, i also think isn't problem with apache2 
configuration file. so i upload my bitnami.conf, can you help me have a 
look ? thanks very much.

https://gitlab.com/gitlab-org/gitlab-git-http-server/issues/15
https://gitlab.com/gitlab-org/gitlab-ce/issues/14153

<https://lh3.googleusercontent.com/-wYFmzCYDo5o/WQm7mtH37eI/AAAAAAAAAJg/Bq9-vx8F3NsneMTCY36-kwcnuXxpST5rgCLcB/s1600/77F7FDCC-7B68-4861-94DA-A871F63E21C9.png>



On Wednesday, May 3, 2017 at 4:56:45 PM UTC+8, Aleksey Tsalolikhin wrote:
>
> Oops, I just saw your screenshot. What is dzcx, is that the name of your 
> project?
>
> On May 3, 2017 4:55 AM, "Aleksey Tsalolikhin" <ale...@verticalsysadmin.com 
> <javascript:>> wrote:
>
>> Hi Alex. Have you started using gitlab in production yet?  
>>
>> If not, I would recommend you install gitlab from gitlab.com, new 
>> versions come out monthly with bug fixes and new features.
>>
>> You can also update your bitnami gitlab, see 
>> https://community.bitnami.com/t/upgrade-bitnami-gitlab-ce-version/48641
>>
>> 8.4 is a bit behind now; 9.1 just came out.
>>
>> Also, you don't say in your post what is the problem that you have when 
>> you click the download a zip file button. You might want to mention that. 
>> :-)
>>
>> On May 3, 2017 2:37 AM, "Alex LU" <luchu...@msn.com <javascript:>> wrote:
>>
>> Hi everybody
>>
>>    I am alex, i was installed bitnami gitlab 8.4.2 on centos 6.8, now i 
>> got a  problem, when i click  download button as zipfie at a repository 
>> page. after i check my apache log and search by google , i can't find any 
>> way fix it, so i come here, someone  also had the same problem ? how you 
>> fix it ?
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GitLab" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to gitlabhq+u...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/gitlabhq/31a92ee2-12f8-4a9b-b6a7-987cf8bd1138%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/gitlabhq/31a92ee2-12f8-4a9b-b6a7-987cf8bd1138%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/6fe759db-fbd6-4aed-8ad5-6eab3a4d218e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# Default Virtual Host configuration.

<IfVersion < 2.3 >
  NameVirtualHost *:8000
  NameVirtualHost *:443
</IfVersion>

<VirtualHost _default_:8000>
  DocumentRoot "/home/gitlab-8.4.2-0/apache2/htdocs"
  <Directory "/home/gitlab-8.4.2-0/apache2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride All
    <IfVersion < 2.3 >
      Order allow,deny                          
      Allow from all
    </IfVersion>
    <IfVersion >= 2.3 >
      Require all granted
    </IfVersion>
  </Directory>

  # Error Documents
  ErrorDocument 503 /503.html

  # Bitnami applications installed with a prefix URL (default)
  Include "/home/gitlab-8.4.2-0/apache2/conf/bitnami/bitnami-apps-prefix.conf"
</VirtualHost>

# Default SSL Virtual Host configuration.

<IfModule !ssl_module>
  LoadModule ssl_module modules/mod_ssl.so
</IfModule>

Listen 443
SSLProtocol all -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 
EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH !aNULL !eNULL !LOW 
!3DES !MD5 !EXP !PSK !SRP !DSS !EDH !RC4"
SSLPassPhraseDialog  builtin
SSLSessionCache "shmcb:/home/gitlab-8.4.2-0/apache2/logs/ssl_scache(512000)"
SSLSessionCacheTimeout  300

<VirtualHost _default_:443>
  DocumentRoot "/home/gitlab-8.4.2-0/apache2/htdocs"
  SSLEngine on
SSLCertificateFile "/home/gitlab-8.4.2-0/apache2/conf/server.crt"
SSLCertificateKeyFile "/home/gitlab-8.4.2-0/apache2/conf/server.key"
            
  <Directory "/home/gitlab-8.4.2-0/apache2/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride All
    <IfVersion < 2.3 >
      Order allow,deny                          
      Allow from all
    </IfVersion>
    <IfVersion >= 2.3 >
      Require all granted
    </IfVersion>
  </Directory>

  # Error Documents
  ErrorDocument 503 /503.html
        
  # Bitnami applications installed with a prefix URL (default)
  Include "/home/gitlab-8.4.2-0/apache2/conf/bitnami/bitnami-apps-prefix.conf"
</VirtualHost>

# Bitnami applications that uses virtual host configuration
Include "/home/gitlab-8.4.2-0/apache2/conf/bitnami/bitnami-apps-vhosts.conf"

Reply via email to