Re: [Freeipa-users] Unable to access web interface

2010-12-31 Thread Dmitri Pal
Uzor Ide wrote: > Thanks Miljan > > out installation for some reason does not have have the entire > Directory definition for "/usr/share/ipa/static". I think something > sinister happened with the upgrade. I have managed to create the > following for that block of directory declarative > > Alias /

Re: [Freeipa-users] Unable to access web interface

2010-12-31 Thread Simo Sorce
- Original Message - > Hi all > > I just noticed that am unable to access the web interface for freeipa. > I had > updated the server 2.0 alpha-5 and then beta version that came out > some days > ago. but since I do not use that web interface I have not idea when I > lost > the web interfa

Re: [Freeipa-users] Unable to access web interface

2010-12-31 Thread Miljan Karadzic
Hi, The complete definition should look like this: # webUI is now completely static, and served out of that directory Alias /ipa/ui "/usr/share/ipa/static" SetHandler None AllowOverride None Satisfy Any Allow from all I would suggest to replace both this file and ipa-rewrite.conf fi

Re: [Freeipa-users] Unable to access web interface

2010-12-29 Thread Uzor Ide
Thanks Miljan out installation for some reason does not have have the entire Directory definition for "/usr/share/ipa/static". I think something sinister happened with the upgrade. I have managed to create the following for that block of directory declarative Alias /ipa/ui "/usr/share/ipa/static"

Re: [Freeipa-users] Unable to access web interface

2010-12-28 Thread Miljan Karadzic
Hi Uzor, I had the same problem. You need to add the following line to your /etc/httpd/conf.d/ipa.conf file: Alias /ipa/ui "/usr/share/ipa/static" I added this line right before directory instructions for folder /usr/share/ipa/static, on line 88. Restart httpd server and you should have acc