Edit de httpd.conf of apache
(/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15 /conf/httpd.conf)
Remove the lines:
ScriptAlias /tarantella/cgi-bin /opt/tarantella/var/docroot/cgi-bin
Alias /tarantella /opt/tarantella/var/docroot
<Directory /opt/tarantella/var/docroot>
Options FollowSymLinks
AllowOverride AuthConfig
</Directory>
Remove also the lines:
ScriptAlias /cgi-bin/ "/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15 /cgi-bin/"
<Directory "/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15 /cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
This will disable the Classic Webop. Restart the webserver to make this effective:
/etc/rc3.d/S89TarantellaWebserver stop
/etc/rc3.d/S89TarantellaWebserver start
To point the user directly to the loginscreen of the Browserbased webtop (/sgd) change the contents of the file:
/opt/tarantella/webserver/apache/1.3.36_mod_ssl-2.8.27_openssl-0.9.8d_jk1.2.15/ htdocs
to:
<HTML><HEAD><TITLE>Sun Secure Global Desktop</TITLE>
<META HTTP-EQUIV="refresh" CONTENT="0;URL=https://<your sgd server name>/sgd/">
</HEAD>
<BODY></BODY></HTML>
Change the <your sgd servername> to the external DNS name of the SGD server.
I hope these short insctructions will help.
- Remold | Everett