XFileSharing Pro - Fresh Install Error

Message
Author
darron
Posts: 3
Joined: Dec 10, 2008 8:29 pm

Fresh Install Error

#1 Postby darron » Dec 10, 2008 8:31 pm

I've just freshly install XFileSharing Pro on my ubuntu box running apache. I went through the install and went smoothly so far. Went to add a server under server management and I am getting the following error:

htdocs URL accessibility: ERROR (should see XFS on link)

Any ideas?

Thanks in advance!

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Dec 11, 2008 9:45 am

Well..check the link given to u. :) Should be "XFS" on this page.

darron
Posts: 3
Joined: Dec 10, 2008 8:29 pm

#3 Postby darron » Dec 11, 2008 2:42 pm

Yes, it gives a 500 error when i click on the link.

-rwxrwxrwx 1 root root 48 2008-12-10 11:31 env.php
-rw-r--r-- 1 root root 825 2008-12-10 14:16 .htaccess
-rwxrwxrwx 1 root root 3 2008-12-10 11:31 index.html

darron
Posts: 3
Joined: Dec 10, 2008 8:29 pm

#4 Postby darron » Dec 11, 2008 2:50 pm

I checked the error log for apache:

[Thu Dec 11 08:42:09 2008] [alert] [client 10.0.92.43] /var/www/fileshare/files/.htaccess: Option FollowSymLinks not allowed here

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#5 Postby PilgrimX182 » Dec 12, 2008 9:09 am

Then 500 error cause by

Code: Select all

Options +FollowSymLinks
in /files/.htaccess. Looks your apache doesn't allow this. Then just put this string to your site apache config cause "Direct Links" download method is using symlinks to generate temp download links.