Package: fex
Version: 20110726-1~bpo60+1
Severity: minor
I'm running F*EX behind an apache using ProxyPass:
ProxyPass / http://127.0.0.1:8888/
ProxyPassReverse / http://127.0.0.1:8888/
ProxyPreserveHost On
This works nicely with the normal web interface and fexsend.
With FIX.jar, however, I have these two issues:
1. It gives this error message when trying to upload a file:
Unexpected response from server! 'Content-Length' header missing?
2. I get an SSL certificate warning because FIX.jar doesn't support SNI
(Server Name Indication)
Just including the second in case it's the cause of the first, even
though I doubt that.
This appears in the log:
CONNECT:8888 2012-01-20 16:36:09 localhost 127.0.0.1 [1237_0]
HEAD /fop/[email protected]/[email protected]/examples.desktop??&ID=l0Wsec HTTP/1.1
Host: fex.8d.no:443
User-Agent: F*IX
X-Forwarded-For: 46.249.226.125
X-Forwarded-Host: fex.8d.no:443
X-Forwarded-Server: fex.8d.no
Connection: Keep-Alive
EXEC /usr/share/fex/cgi-bin/fop
-- System Information:
Debian Release: 6.0.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages fex depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii debconf [debconf-2.0] 1.5.36.1 Debian configuration management sy
ii libdigest-md5-file-per 0.07-1 Perl extension for getting MD5 sum
ii openbsd-inetd [inet-su 0.20080125-6 The OpenBSD Internet Superserver
ii perl 5.10.1-17squeeze2 Larry Wall's Practical Extraction
ii ucf 3.0025+nmu1 Update Configuration File: preserv
ii unzip 6.0-4 De-archiver for .zip files
Versions of packages fex recommends:
ii fex-utils 20110726-1~bpo60+1 web service for transferring very
ii libnet-dns-perl 0.66-2 Perform DNS queries from a Perl sc
ii perl-modules 5.10.1-17squeeze2 Core Perl modules
fex suggests no packages.
-- Configuration Files:
/etc/fex/fex.ph changed:
$hostname = 'fex.8d.no';
$ENV{HTTP_HOST} = $hostname . ':443';
$ENV{PROTO} = 'https';
$fakehost = $hostname;
$admin = '[email protected]';
$admin_pw = 'AePhi9Ee';
$ENV{SERVER_ADMIN} = $admin;
$bcc = '[email protected]';
$durl = 'https://fex.8d.no/fop';
$mdomain = '8d.no';
$spooldir = $ENV{HOME}.'/spool';
$logdir = '/var/log/fex';
$docdir = '/var/lib/fex/htdocs';
$recipient_quota = 0;
$sender_quota = 0;
$keep = 14;
$autodelete = 'NO';
@local_hosts = qw(127.0.0.1);
@local_domains = qw(akuma.no 8d.no ak47.no 30sec.co.uk); # hotmail.co.uk);
@local_rdomains = qw(8d.no akuma.no);
@public_recipients = qw([email protected]);
-- debconf information:
fex/lastver: 0
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]