1 / 13

Apache server

Apache server. Building Your Very Own Web Server. BSIT 6 TH. Group Members: DANISH HUSSAIN USMAN AKHTAR IMRAN KHAN. Submitted to:. Prof. Ahmad Kareem Subject: SYSTEM ADMIN Dpt. Of IT, BZU, Multan. What is a Web Server?.

sunee
Download Presentation

Apache server

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. Apache server Building Your Very Own Web Server Presentation On Apache BSIT 6th

  2. BSIT 6TH • Group Members: • DANISH HUSSAIN • USMAN AKHTAR • IMRAN KHAN Presentation On Apache BSIT 6th

  3. Submitted to: • Prof. Ahmad Kareem Subject: SYSTEM ADMIN Dpt. Of IT, BZU, Multan Presentation On Apache BSIT 6th

  4. What is a Web Server? • Program that understands the HTTP protocol and generates appropriate responses • Clients “connect” to the machine • Clients send a “request” • Server reads request, generates “response” • Client interprets response appropriately Presentation On Apache BSIT 6th

  5. A Simplified Web Server • Client asks for file • Server finds appropriate file • Server sends back a response header followed by the requested file’s data • Server closes connection Presentation On Apache BSIT 6th

  6. Apache • HTTP server • Develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. • February 2010 Apache served over 54.46% of all websites Presentation On Apache BSIT 6th

  7. Features • Apache supports different languages like Perl, Python, Tcl, and PHP.  • Use for Static contents and Dynamic • File Shared Presentation On Apache BSIT 6th

  8. Supports Apache • WAMP • ZAMP • IIS • LAMP Presentation On Apache BSIT 6th

  9. Equivalents on other platforms • The equivalent installation on a Linux operating system is known as LAMP. • The equivalent installation on a Macintosh operating system is known as MAMP. • The equivalent installation on a Solaris operating system is known as SAMP. • The equivalent installation on a FreeBSD operating system is known as FAMP. Presentation On Apache BSIT 6th

  10. Supported O.S • Unix • GNU • FreeBSD • Linux • Solaris • Novell NetWare • Mac OS X  • MS windows Presentation On Apache BSIT 6th

  11. WAMP connection with PHP • Danish Hussain Presentation On Apache BSIT 6th

  12. Installation of LAMP • Imran Khan Presentation On Apache BSIT 6th

  13. Connection with PHP • Usman Akhtar Presentation On Apache BSIT 6th

More Related