Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2012
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    web server isnt responding :(

    We have a website server set up for payments on a GNU/Linux machine. Now, I can ping the Linux box, it can ping our main server(Windows 2008 R2).

    Heres the problem: When someone tries to make a payment, it says: Cannot reach host: payments.lake.lw(That is the website on the Linux box)

    Somebody please help! I have already rebooted the Linux box and power cycled the network equipment.This is stressful and I have already done everything imaginable(i.e. checked physical connections, pinged sites from Linux box, pinged Linux box from multiple machines) I did not set this Linux web site crap up. Is there a simple on off switch I am not seeing? I did not change anything yet this problem just popped up yesterday. Thanks for your time and answers in advance. Any help will be GREATLY appreciated.




  2. #2
    Join Date
    May 2012
    Location
    West Byfleet, Surrey, UK
    Posts
    21
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Post

    You've not given enough information for me to do more than take a stab in the dark.

    What Linux type and version is this? Debian, Ubuntu, RedHat, CentOS ? You should get a banner on login telling you.
    what webserver is running on this box - apache, glassfish, ngnix?
    Is it using SSL - could the server certificate have expired perhaps since you say it failed all of a sudden? That'd be one of the first things I'd look at in this scenario. You can check this using:

    I'll assume you're using standard https port 443 - adapt if you are not...

    Code:
    echo "" | openssl s_client -connect tv.eurosport.com:443 > /tmp/x
    openssl x509 -in /tmp/x -noout -enddate
    Otherwise you probably need to check the basic stuff like disk space, hardware health etc. A full disk may prevent the webserver service from running/starting. In fact, check that stuff anyway as a proactive step. If you don't know where to look for this info here are some commands:

    Code:
    df -h                        # will show disk space - look for 100% used figures or approaching that
    less /var/log/syslog    # will show the system log, 1 page at a time - q to quit. Scan for error messages
    You may need to substitute /var/log/messages for /var/log syslog above, depending on the Linux distribution used.

    A word to the wise: You are asking for help from a Linux community on a Linux forum, so you might want to consider that it's not very diplomatic to refer to "this Linux web site crap" when seeking that assistance. It may well be crap, I have no idea how it has been designed or implemented, but that tone won't do much to solicit replies. Linux webservers work perfectly well when correctly set up, and Linux/Apache has far more market share than any other vendor (see below). Don't blame the tools for your lack of experience.

    Webserver Market Share Table

    Developer January 2013 Percent February 2013 Percent Change
    Apache 348,119,032 55.26% 344,915,105 54.68% -0.58
    Microsoft 106,619,177 16.93% 104,647,425 16.59% -0.34
    nginx 79,640,472 12.64% 81,074,694 12.85% 0.21
    Google 22,573,858 3.58% 22,717,984 3.60% 0.02

    source: netcraft.com http://news.netcraft.com/archives/ca...server-survey/

    Hope that helped.

  3. #3
    Join Date
    Nov 2012
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    I fixed this problem long before your reply. Thanks for the troubleshooting steps.
    And,for the record, I didnt have a "tone". I was aggravated and frustrated to the point where I wanted to punch a hole through the dry wall because I was the only one having this issue and no one could lend advice. I was NOT bashing linux, just my current issue.I think your just reading things with your tampon up too far. Learn to take everything with a grain of rice my friend, you will live longer in life. Good day sir.

 

 

Similar Threads

  1. web server
    By ayaranad in forum Web Server
    Replies: 0
    Last Post: 11-17-2012, 07:33 AM
  2. Which web server do you use?
    By mrnothersan in forum Web Server
    Replies: 11
    Last Post: 10-27-2012, 03:10 PM
  3. What Operating system to run for a web server
    By Mandex in forum General Server
    Replies: 7
    Last Post: 08-19-2012, 05:57 AM
  4. Dynamic IP Address and a Web Server
    By animaguy in forum General Server
    Replies: 3
    Last Post: 08-15-2012, 06:10 AM
  5. Installing a CentOS Web Server
    By animaguy in forum General Server
    Replies: 7
    Last Post: 08-12-2012, 03:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
           








Check out Linux Central for Linux software and other goodies!





» Stats

Members: 3,565
Threads: 3,917
Posts: 9,436
Top Poster: Fred (1,486)
Welcome to our newest member, MarryxCore93

» Links



Powered by vBadvanced CMPS