Koozali.org: home of the SME Server

Obsolete Releases => SME 8.x Contribs => Topic started by: ajkeane on May 03, 2013, 12:15:15 AM

Title: Ajaxplorer log out issues
Post by: ajkeane on May 03, 2013, 12:15:15 AM
Hi

I have ajaxplorer installed and running but have hit a problem. The url for the site is xxx.domain.com and when I log out or generate a link for people to use to access a file the url always comes up as xxx.xxx.domain.com. Has anyone else had this issue and can you shed any light on the possible fix?

Thanks

Tony
Title: Re: Ajaxplorer log out issues
Post by: Daniel B. on May 03, 2013, 12:41:24 AM
The URL for Ajaxplorer is https://servername.domainname.tld/ajaxplorer on a default install, how did you setup the access through xxx.domain.com ?
Also, what is xxx.xxx (you got two times the vhost name ?)
Title: Re: Ajaxplorer log out issues
Post by: ajkeane on May 03, 2013, 01:57:42 AM
Sorry I left the ajaxplorer off the url by mistake.

Yes I get the vhost name twice when logging out or trying to share a document.

I am just using http auth.
Title: Re: Ajaxplorer log out issues
Post by: Daniel B. on May 03, 2013, 04:37:48 PM
Public download links and logout URL is built from the hostname and the domaine name of your server. So, probably, your servername is xxx and your primary domain name is xxx.domain.com. You can either fix this (set domain.com as your primary domain) or manually configure your logout URL and public links:
Code: [Select]
db configuration setprop ajaxplorer PublicDownloadUrl http://xxx.domain.com/ajxppub LogoutUrl http://xxx.domain.com
signal-event webapps-update

Regards, Daniel
Title: Re: Ajaxplorer log out issues
Post by: ajkeane on May 03, 2013, 09:15:09 PM
Thanks I am traveling at the moment but will sort this tonight. I appreciate your time and effort in assisting me to resolve this issue.

Tony
Title: Re: Ajaxplorer log out issues
Post by: ajkeane on May 05, 2013, 08:45:53 AM
Daniel

Thanks for that it is now working as expected.

Cheers

Tony