Advertisement

09.09.2007 at 09:34AM PDT, ID: 22816249
[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!

5.6

Mono module for Apache Web Server giving Service Temporarily Unavailable

Asked by FernandoSoto in Apache Web Server

Tags: , , , ,

Hi Experts;
Thanks for looking at the question.

This is a continuation of question http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_22814884.html.

From my last question I could get access to the ASP.Net web pages through the mono module plugged into the Apache server using these addresses http://127.0.0.1/demo/index.aspx or the intranet address of the box http://192.168.123.104/demo/index.aspx but not through another box on the same internal network. The problem was that the iptables was blocking port 80 and was solved by EE Expert Fardev. After adding a line to the iptables I was able to get access to http://192.168.123.104 from the network. But between the time I posted the question till the time I got access to the system from another box I was no longer being able to access http://192.168.123.104/demo/index.aspx but could get a page to come up if I just went to the main site http://192.168.123.104. Apache needs to load the module mod_mono.so so which I had in the httpd.conf file. I opened the file to make sure that all the lines I put in were correct only to find that they were not there any more. I then placed the following lines back into the httpd.conf file:

LoadModule mono_module modules/mod_mono.so

Alias /demo "/usr/lib/xsp/test"
MonoApplications "/usr/lib/xsp/test"
<Location /demo>
    SetHandler mono
</Location>

I restarted the web server and now I am not getting web page not found but getting the message, "Service Temporarily Unavailable - The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." Any one know what I might of messed up?

Thanks
FernandoStart Free Trial
[+][-]09.10.2007 at 01:46PM PDT, ID: 19864133

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
Tags: temporarily, service, server, apache, mono
Sign Up Now!
Solution Provided By: FernandoSoto
Participating Experts: 0
Solution Grade: B
 
 
[+][-]09.11.2007 at 05:17AM PDT, ID: 19867825

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
 
Loading Advertisement...
20081112-EE-VQP-44 / EE_QW_2_20070628