Difference between pages "Package talk:Nginx" and "Package:XDM (Display Manager)"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (add several items where this article is lacking.)
 
m (my bad...)
 
Line 1: Line 1:
things i would like to know:
{{Ebuild
*vhosts (with subdomain examples)
|Summary=X.Org xdm application
*ssl
|CatPkg=x11-apps/xdm
*ssl termination for varnish + x forward for settings so web apps produce clients ip addys instead of 127.0.0.1
|Maintainer=
*email, pop3 + smtp + imap
|Homepage=http://www.freedesktop.org/wiki/display_manager/
*probably wsgi for python peoples
}}
*cgi for perl zombies
==install==
change the webrick line to include 'or puma' on port 3k.... and point to [[Package:Ruby#puma]]
<console>###i## emerge xdm</console>


* explore the webapp firewall security flag::  nginx_modules_http_security
==configure==
* explore geoip:: nginx_modules_http_geoip
xdm is controlled by <code>/etc/conf.d/xdm</code>.
* explore fancy index: nginx_modules_http_fancyindex
 
[[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) 22:33, October 23, 2014 (UTC)
xdm is often paired with other, more modern display managers.
see:
*{{package|lightdm}}
*{{package|gdm}}
*{{package|kdm}}
*{{package|slim}}
 
==init==
to start xdm immediately:
<console>###i## rc-service xdm start</console>
 
to start xdm upon boot:
<console>###i## rc-update add xdm</console>
{{EbuildFooter}}

Revision as of 01:46, October 26, 2014

XDM (Display Manager)

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

install

root # emerge xdm

configure

xdm is controlled by /etc/conf.d/xdm.

xdm is often paired with other, more modern display managers. see:

  • No results
  • No results
  • No results
  • No results

init

to start xdm immediately:

root # rc-service xdm start

to start xdm upon boot:

root # rc-update add xdm