Hello, I recently updated an appliance that is based on a CentOS-5 platform and I can not get the Webservice login step to work. When I attempt to login to the appliance by pointing the browser to the <ip> address , the browser essentially downloads the login executable as a binary file to the ³Download² folder. I am not a http/web expert but I did notice when I do a wget <ip> of the server I get a index.html file downloaded that contains the line: <head> <title></title> <meta HTTP-EQUIV="Refresh" CONTENT="0; URL=admin/launch?script=rh&template=login"> </head> The binary file that gets downloaded to the ³Download² directory appears to be the ³admin/launch² executable from the server. This is trace of the login attempt (LogLevel debug) that fails: 10.12.56.32 - - [15/Jul/2015:08:40:17 -0700] "GET /admin/launch?script=rh&template=login HTTP/1.1" 200 4484235 A functional trace appears as: 10.12.56.32 - - [15/Jul/2015:09:22:14 -0700] "GET /admin/launch?script=rh&template=login HTTP/1.1" 200 4221 10.12.56.32 - - [15/Jul/2015:09:22:15 -0700] "GET /jqm/js/common/utils.js HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:15 -0700] "GET /jqm/css/jquery.mobile/jquery.mobile-1.1.0.min.css HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:15 -0700] "GET /jqm/jquery-1.7.2.min.js HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:15 -0700] "GET /style/login.css HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:16 -0700] "GET /jqm/jquery.mobile-1.1.0.min.js HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:16 -0700] "GET /jqm/js/common/base.js HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:17 -0700] "GET /jqm/css/jquery.mobile/images/ajax-loader.gif HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:17 -0700] "GET /images/login-bg.png HTTP/1.1" 304 - 10.12.56.32 - - [15/Jul/2015:09:22:18 -0700] "GET /admin/launch?script=rh&template=login HTTP/1.1" 200 4221 10.12.56.32 - - [15/Jul/2015:09:22:20 -0700] "GET /admin/launch?script=rh&template=login HTTP/1.1" 200 4221 10.12.56.32 - - [15/Jul/2015:09:22:21 -0700] "GET /admin/launch?script=rh&template=login HTTP/1.1" 200 4221 Poking around I see in the httpd.conf ScriptAlias /admin/ "/opt/tms/lib/web/cgi-bin/" <Directory "/opt/tms/lib/web/cgi-bin"> AllowOverride None Options None Order Allow,Deny Allow from all </Directory> Suggestions welcome. Thanks. JD --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx