How to Create Symbolic Links

Tech Guru, Technology News No Comments »

This section helps you create useful symbolic links. This part of the installation is purely optional. However, I like to create certain symbolic links that make it easier to work with Apache. Creating a symbolic link for the contents of /usr/local/apache/bin directory to /usr/local/bin does wonders. The /usr/local/apache/bin directory contains certain commands. You can use [...]

 Read More

HTC Touch2 launched in India

Mobiles 2 Comments »

After introducing HTC Magic and HTC Hero in quick succession, Touch2 is launched in India. The new HTC Touch2 doesn’t look like an update of Touch model but surely looks like an older brother of Touch 3G. What HTC boasts about is that the Touch2 phone comes with Windows Mobile 6.5 pre-loaded on it. At [...]

 Read More

Twitter has rolled out a new Lists feature

Alerts & News No Comments »

Twitter, a micro-blogging service, has rolled out a new Lists feature that was announced last month. Selected groups of people are getting Lists feature that allows custom Twitter users list that other users can follow with single click. List feature is basically a group of Twitter friends that another user can follow with a single [...]

 Read More

How to Test Apache Installation

Apache No Comments »

Installation is not complete until you test it. You can test your Apache installation in a variety of ways. I test the installation in two ways. First, I check the installation by using the lynx text browser. Second, I test the installation by connecting from a remote client computer. Connecting Using lynx To test the [...]

 Read More

How to Use the apachectl Command

Apache No Comments »

The apachectl command is an important command that you can use to administer the Apache Web server. However, to use this command, you may want to create the symbolic link that I created in the previous section. To view the options that can be used with this command, type the following command at the console: [...]

 Read More

How to Create Symbolic Links

Apache No Comments »

This section helps you create useful symbolic links. This part of the installation is purely optional. However, I like to create certain symbolic links that make it easier to work with Apache. Creating a symbolic link for the contents of /usr/local/apache/bin directory to /usr/local/bin does wonders. The /usr/local/apache/bin directory contains certain commands. You can use [...]

 Read More

The config.status File – Apache

Apache No Comments »

After you use the configure script, Apache is ready to be compiled. A set of files assists Apache during the compilation process. One such file is the config.status file. This file is created automatically when you run the configure script. However, if this file exists, it is overwritten when you specify the ./configure command. The [...]

 Read More

Apache Sample Use of the configure Script

Apache No Comments »

By now you must be familiar with a lot of configure options. However, each Web server administrator operates under different circumstances and is influenced by different perceptions. To me, the following command has proven to be the most helpful: #./configure –prefix=/usr/local/apache \ >–server-uid=www \ >–server-gid=www \ >–htdocsdir=/opt/web/html \ >–cgidir=/opt/web/cgi-bin \ >–enable-module=most \ >–enable-shared=max Now, review [...]

 Read More

Observing the Apache configure Options

Apache No Comments »

There are so many configure options that it is practically impossible to remember all of them by heart. The best practice is to always view the help file for the configure script. This helps you choose your favorite options while compiling. After you extract the necessary files, you can move to the /usr/local/src/apache_1.3.24/ directory and [...]

 Read More

The –enable-shared=max Argument

Apache No Comments »

You use this argument to specify that Dynamic Shared Objects (DSO) are to be used while compiling the modules. All modules except the http_core module and the mod_so module are compiled using DSO. These modules should be statically linked to Apache, exclusively. This is important because the function of the http_core module is to provide [...]

 Read More

The –enable-module=most Argument

Apache No Comments »

This argument specifies that all modules included in the standard distribution of Apache and supported by all platforms should be enabled. However, using this argument omits certain modules that are not supported by all platforms. It is advisable to use the –enable-module=most argument and exclusively specify the additional modules that you want to install. Tip [...]

 Read More
Techgurulive is a free Howtos and tutorials website on apache, Linux, windows, php, Networking, MySQL, Cisco, open source, IT-Tips, Nas, Virtualization, voip, vpn, email,send mail, lamp, security, SEO, squid, Anti virus, Backup, Database,and much more.