apache error log

Moderator: crythias

Locked
zipzoom
Znuny newbie
Posts: 26
Joined: 15 Aug 2012, 22:09
Znuny Version: 3.1.4

apache error log

Post by zipzoom »

I set up the sso with ldap auth when i go to the web address to otrs it goes diretly to the loginUrl and get the below error


[Wed Aug 22 13:38:00 2012] [debug] mod_alias.c(432): [client 119.206.79.175] incomplete redirection target of '/otrs/index.pl' for URI '/' modified to 'http://119.206.79.216/otrs/index.pl'
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: apache error log

Post by crythias »

redirect to relative path.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
zipzoom
Znuny newbie
Posts: 26
Joined: 15 Aug 2012, 22:09
Znuny Version: 3.1.4

Re: apache error log

Post by zipzoom »

also SSO not working, is the below correct it just keeps going to the loginurl


$Self->{'AuthModule'} = 'Kernel::System::Auth::HTTPBasicAuth';
$Self->{'AuthModule::HTTPBasicAuth::Replace'} = '@xxxxxx.com\\';
# If you use this module, you should use as fallback
# the following configuration settings if the user is not authorized
# apache ($ENV{REMOTE_USER})
$Self->{LoginURL} = 'http://example.com/Im_sorry_youre_not_authenticated';
# or a youtube vid of Rick Astley?
$Self->{LogoutURL} = 'http://example.com/portal';
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: apache error log

Post by crythias »

The system logs would tell you whether it was working. (Can't find user xxx)
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
zipzoom
Znuny newbie
Posts: 26
Joined: 15 Aug 2012, 22:09
Znuny Version: 3.1.4

Re: apache error log

Post by zipzoom »

do you mean the otrs.log
zipzoom
Znuny newbie
Posts: 26
Joined: 15 Aug 2012, 22:09
Znuny Version: 3.1.4

Re: apache error log

Post by zipzoom »

nothing gets put into the log at all it just goes to the loginurl that is set
Locked