Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-02-2010, 02:44 PM   #1
camperjohn64
Confirmed User
 
Industry Role:
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,531
Apache not responding after hostname change - help?

I changed the hostname on my new server and I get this error, and now Apache doesn't respond:

Code:
Starting httpd: httpd: apr_sockaddr_info_get() failed for bigmetal.ryd0.com
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
So being smart, I said fuck it and changed the hostname back. But Apache is now not responding at all. Dead. Checking logs, Apache isn't even getting called.

I changed it from bigmetal.ryd2.com to bigmetal.ryd0.com (then back to bigmetal.ryd2.com hoping it would fire up again)

I've googled this, and made all the fixes I found in other forums, none of them have brought it back to life.

Maybe I don't understand what the hostname really does...I am using Webmin, and CentOS 5.4. This is a new installation, and there are no websites on the server yet.

Any ideas? What tests can I run to troubleshoot this?


.
__________________
www.gimmiegirlproductions.com
camperjohn64 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 02:48 PM   #2
fatfoo
ICQ:649699063
 
Industry Role:
Join Date: Mar 2003
Posts: 27,763
Good luck with that.
__________________
Send me an email: [email protected]
fatfoo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 02:50 PM   #3
mmcfadden
So Fucking Banned
 
Join Date: Oct 2008
Location: philly
Posts: 5,099
u can ICQ this guy and get your answers 565-982-359
mmcfadden is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 02:50 PM   #4
mikke
Confirmed User
 
mikke's Avatar
 
Industry Role:
Join Date: Jan 2010
Location: Europe
Posts: 1,327
Quote:
$ host bigmetal.ryd0.com
Host bigmetal.ryd0.com not found: 3(NXDOMAIN)
looks like dns problem..
__________________
icq: 395 294 346
http://www.adultsubmitter.eu - submit any adult site to 20 directories from 1 form!
now 20 domains!
http://www.porndeals.eu http://www.ebonybangbros.com
mikke is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 03:00 PM   #5
camperjohn64
Confirmed User
 
Industry Role:
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,531
Quote:
Originally Posted by mikke View Post
looks like dns problem..
I've actually pointed ryd0.com back to the old server so I can continue to show ads and make sales until the new server is ready, but I still can't get Apache to fire up even when viewing the IP directly (67.21.112.158/phpmyadmin for example)

I also tried pointing ns1/ns2.ryd0.com to 67.21.112.158 and then tried it just in case it was something to do with the DNS, but still no luck.

I'm a good programmer, but a lousy admin.
__________________
www.gimmiegirlproductions.com
camperjohn64 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 03:04 PM   #6
camperjohn64
Confirmed User
 
Industry Role:
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,531
I am also thinking it is possible the hostname change then revert, was NOT the issue. Perhaps I just think it was and I did something else to halt Apache.

If we assume that it isn't my hostname change/revert was not the problem, how can I fix it? I am almost thinking yum remove/install httdp and reset everything since I don't yet have any domains on the server.
__________________
www.gimmiegirlproductions.com
camperjohn64 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 03:44 PM   #7
CYF
Coupon Guru
 
CYF's Avatar
 
Industry Role:
Join Date: Mar 2009
Location: Minneapolis
Posts: 10,973
does your hostname resolve? What does /etc/hostname say?
__________________
Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

CYF is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 03:51 PM   #8
camperjohn64
Confirmed User
 
Industry Role:
Join Date: Feb 2005
Location: Los Angeles
Posts: 1,531
I think it's possible this has nothing to do with hostname - I found this in the error_log

Code:
[Sat Apr 03 06:36:29 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 03 06:36:29 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 03 06:36:29 2010] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[Sat Apr 03 06:36:29 2010] [error] mod_fcgid: fcgid process manager died, restarting the server
[Sat Apr 03 06:36:29 2010] [notice] SIGHUP received.  Attempting to restart
[Sat Apr 03 06:36:29 2010] [notice] Digest: generating secret for digest authentication ...
[Sat Apr 03 06:36:29 2010] [notice] Digest: done
[Sat Apr 03 06:36:29 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
[Sat Apr 03 06:36:29 2010] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Sat Apr 03 06:36:29 2010] [alert] getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
__________________
www.gimmiegirlproductions.com
camperjohn64 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 09:30 PM   #9
directfiesta
Too lazy to set a custom title
 
directfiesta's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: Montreal, Quebec
Posts: 29,619
Using FastCgi ?

you error is similar to:

http://www.mail-archive.com/mod-fcgi.../msg00066.html


Do you have a control panel ? Which one ? If yes, re-complie apache and php .
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT !

But I can't figure out how he can breathe or type , at the same time ....
directfiesta is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2010, 11:01 PM   #10
Farang
one sick puppy
 
Industry Role:
Join Date: Oct 2004
Location: Where the worst of the West meets the worst of the East
Posts: 11,548
Your server has been hacked.
Farang is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-03-2010, 07:49 AM   #11
Ladyboy King
Confirmed User
 
Ladyboy King's Avatar
 
Join Date: Nov 2008
Location: Ladyboy Land
Posts: 215
Quote:
Originally Posted by fatfoo View Post
Good luck with that.
Did I ever show you the pic of me raw doggin' Karin O?
__________________
I'll make you feel dirty and 13.7% gay.
XXX - All your ladyboys are belong to me!
Ladyboy King is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.