安卓App通过端口映射访问出错【有偿服务】

搭建环境:Ubuntu+Apache,Web访问正常,APP通过已经映射的IP+端口(非seafile服务器IP)访问显示无效服务器地址。求大神解决,RMB有偿服务,加V15804769890

Apache配置文件如下:26.68.9.26为seafile服务器IP,安卓app应用需要通过平台映射的192.168.0.177/mpp地址访问。
<VirtualHost *:80>
ServerAdmin webmaster@example.com
DocumentRoot “/www/wwwroot/26.68.9.26”
ServerName 032e0c56.26.68.9.26
ServerAlias 26.68.9.26
#errorDocument 404 /404.html
ErrorLog “/www/wwwlogs/26.68.9.26-error_log”
CustomLog “/www/wwwlogs/26.68.9.26-access_log” combined
Alias /media /www/wwwroot/seafile/seafile-server-latest/seahub/media
<Location /media>
Require all granted

# seafile fileserver
ProxyPass /seafhttp http://127.0.0.1:8082
ProxyPassReverse /seafhttp http://127.0.0.1:8082
RewriteEngine On
RewriteRule ^/seafhttp - [QSA,L]

# seahub web interface
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/