]> git.treefish.org Git - fex.git/blobdiff - htdocs/FAQ/admin.faq
Original release 20160104
[fex.git] / htdocs / FAQ / admin.faq
index 35b8b3ca8650bb1635bd368c8e812347bca2a1e7..4c442ca84caf8acb9c7a5105ccbf01b307e1a02c 100644 (file)
@@ -1,7 +1,7 @@
 Q: I cannot install a web server like fexsrv, because I have no root permissions. Is there a pure-CGI-version of F*EX which runs with an apache web server?
 A: F*EX is hard bound to fexsrv for several reasons (performance, file size limit, session concept, etc) and cannot be run as CGI under apache. But you might have a look at
 
-   * http://gpl.univ-avignon.fr/filez/
+   * https://github.com/FileZ/FileZ
    * http://freshmeat.net/projects/eventh/
    * http://www.schaarwaechter.de/sp/projekte/dateiaustausch.html (German only!) 
 
@@ -34,7 +34,9 @@ A: fac stands for F*EX Admin Control
 Q: F*EX is not working at all! I cannot connect to it with my web browser!
 A: Check your routing, ipfilters and firewall setup.
    Also check if xinetd is running. If it is linked with tcp-wrapper, configure it correctly (hosts.allow).
+   /etc/xinetd.d/fex should not contain a line "only_from"
    F*EX needs port 80/tcp for HTTP and optionally port 443/tcp for HTTPS.
+   Test the connection with: telnet YOURFEXSERVER 80
 
 Q: What is the difference between all these user types (full, sub, group, external, ...)?
 A: See http://fex.rus.uni-stuttgart.de/users.html
@@ -87,10 +89,10 @@ A: Let them register themselves with http://YOURFEXSERVER/fur
    </pre>
 
 Q: How can I change user settings like quota, restrictions or keep time?
-A: Use <code>/home/fex/bin/fac</code>
+A: Use /home/fex/bin/fac
 
 Q: How can I delete or temporarly disable a user?
-A: Use <code>/home/fex/bin/fac</code>
+A: Use /home/fex/bin/fac
 
 Q: I have BIG files already on the fexserver host. Can I upload just a
    link instead of the whole file?
@@ -109,10 +111,14 @@ A: Set in fex.ph:
 Q: I want the Bcc mails to fex (admin user) to be sent to another address.
 A: Set variable $bcc in /home/fex/lib/fex.ph
 
+Q: My users want to fex to mailing lists, but after first download the file is no more available!?
+A: Add the mailing list address to @mailing_list in /home/fex/lib/fex.ph
+   This allows multiple downloads.
+
 Q: I need more security! How can I enable (https) encryption?
 A: Read doc/SSL and also look for "fop_auth" in doc/concept 
-   (doc is a local directory in your installation or online http://fex.rus.uni-stuttgart.de/doc/)
-   For email encryption see http://fex.rus.uni-stuttgart.de/gpg.html
+   (doc is a local directory in your installation or online http://fex.belwue.de/doc/)
+   For email encryption see http://fex.belwue.de/gpg.html
 
 Q: I need a corporate identity look. How can I configure F*EX in this way?
 A: * See variable @H1_extra in /home/fex/lib/fex.ph and you can add HTML code to /home/fex/htdocs/header.html
@@ -121,13 +127,13 @@ A: * See variable @H1_extra in /home/fex/lib/fex.ph and you can add HTML code to
 
 Q: F*EX is too complicated for my tie users. I need a simplified upload form.
 A: See /home/fex/htdocs/fup_template.html and /home/fex/htdocs/sup.html 
-   or use public upload, see http://fex.rus.uni-stuttgart.de/usecases/foreign.html
+   or use public upload, see http://fex.belwue.de/usecases/foreign.html
 
 Q: F*EX is still too complicated! I need something more simplified.
-A: Try http://fex.rus.uni-stuttgart.de/fstools/woos.html or use F*EX mail (see next question).
+A: Try http://fex.belwue.de/fstools/woos.html or use F*EX mail (see next question).
 
 Q: Can I integrate F*EX in my users MUAs (thunderbird, outlook, etc)?
-A: See http://fex.rus.uni-stuttgart.de/usecases/BIGMAIL.html
+A: See http://fex.belwue.de/usecases/BIGMAIL.html
 
 Q: Can I get a localized version in my native languange?
 A: With your help, yes. Please contact <framstag@rus.uni-stuttgart.de>