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
SAMLPHP Problem
Moderator: General Moderators
Re: SAMLPHP Problem
Moved to "Installation and Configuration"
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: SAMLPHP Problem
In your httpd.conf, usually found inside your xampp/apache installation folder
Re: SAMLPHP Problem
Thanks for your reply . I will check now.