Page 1 of 1

SAMLPHP Problem

Posted: Wed Jan 12, 2011 6:45 am
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

Re: SAMLPHP Problem

Posted: Wed Jan 12, 2011 10:05 am
by pickle
Moved to "Installation and Configuration"

Re: SAMLPHP Problem

Posted: Wed Jan 12, 2011 10:07 am
by John Cartwright
In your httpd.conf, usually found inside your xampp/apache installation folder

Re: SAMLPHP Problem

Posted: Wed Jan 12, 2011 8:57 pm
by tamilmani
Thanks for your reply . I will check now.