Web Hosting Talk







View Full Version : Interserver.net cant help me


new-webmaser
09-22-2001, 07:13 AM
hello guys

i request help here because Interserver stopped support thier servers.

i use dual PIII 1000Mhz with CPanel and WHM

my problem that apache server down each 5 mins without any reasons or serverover load

can any one tell me what may cause that ....

I'll appreciate help until interserver wake-up

new-webmaser
09-22-2001, 11:17 AM
this is the error when i tried to restart apache from WHM,
anyone help me please ..... Interserver waked up but wait for VDI to reply ... yeeeeekkkkkkk :uzi:


Looking up localhost. Making HTTP connection to localhost. Alert!: Unable to connect to remote host. lynx: Can't access startfile

http://localhost/server-status Attempting to restart httpd
httpd status httpd did not return a status report

httpd has failed, please contact the sysadmin.

Chicken
09-22-2001, 01:51 PM
Originally posted by new-webmaser
httpd has failed, please contact the sysadmin.

Just contact the sysadmin... ohhh that's *you* isn't it? :D

Is this the expired license thing? I don't know much about WHM, and can't tell what is wrong from your post.

Palm
09-22-2001, 02:05 PM
Try to restart apache this way.

/usr/local/apache/bin/apachectl stop
/usr/local/apache/bin/apachectl start

If it gives you an error try running:

/usr/local/apache/bin/apachectl configtest

And it will show you what's wrong with the httpd.conf file. Then you can edit and maybe fix it there.

Jedito
09-22-2001, 02:11 PM
you can try read the error log.

tail -f /usr/local/apache/logs/error.log

There you can see what error is giving Apache

new-webmaser
09-22-2001, 02:18 PM
thank you .. at least you give me new and good hints .. i'll try with your hints

thank you again

Jedito
09-22-2001, 07:49 PM
Do you solved? if so, what was the problem?

new-webmaser
09-23-2001, 07:20 AM
not yet ...

i fixed some simple httpd.conf errors

then

/usr/local/apache/bin/apachectl stop
/usr/local/apache/bin/apachectl start

still down

and
/usr/local/apache/bin/apachectl graceful
this pring it to life for a minutes

i tried it again i get 1000s of line like that:

[Sun Sep 23 07:09:50 2001] [warn] NameVirtualHost 66.78.56.230:80 has no VirtualHosts
[Sun Sep 23 07:09:50 2001] [warn] NameVirtualHost 66.78.56.230:80 has no VirtualHosts
[Sun Sep 23 07:09:50 2001] [warn] NameVirtualHost 66.78.56.230:80 has no VirtualHosts
[Sun Sep 23 07:09:50 2001] [warn] NameVirtualHost 66.78.56.230:80 has no VirtualHosts
[Sun Sep 23 07:09:50 2001] [warn] NameVirtualHost 66.78.56.230:80 has no VirtualHosts


what do you think .......... by the way Interserver send me 1 word " overloaded ".

and nothing more ... server load since 2 months never make more than .5

sodapopinski
09-23-2001, 12:05 PM
do you backup your system continously?
as long as I know if you have second HD, interserver will run daily and weekly backup on your drive.
Then, try to restore the old httpd files.

allera
09-23-2001, 12:48 PM
Originally posted by new-webmaser
[Sun Sep 23 07:09:50 2001] [warn] NameVirtualHost 66.78.56.230:80 has no VirtualHosts
That's just a warning. It means you have no <VirtualHost> definitions for those IPs, yet you have the NameVirtualHost directive defined for it.

I have never used WHM or CPanel, so I don't know how to fix it with those. Those errors shouldn't stop Apache from starting, they are just warnings. There is something else wrong. What does apachectl configtest spit out (other than the NameVirtualHost warnings)?

Jedito
09-23-2001, 02:28 PM
do you know what process are overloading your server?

try with top and psx aux. That will show you the running process

new-webmaser
09-23-2001, 06:12 PM
as a reply of:

do you know what process are overloading your server?
try with top and psx aux. That will show you the running process


right now apache is works fine ... i dont know what happend .. but i noticed the server load jump to 50:70 !!!!!!!!! in a second
then down to 2 or 3 in other second

I think user run a bad script ...

the question now ?? how i can find the user make this overload ?

and thank you alll for your great help

fatale
09-23-2001, 06:39 PM
"Load average" is how many processes are running at the same time. So it's not possible to overload the system with a single script (well unless the script is forking many times). If you see load average of 50, that means there were 50 active processes running at the same time.

Jedito
09-24-2001, 01:59 AM
You could try with top
and press C when top is running
it will show you the path of the running process