Project

General

Profile

Actions

Bug #908

closed

Foreman behind apache with userauth.

Added by shawn taaj almost 13 years ago. Updated almost 13 years ago.

Status:
Duplicate
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

So I am using this apache config for foreman.

@<VirtualHost *:80>
ServerName dashboard.server.com
ServerAlias dashboard
DocumentRoot /opt/foreman/public
RailsAutoDetect On
AddDefaultCharset UTF-8
Alias /certs /opt/foreman/public/certs.php

&lt;Directory /opt/foreman/public/&gt;
Options ExecCGI
AllowOverride None
AuthType Basic
AuthName "Dashboard Access"
AuthUserFile /opt/foreman/foreman.auth
Require valid-user
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
&lt;/Directory&gt;
&lt;/VirtualHost&gt;@

When going to dashboard.server.com it requests for the user name and password, if you click cancel a bunch of times it will drop you into the public folder. Not sure if this is a apache issue or rails.


Related issues 1 (0 open1 closed)

Is duplicate of Foreman - Bug #907: Foreman behind apache with userauth.Duplicate05/17/2011Actions
Actions #1

Updated by Ohad Levy almost 13 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF