|
-
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.
-
-
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.
-
-
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
-
By ayaranad in forum Web Server
Replies: 0
Last Post: 11-17-2012, 07:33 AM
-
By mrnothersan in forum Web Server
Replies: 11
Last Post: 10-27-2012, 03:10 PM
-
By Mandex in forum General Server
Replies: 7
Last Post: 08-19-2012, 05:57 AM
-
By animaguy in forum General Server
Replies: 3
Last Post: 08-15-2012, 06:10 AM
-
By animaguy in forum General Server
Replies: 7
Last Post: 08-12-2012, 03:24 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Check out Linux Central for Linux software and other goodies!
» Recent Threads
» Stats
Members: 3,597
Threads: 3,922
Posts: 9,456
Top Poster: Fred (1,486)
Welcome to our newest member, SK!P0!D
» Links
|
Bookmarks