Project

General

Profile

Actions

Bug #907

closed

Foreman behind apache with userauth.

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

Status:
Duplicate
Priority:
Normal
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 2 (0 open2 closed)

Has duplicate Foreman - Bug #908: Foreman behind apache with userauth.Duplicate05/17/2011Actions
Has duplicate Foreman - Feature #1300: Foreman should support HTTP AuthentificationClosedRomain Vrignaud11/07/2011Actions
Actions

Also available in: Atom PDF