Bulletproof web design - Chapter 9 . Using X 363 DisplayManager*resources: /etc/X11/xdm/Xresources
Chapter 9 . Using X 363 DisplayManager*resources: /etc/X11/xdm/Xresources DisplayManager*session: /etc/X11/xdm/Xsession DisplayManager*authComplain: false ! SECURITY: do not listen for XDMCP or Chooser requests ! Comment out this line if you want to manage X terminals with xdm DisplayManager.requestPort: 0 Xsession The XDM application uses the Xsession script file to know which desktop to give a user after they log in. It has many of the same commands as the xinitrc file and performs a similar function for those starting X with XDM. The following is an example of Xsessiontaken from a Red Hat system, with comments. Exam Tip The Xsession file decides which window manager to use when logging in with XDM. #!/bin/bash -login # (c) 1999, 2000 Red Hat, Inc. # redirect errors to a file in user s home directory if we can for errfile in $HOME/.xsession-errors ${TMPDIR-/tmp}/xses-$USER /tmp/xses-$ USER do if ( cp /dev/null $errfile 2> /dev/null ) then chmod 600 $errfile exec > $errfile 2>&1 break fi done This section creates a file named .xsession-errors in the user s home directory, which is used to log any errors. xsetroot -solid #356390 This sets the desktop background to a solid color. # clean up after xbanner if [ -x /usr/X11R6/bin/freetemp ]; then /usr/X11R6/bin/freetemp fi userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/etc/X11/xinit/Xresources sysmodmap=/etc/X11/xinit/Xmodmap # backward compatibility oldsysresources=/etc/X11/xinit/.Xresources oldsysmodmap=/etc/X11/xinit/.Xmodmap
You want to have a cheap webhost for your apache application, then check apache web hosting services.