[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Disabling GUI entirely?



>Hi Gang!
>One of those "Steam-of-Consciousness-because-I'm-tired" rhetorical
>questions.
>Is it possible to completely kill the GUI (qube2, raq2) altogther and if
>so...I wonder...how?
>It seems to me that the darned GUI is getting in the way of just about
>every meaningful task that confronts a mail or www (or I suppose DNS)
>admin out there. The command line is where meaningful things begin,
>because after all, how many questions are answered with; "go to this
>screen in the GUI and do [this]"...yes...some, but statistically fewer.
>Oftentimes the GUI overwrites stuff and simply gets in the way of the box
>working. 
>I'm not starting a troll in favor of webmin or any other GUI package out
>there, simply trying to ascertain if the beast can be killed, and if
>so...how??????
>Regards,
>-Colin
>--
>Colin J. Raven
>Linux Registered User #82296
>Wed Feb 28 21:55:00 EST 2001
>  9:55pm  up 1 day,  2:27,  1 user,  load average: 0.00, 0.00, 0.00


Comment out the admin rewrite in httpd.conf for siteadmin and admin:

# This many seem a little tortured as a way to do this, but the
# quoting is hell.

$rewrite_rules =
'RewriteEngine On
RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteCond %{DOCUMENT_ROOT}            !-d
RewriteRule .*                          proto://servername:81/.cobalt/error/forbidden.html [L,R]
RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteRule ^/admin/?$                  proto://servername:81/.cobalt/sysManage/index.html [L,R]
RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteRule ^/siteadmin/?$              proto://servername:81/.cobalt/siteManage/%1/index.html [L,R]
RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteRule ^/personal/?$               proto://servername:81/.cobalt/personal/index.html [L,R]
RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteRule ^/.cobalt/(.+)              proto://servername:81/.cobalt/$1 [L,R]
RewriteCond %{HTTP_HOST}                ^([^:]+)
RewriteRule ^/cgi-bin/.cobalt/(.+)      proto://servername:81/cgi-bin/.cobalt/$1 [L,R]

Probably a few more things also but by the time you get everything you might as well just go with 
a new plain vanilla $650 linux box instead of a $3000 Raq.