Server Config Test 3 Sec 7 Study Guide
Open up the application in a browser
After determining company needs and setting up the LAMP server software services on the host computer, most of the time, to begin a basic installation of a LAMP application, the administrator does which of the following?
config.php
Although not all LAMP installs use this file, which file is generally is the most common PHP file you'll have to edit, before or after your installation?
README file or installation instructions
Assuming you're working for a company, using best practices, where do you generally to find out how to install your newly unpacked LAMP software package?
Determine company needs
Assuming you've installed your LAMP services on your SuSE server (and that the current server is capable of serving current and future needs based on a planning form you use), what's the next step you do before downloading a LAMP software package?
PHP
For a LAMP package, which piece below is the specific client interface, meaning the part that the end user interacts with to use the application?
insserv apache2
In SuSE Linux (and other Red Hat-like systems), from the command line, which of the below commands will set a running Apache2 service to start on boot up (assume Apache2 is capable of starting at boot time, which it is)?
Service apache2 start, rcapache2 start
In SuSE Linux, which of the below commands starts the Apache Web server if it's not already running?
Web server user and groups. Apache daemon
In addition to granting the web application access to the database, using best practices, the application folders also need to allow what set of related processes take ownership of those folders. What set of users and groups must take ownership?
Python, Perl
In additon to PHP as a scripting language for LAMP servers, which of the other script languages below could the 'P' stand for?
The web server user and group.
On Linux in addition to granting the web application access to the database, using best practices, the application folders also need to allow what set of related user and group take ownership of those folders. What user and group must take ownership?
listen.conf
The ____ configuration file specifies the IP addresses and ports the Apache daemon is listening on.
Linux, Apache, MySQL, PHP
The default LAMP package web application server is comprised of which of the below operating systems or applications
index.html
To display static Web pages with Apache, place your files in ____.
/srv/www/htdocs
What directory is the default directory on SLES servers for Web pages to be served from, not including users /home/public_html directory?
MySQL
What is generally considered to be the default database software used on a Linux LAMP server configuration?
Caching only server
Which DNS server queries data from other DNS servers and stores the information in the cache until its expiration date?
POST
Which HTTP request method submits data to the Web server to be processed?
.mil
Which TLD is used for military institutions?
Sourceforge.org
Which of the below is one of the most common, if not the most common website to find LAMP software packages?
status
Which parameter is used with the rcapache2 command to verify that Apache is running?