Datasheet
“main” (Installation and Administration) — 2004/6/25 — 13:29 — page 245 — #271
i
i
i
i
i
i
i
i
10
Special Features of SUSE LINUX
10.1.5 Example Environment for HTTP Server
Apache is the standard web server in SUSE LINUX. Together with
the installation of Apache, some example documents are made avail-
able in /srv/www. To set up your own web server, include your own
DocumentRoot in /etc/httpd/httpd.conf and store your files (docu-
ments, picture files) accordingly.
10.2 Hints on Special Software
Packages
10.2.1 Package bash and /etc/profile
1. /etc/profile
2. ~/.profile
3. /etc/bash.bashrc
4. ~/.bashrc
Users can make personal entries in ~/.profile or in ~/.bashrc. To en-
sure the correct processing of these files, it is necessary to copy the basic
settings from /etc/skel/.profile or /etc/skel/.bashrc respec-
tively into the home directory of the user. It is recommended to copy the
settings from /etc/skel following an update. Execute the following shell
commands to prevent the loss of personal adjustments:
mv ~/.bashrc ~/.bashrc.old
cp /etc/skel/.bashrc ~/.bashrc
mv ~/.profile ~/.profile.old
cp /etc/skel/.profile ~/.profile
The personal adjustments then need to be copied back from the files
*.old.
245
SUSE LINUX Enterprise Server










