adam160's picture
From adam160 rss RSS  subscribe Subscribe

Apache 

 

 
 
Tags:  apache 
Views:  54
Published:  November 08, 2011
 
0
download

Share plick with friends Share
save to favorite
Report Abuse Report Abuse
 
Related Plicks
Apache

Apache

From: anon-589214
Views: 8 Comments: 0
Apache
 
Raj apache

Raj apache

From: scarbu
Views: 109 Comments: 0
Raj apache
 
Apache Micro Peripherals, Inc.

Apache Micro Peripherals, Inc.

From: gbarrett
Views: 24 Comments: 0
Apache Micro Peripherals, Inc.
 
1Z0-301 Study material

1Z0-301 Study material

From: bettyallen
Views: 170 Comments: 0
Troytec.com is a place where you can find various types of 1Z0-301 exam certifications preparation material. Troytec’s full range of study material for the 1Z0-301 exam helps you to be prepared for the 1Z0-301 exam fully and enter the exam centre (more)

 
Test4pass 1Z0-301 braindumps exam

Test4pass 1Z0-301 braindumps exam

From: elliotugn
Views: 37 Comments: 0
Test4pass 1Z0-301 braindumps exam
 
1Z0-301 Practice Tests & Exams

1Z0-301 Practice Tests & Exams

From: carolsmith62
Views: 137 Comments: 0
CertMagic.com is a place where you can find various types of 1Z0-301 exam certifications preparation material. CertMagic’s full range of study material for the 1Z0-301 exam helps you to be prepared for the 1Z0-301 exam fully and enter the exam cent (more)

 
See all 
 
More from this user
FSA Note: Summary of Financial Ratio Calculations

FSA Note: Summary of Financial Ratio Calculations

From: adam160
Views: 56
Comments: 0

Money Manager

Money Manager

From: adam160
Views: 661
Comments: 0

2008 Small Business Resource Fair program

2008 Small Business Resource Fair program

From: adam160
Views: 488
Comments: 0

2010 Dodge Ram 1500 Cole Chrysler Dodge Jeep  Marshall MI

2010 Dodge Ram 1500 Cole Chrysler Dodge Jeep Marshall MI

From: adam160
Views: 196
Comments: 0

Digital Britain - Final report

Digital Britain - Final report

From: adam160
Views: 783
Comments: 0

 
See all 
 
 
 URL:          AddThis Social Bookmark Button
Embed Thin Player: (fits in most blogs)
Embed Full Player :
 
 

Name

Email (will NOT be shown to other users)

 

 
 
Comments: (watch)
 
 
Notes:
 
Slide 1: 10th planet Technologies ArjunRaj.d Apache  Installation Uninstallation Setup Configure   
Slide 2: INSTALLATION  downloading the latest stable release. At the time of this writing, that was Apache 2.0. The best place to get Apache is from the Apache HTTP Server download site. Download the sources appropriate to your system. Binary releases are available as well. Once you've downloaded the files you need to uncompress them and untarring: gunzip -d httpd-2_0_NN.tar.gz tar xvf httpd-2_0_NN.tar    
Slide 3: a:  This creates a new directory under the current directory with the source files.
Slide 4: Installation Part  Code: yum install httpd yum install php php-devel php-gd php-imap phpldap php-mysql php-odbc php-pear php-xml phpxmlrpc curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel  Code: 
Slide 5: Configure:  The easiest way is to accept all the defaults and just type: ./configure set specific environment variables and modules. Some of the modules I like to have installed are:  
Slide 6: a:  * mod_alias - to map different parts of the URL tree * mod_include - to parse Server Side Includes * mod_mime - to associate file extensions with its MIME-type * mod_rewrite - to rewrite URLs on the fly * mod_speling (sic) - to help your readers who might misspell URLs * mod_ssl - to allow for strong cryptography using SSL * mod_userdir - to allow system users to have their      
Slide 7: Uninstall:  yum remove httpd Code: OPTION 2: Run  /etc/init.d/httpd stop to get the package name. It should come back with something like this: Code:  apachecfg-0.3.1-6 apache-1.2.5-1 
Slide 8: a: You can then use this command to remove Apache: Code:  rpm -e apache-1.2.5-1 OPTION 3. If you compiled apache on your own. If you did a manual install then just delete /usr/local/apache (or wherever it is installed).
Slide 9: b: OPTION 4. f you are doing it manually then to remove Apache from your Linux server, enter this line at the Linux command prompt: Code:  rm -rf /usr/local/apache2
Slide 10: c:  OPTION 5: To find files by name try "locate"; it will force you to run updatedb the first time. To find packages that are installed try rpm -qa *apache* *mysql* { note "rpm -qa" lists all installed packages }   
Slide 11: d:  On mthis system: Code: [root@foo ~]# rpm -qa *apache* *mysql* ant-apache-resolver-1.6.5-2jpp.2 koffice-kexi-driver-mysql-1.6.1-4.fc6 mysql-server-5.0.27-1.fc6 ant-apache-log4j-1.6.5-2jpp.2 mysql-bench-5.0.27-1.fc6        
Slide 12: e:  apachetop-0.12.6-2.fc6 ant-apache-oro-1.6.5-2jpp.2 ant-apache-regexp-1.6.5-2jpp.2 mod_auth_mysql-3.0.0-3.1 libdbi-dbd-mysql-0.8.1a-1.2.2 mysql-5.0.27-1.fc6 php-mysql-5.1.6-3.3.fc6 ruby-mysql-2.7.1-2.fc6        
Slide 13: f:  To see what files are in a specifig package Code: [root@foo ~]# rpm -ql ant-apache-bcel /etc/ant.d/apache-bcel /usr/lib/gcj/ant /usr/lib/gcj/ant/ant-apache-bcel-1.6.5.jar.db /usr/lib/gcj/ant/ant-apache-bcel-1.6.5.jar.so /usr/share/java/ant/ant-apache-bcel-1.6.5.jar /usr/share/java/ant/ant-apache-bcel.jar       
Slide 14: Using system-config-httpd  system-config-httpd graphical tools you many need to install the system-config-httpd packahges, refer to this Apache httpd installation step if you cant find the Apache configuration tools on the menu. [root@fedora10 ~]# yum -y system-config-httpd* [root@fedora10 ~]#
Slide 15: a:  2. Go to the System -> Administration and click on http menu
Slide 16: b:  Key in root password and click on OK button to start system-config-httpd
Slide 17: c:  4. HTTP server configuration, the Main menu tab...
Slide 18: d:  on Add button on Main Apache basic setup screen (Add new address) you will be able to add new ip address and port for Apache web server Add Apache httpd ip address and port 
Slide 19: e:  5. Apache Virtual Hosts configuration tab...
Slide 20: f:  6. Apache Http Server configuration tab
Slide 21: g:  7. Apache Http Server Performance Tuning configuration...
Slide 22: Thank u

   
Time on Slide Time on Plick
Slides per Visit Slide Views Views by Location