zagadka
09-06-2002, 03:05 PM
hi
today suddenly my server went down http is not working
i can log in to plesk
ftp working but http not i am not an expert
donot have money :D
if anyone can help me i can give space on my server
my icq 20196017
Noldar
09-06-2002, 04:10 PM
Try either
/usr/local/psa/apache/bin/apachectl stop
/usr/local/psa/apache/bin/apachectl start
or
/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start
Depending on whether you have the standard or rpm version of Plesk. If that doesn't work, let us know if you get any error messages.
Richard
zagadka
09-11-2002, 05:26 AM
it gives no error
says httpd started
when i sa restart it says httpd is not runing starting it
/etc/rc.d/init.d/ also doesnot contain httpd
linux-tech
09-11-2002, 05:52 AM
logs logs logs logs logs logs (and more logs)
these are your friends
tail /var/log/httpd/error_log(s) unless you've changed them.
/etc/init.d/httpd start SHOULD start it
/usr/sbin/apachectl start should also start this.
mlovick
09-11-2002, 06:58 AM
he's right - the first thisng to learn in a sysadmin role is to know where your logs are - and read them.
somthing like:
tail -100 /var/log/httpd/error_log
But it depends on your system!
Open your httpd.conf and look for somthing like this:
ErrorLog /***PATH***/error_log
This tells you where your error log is.
zagadka
09-11-2002, 08:00 AM
It says it cannot find apache.pm
redhat 7.2 where must i upload that file
Noldar
09-11-2002, 08:44 AM
Did you recently upgrade perl or anything else?
Richard
zagadka
09-11-2002, 09:12 AM
nope nothing suddenly gone down
maybe hacked
zagadka
09-11-2002, 09:18 AM
when i write
/usr/local/psa/apache/bin/httpd
it gives me that error
[Wed Sep 11 16:29:24 2002] [error] Can't locate Apache.pm in @INC (@INC contain.
[Wed Sep 11 16:29:24 2002] [warn] NameVirtualHost 66.250.145.210:443 has no Virs
File size limit exceeded
i didnot do anything server suddenly gone
allera
09-11-2002, 09:31 AM
Maybe this might help?
http://forum.plesk.com/showthread.php?s=&threadid=2291
If not, look here:
http://forum.plesk.com/search.php?s=&action=showresults&sortby=lastpost&sortorder=descending
Good luck!
al3xchie
09-11-2002, 11:12 AM
hmm.. install apache.pm again :D you can download at
http://search.cpan.org
=================
when i write
/usr/local/psa/apache/bin/httpd
it gives me that error
[Wed Sep 11 16:29:24 2002] [error] Can't locate Apache.pm in @INC (@INC contain.
[Wed Sep 11 16:29:24 2002] [warn] NameVirtualHost 66.250.145.210:443 has no Virs
File size limit exceeded
i didnot do anything server suddenly gone
zagadka
09-14-2002, 11:59 AM
Fixed the problem
my log file exceeded 2gb just deleted it and it fixed