SAMLPHP Problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
tamilmani
Forum Commoner
Posts: 39
Joined: Tue Apr 01, 2008 2:53 am

SAMLPHP Problem

Post by tamilmani »

Hi All,

I have downloaded the simplesaml php in below URL.

http://code.google.com/p/simplesamlphp/downloads/list

I need to integerate OpenID in my application . I have tried to configured in my local xampp server . All most i have completed but i have an one problem .

In this sample they configured in Linux macine . They are updated the apache2 site-avialable settings.
<VirtualHost IPADDRESS>
Alias /simplesaml "/var/simplesamlphp_1.0/www"
</VirtualHost>

Where i need to add above line in XAMPP server.

Anyone please give me valuable suggestions.

Thanks
Tamilmani Mohan
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: SAMLPHP Problem

Post by pickle »

Moved to "Installation and Configuration"
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: SAMLPHP Problem

Post by John Cartwright »

In your httpd.conf, usually found inside your xampp/apache installation folder
tamilmani
Forum Commoner
Posts: 39
Joined: Tue Apr 01, 2008 2:53 am

Re: SAMLPHP Problem

Post by tamilmani »

Thanks for your reply . I will check now.
Post Reply