From f61026119df4700f69eb73e95620bc5928ca0fcb Mon Sep 17 00:00:00 2001 From: User Date: Tue, 13 Oct 2009 02:52:09 +0000 Subject: Grand rename for gitit transfer --- software/server-setup | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 software/server-setup (limited to 'software/server-setup') diff --git a/software/server-setup b/software/server-setup deleted file mode 100644 index 58b419b..0000000 --- a/software/server-setup +++ /dev/null @@ -1,51 +0,0 @@ -========================================= -Generic Server Setup Tricks -========================================= - -See also `debian `_ and -`freebsd tricks `_. - -bind -------------- -You probably want to hide your bind verison name to prevent scanning and -attacks. Edit ``/etc/bind/named.conf`` or ``/etc/bind/named.conf.options`` -and add this line to the options block:: - - version "Withheld"; - -ntp ------------- -ntp servers listen on port 37. - -temboz ----------- -The temboz feed reader is started by:: - -$./temboz --server & - -in the appropriate directory. - - -File Hierarchy ------------------- -/srv/ - Root for server files, scripts, and databases - -/srv/http/ - Subdirectories for each virtual host live in this folder, out of which - static `HTTP `__ content is served. - -/srv/django/ - Django applications and their databases live in here. - -/srv/git/ - Bare git repositories are stored here; those with a file - ``git-daemon-export-ok`` get served up through a web interface and can be - publically cloned. - -/srv/ - SVN repository roots are stored in sub folder in here. - -/srv/python/ - Standalone python scripts and applications are stored in here (not Django - apps). -- cgit v1.2.3