Hi,

I tried that: I configured gitorious with gitorious.darkstar.ilri.org
but I get the same behavior.

127.0.0.1               localhost
172.26.17.70            darkstar.ilri.org darkstar
172.26.17.70            gitorious.darkstar.ilri.org

gitorious.yml:
production:
  # The session secret key (`apg -m 64` is always useful for this
kinda stuff)
  cookie_secret:
ecAnjobwuDraHeybVesHyneymnewHuIrApAsechDicygBiafJowIrakhidsyigOtCun)OrjAgoovtisayms1ocefJivwarOtHaz3OnoynbanIcgibtopjaupbyodIceyiceetHubElhalramrevyuOpmasweacEfyorEcOljOomHaijOrbAgfoktughizDevAubyisFonHovUchanliccocPenjet4WradyilOjvaidBypugcykchuewdEifbov6OvKeadbobGeenItdirmyacEkjuksyekorcirIt|
OfEdcorrAtdyffelIatemyiv
%rHatsArOidJojDethneajkord&Fu^WafwiHeOw3OjrushfakAgudtyuvWudLyg1

  # The path where git repositories are stored. The actual (bare)
repositories resides
  # in repository_base_path/#{project.slug}/#{repository.name}.git/:
  repository_base_path: "/var/git/repositories"

  # Stuff that's in the html <head>. custom stats javascript code etc
  extra_html_head_data:

  # System message that will appear on all pages if present
  system_message:

  # Port the ./script/gitorious script should use:
  gitorious_client_port: 80

  # Host the ./script/gitorious script should use:
  gitorious_client_host: gitorious.darkstar.ilri.org

  # Host which is serving the gitorious app, eg "gitorious.org"
  gitorious_host: darkstar.ilri.org

  # User which is running git daemon
  gitorious_user: git

  # Email address to the support for the Gitorious server
  gitorious_support_email: [email protected]

  # Email spam on server errors to:
  exception_notification_emails: [email protected]

  # Mangle visible e-mail addresses (spam protection)
  mangle_email_addresses: true

  # Enable or Disable Public Mode (true) or Private Mode (false)
  public_mode: false

  # Define your locale
  locale: en

  # Where should we store generated tarballs?
  # (should be readable by webserver, since we tell it to send the
file using X-Sendfile)
  archive_cache_dir: "/var/git/tarballs"
  # Which directory should we work in when we generate tarballs,
before moving
  # them to the above dir?
  archive_work_dir: "/var/git/tarball-work"

  # is it only site admins who can create new projects?
  only_site_admins_can_create_projects: false

  # Should we hide HTTP clone urls?
  hide_http_clone_urls: false

  # Use SSL? Requires web server configuration. Recommended for
security. Forces the use of
  # HTTPS on login page and all pages while user is logged in
  use_ssl: false

  # Is this gitorious.org? Read: should we have a very flashy
homepage?
  is_gitorious_dot_org: false

  # Pick a default license
  #default_license: GNU Affero General Public License (AGPLv3)

  # Terms of service and privacy policy
  terms_of_use: false
  terms_of_service_url: http://en.gitorious.org/tos
  privacy_policy_url: http://en.gitorious.org/privacy_policy

database.yml
production:
  adapter: mysql
  database: gitorious
  username: gitorious
  password: 72EkBqCs
  host: localhost
  encoding: utf8



On Jun 29, 4:47 pm, Rodrigo Rosenfeld Rosas <[email protected]>
wrote:
> "git" subdomain is reserved. You should use something else like
> gitorious.darkstar.ilri.org instead of git.darkstar.ilri.org.
>
> Em 29-06-2011 10:38, Carlos Quiros escreveu:
>
>
>
>
>
>
>
> > Hi,
>
> > I managed to have a local install of Gitorious in my Slackware 13.37.
> > Now I need to finalize the apache integration using a virtual server
> > but nothing seems to work. When I go with Firefox to darkstar.ilri.org
> > it shows the default Apache screen: "It works!". but when I go to
> > git.darkstar.ilri.org it waits for few seconds then falls to
> > darkstar.ilri.org and the default apache page. No error is reported.
> > ...

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to