[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

02/03/2009 at 07:28PM PST, ID: 24110651
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

problem with virtual host

Asked by seth2740 in Apache Web Server

I'm running apache 2.0.54 on red hat ES 4.  My configuration includes a few tools running under tomcat.  There is also an additional site defined in apache as a virtual host.  Problem is, when trying to access it I'm getting the default tomcat instance.  That tells me that it's an issue with the virtual host configuration, though I can't figure out what the issue is.  All sites are on the same ip address and on port 80.  I have the name defined in hosts.  I'm probably missing something stupid here.  I'm not an apache expert, though I have been reading a lot about virtual hosts, directives, etc and can't figure out what I'm missing.

Here is what I have for the first virtual host:

<VirtualHost *:80>
    ServerName tool1.company.com
    ServerAlias tool1
    JkMount /* worker1
</VirtualHost>

I have 6 others that are similar for tool2, worker2 etc running under tomcat 5.

At the end I have this defined:

<VirtualHost *:80>
    ServerAdmin admin@company.com
    DocumentRoot /opt/apache/htdocs/site1
    ServerName site1.company.com
    ErrorLog logs/site1.company.com-error_log
    CustomLog logs/site1.company.com-access_log common
    <Directory "/opt/apache/htdocs/site1">
        AddHandler cgi-script .cgi .pl
        DirectoryIndex index.html index.php index.htm
        Options ExecCGI
        Options Indexes FollowSymLinks +ExecCGI
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>

However if I try to access site1 or site1.company.com I get the default site tool1.
What am I missing?
[+][-]02/04/09 02:12 AM, ID: 23546412

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/04/09 07:39 AM, ID: 23549166

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/04/09 08:06 AM, ID: 23549557

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02/04/09 11:13 AM, ID: 23552114

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/04/09 01:02 PM, ID: 23553447

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02/04/09 11:46 PM, ID: 23557253

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Apache Web Server
Sign Up Now!
Solution Provided By: seth2740
Participating Experts: 1
Solution Grade: A
 
 
[+][-]02/05/09 12:22 AM, ID: 23557392

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625