140 likes | 345 Views
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?.
E N D
Apache server Building Your Very Own Web Server Presentation On Apache BSIT 6th
BSIT 6TH • Group Members: • DANISH HUSSAIN • USMAN AKHTAR • IMRAN KHAN Presentation On Apache BSIT 6th
Submitted to: • Prof. Ahmad Kareem Subject: SYSTEM ADMIN Dpt. Of IT, BZU, Multan Presentation On Apache BSIT 6th
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
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
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
Features • Apache supports different languages like Perl, Python, Tcl, and PHP. • Use for Static contents and Dynamic • File Shared Presentation On Apache BSIT 6th
Supports Apache • WAMP • ZAMP • IIS • LAMP Presentation On Apache BSIT 6th
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
Supported O.S • Unix • GNU • FreeBSD • Linux • Solaris • Novell NetWare • Mac OS X • MS windows Presentation On Apache BSIT 6th
WAMP connection with PHP • Danish Hussain Presentation On Apache BSIT 6th
Installation of LAMP • Imran Khan Presentation On Apache BSIT 6th
Connection with PHP • Usman Akhtar Presentation On Apache BSIT 6th