Verified Document

Project Configuring A Linux Server Research Proposal

Related Topics:

Apache First, the Apache is installed correctly, then follows the set up of virtual hosting by editing the configuration files. The major configuration files are httpd.conf, error.conf, server-tuning.conf, and others. These files are configured for general information, one must gain root access with sudo command to edit them. Edit / etc./apache2/httpd.conf and identify this line:Include / etc./apache2/vhosts.d/*.conf replace it with Include / etc./apache2/vhosts.d/vhost.conf then save the file.

Second, vhost.conf is created as a root by renaming the vhost.template file in / vhosts.d/:mv vhost.template vhost.conf.

Third, the file is edited to allow other name-based websites on one IP address. Add in the virtual host directive NamevirtualHost *. The asterisk allows any address to be set. Under this directive, the first virtual host can be added. The tag for defined virtual host block is opened, and then the ServerAdmin...

Parts of this document are hidden

View Full Document
svg-one

Root directory for the particular website is documentroot, all websites will have accounts configured within / srv/www/htdocs/hosted/sitename/. Next is configuration of the ServerAlias or ServerName. This controls the names people use to see and access the catalogue or the information site. This is set within the main NameVirtualHost or the domain of the site. This is done so that the server can display the domain name content. Servers are mostly called from more than one ServerName that calls for the set up of two ServerAlias entries as done above.
FTP

A Linux system is cable of operating as an FTP server. In this regard it runs a software, an FTP daemon with the necessary configuration. Here the file transfers occur between user accounts on the client server systems. A user on another system has to log in to an account on a server…

Cite this Document:
Copy Bibliography Citation

Sign Up for Unlimited Study Help

Our semester plans gives you unlimited, unrestricted access to our entire library of resources —writing tools, guides, example essays, tutorials, class notes, and more.

Get Started Now