What's your apache configuration ?

I'm using this one (replace $GIT_DATADIR and $GIT_HOSTNAME by your own location)

  SetOutputFilter DEFLATE
  SetInputFilter DEFLATE

  DeflateFilterNote Input instream
  DeflateFilterNote Output outstream
  DeflateFilterNote Ratio ratio

  DocumentRoot $GIT_DATADIR/gitlab/public

  ProxyPreserveHost On

  <Location />
    Order deny,allow
    Allow from all

    ProxyPassReverse http://127.0.0.1:8080
    ProxyPassReverse http://$GIT_HOSTNAME/
  </Location>

  RewriteEngine on
  RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
  RewriteRule .* http://127.0.0.1:8080%{REQUEST_URI} [P,QSA]

  ErrorDocument 404 /404.html
  ErrorDocument 422 /422.html
  ErrorDocument 500 /500.html
  ErrorDocument 503 /deploy.html

  # Logs
  ErrorLog /var/log/apache2/gitlab_error_log
  CustomLog /var/log/apache2/gitlab_access_log combined

2014-12-02 16:20 GMT+01:00 Robbie McTavish <riy...@gmail.com>:
> Hi
>
> After much mucking about I finally got gitlab to run with Apache.   i have
> used the apache configs from the repo and altered ports.
>
> However when pointed at the address for gitlab the pages take upwards of 5
> minutes to load.
>
> I can see nothing in the apache logs.
>
> Does anyone have any idea why it may be taking so long to load pages?
>
> nginx is disabled.
> unicorn is on port 4000
>
>
> Regards
>
> Robbie
>
> --
> 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/a09d6e94-4db7-459e-a1de-cac71a43f508%40googlegroups.com.
> 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/CALyUpY1gCZMNLmb8ZSxTRgMDScTwS3hcRO%3D%2BHkuMwP5cciv%3DMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to