1 / 67

Chapter

Chapter. Apache Installation in Linux-Mandrake . Acknowledgment. The following information has been obtained directly from www.mandrake.com All credit it due to the above . Linux. Unix. Windows. GUI based approach to Apache installation. Linux: Where Unix meets Windows.

didier
Download Presentation

Chapter

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter Apache Installation in Linux-Mandrake

  2. Acknowledgment • The following information has been obtained directly from www.mandrake.com • All credit it due to the above

  3. Linux Unix Windows GUI based approach to Apache installation. Linux: Where Unix meets Windows

  4. Apache Configuration Using KDE • In this section, Apache will be configured using the available tools and utilities of the KDE desktop. This is not necessarily a recommended way to run a web server, but it does offer a convenient environment to begin learning the first steps of running a web server in the safety of an internal LAN.

  5. Checking for Already Installed Apache

  6. Using ktail to Monitor Installation • Alt-F2will open a mini-command line in KDE, andkdesu -c ktailwill launch ktail as the root user.Ktail will be used throughout the following pages to monitor Apache's log files during configuration

  7. Launching ktail to Monitor the Installation Alt F2 opens a mini command line

  8. Providing root Password

  9. Accessing the Service Activity

  10. Activating the httpd Service

  11. Starting Stopping and Restarting Apache

  12. Monitoring Start, Stop and Restart

  13. Accessing the Web

  14. Accessing the Web Server Using Localhost

  15. Gain Access as Super User to root

  16. Root Folder(File)

  17. Location of Apache Files

  18. Bookmark the Location

  19. Location of Web Files

  20. Renamed Index.html

  21. Loading Your Own Web • A web can now be stored in this folder to become the website on the Apache server • Index.html will be the first file that would be accessed first

  22. KDE File Manager as a Limited Web Browser

  23. Accessing the Website from Other Machines Use IP Address

  24. Location of Logs

  25. Drag and Drop Logs into ktail for Viewing

  26. Other Details in Error Log

  27. Event Details • Date and time of event • What type of event • The event itself

  28. Other Details in Access Log

  29. Other Details on Access Log • The machine's name or IP address that accessed the server • Date and time of access• The file that was transferred • An access code and the number of bytes transferred • The server's name or IP address that was requested • The web browser that was used • And some info about the visitor's system

  30. Location of conf Files A copy has been made of the conf files folder

  31. Making a Copy of the Conf Files • /etc/httpd/conf is where Apache's configuration files are located. You may want to first make a backup copy of the original configuration directory before making edits to the enclosed files. Ctrl-t opens a konsole in the current directory, and cp -r conf confOrigBackup recursively copies the folder & contents with a new name.

  32. Locating Apache’s Main httpd.conf File

  33. Editing httpd.conf Using Kedit

  34. Disabling Some Kedit Options Before Saving Changes to httpd.conf

  35. Section1: Modules

  36. A Note on Modules • This first section of Apache's configuration file deals with modules. Modules add extra capabilities to Apache that aren't normally included in its basic set of features. If you install Mandrake's RPM modules for Apache you most likely won't ever need to manually enter any module information yourself, as the required entries will automatically be added with the packages. • continued

  37. php3 Module: An Example • mod_php3 is a module that enables this popular scripting language to be used with Apache. If mod_php3 is installed on your system, you can test it by creating a simple test page as seen on the next page

  38. Creating index.php3 for Testing of php3 Support

  39. Testing for php3 Support

  40. Success in Testing for php3 • You can test Apache by loading the page into Netscape. If php3 wasn't enabled properly, a screen of raw text would appear instead of a normal looking web page as seen here.

  41. A Note on Testing for php3 • This is just a quick way to demonstrate if php3 is enabled on a server. php3 is a full-featured, HTML-embedded scripting language used for creating dynamically generated web pages. One common use of php3 is as a replacement for CGI scripts. Unfortunately this topic can't be covered in detail on these pages. For more info on php3, phpbuilder is a good starting point.

  42. Location of Web Documents (Root)

  43. Document Root • The document root is where the web pages of the active website are kept • Similar to the home directory of the www server in Windows

  44. Display of Directory Listing

  45. Absence of index File • A directory listing is displayed as shown in the previous slide in the absence of an index file

  46. Activating Configuration Changes • After every configuration change Apache must be restarted • It is usually a good practice to make one change at a time and then check ktail to ensure that the change had been made without any errors before proceeding to make the next change

  47. Starting, Stopping and Restarting Apache • Commands • apachetl start, apachetl stop, apachetl restart • GUI • Apache may also be started, stopped and restarted through the control services GUI • Access the httpd service for this purpose

  48. Redirecting 404 and Other Error Messages

  49. Viewing of Serve Status Other IP addresses may be specified for viewing of server status from other machines.

  50. Display of Server Status From a different machine.

More Related