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

Directory structure



There's some things in the OpenBSD directory structure that I don't like and consider to change.  Here they are:

/var/named/ -> /etc/named	(this one seems to work fine)
/var/spool/ftp -> /home/ftp	(works fine too)
/var/www -> /etc/www		(for configuration files)
            /home/www           (for htdocs, icons and cgi-bin)
            /var/www		(for log files)

I don't think that the ftp directory's changing anything, but I'm not sure about
named because it runs chrooted, and I don't know if httpd runs chrooted too, so
I'd like to know if it's possible to split it like I wanna do.

I know it may seems stupid to do this, but I'd like to have all configuration
files in /etc and all user files (considering www and ftp as users) in /home.

Thanx for your help...

Michael