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)
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 with full confidence.We provide you easy, simple and updated study material. After preparing from the 1Z0-301 exam material prepared by us we guarantee you that you will be a certified professional. We guarantee that with Troytec 1Z0-301 study material, you will pass the Certification exam. (less)
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)
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 centre with full confidence.We provide you easy, simple and updated study material. After preparing from the 1Z0-301 exam material prepared by us we guarantee you that you will be a certified professional. We guarantee that with CertMagic 1Z0-301 study material, you will pass the Certification exam. (less)
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