Reply
Assess to Error Log
Old 09-16-2005, 01:48 PM Assess to Error Log
Junior Talker

Posts: 2
happy friday to everyone. I am new to this board and have a question about my dedicated server.

When I log in using SSH, what is the command i type to access my error log for Apache?

Thx
Dan
skydivedan is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 09-16-2005, 03:32 PM
Novice Talker

Posts: 12
It's depend on your server configuration. Each server has different configuration. Usually you can access the log in directory /usr/local/apache/logs/

If you have access to apache config file you can view the directory of error log at ErrorLog line.
__________________
Cookdojo.com |Padbuilder.com | Files | Digicam

Last edited by laurente : 09-16-2005 at 03:45 PM.
laurente is offline
Reply With Quote
View Public Profile
 
Old 09-16-2005, 05:53 PM
Anacrusis's Avatar
Defies a Status

Posts: 2,099
Name: Adam
Location: Colchester CT
to see the last 10 lines of the file:
tail /usr/local/apache/logs/error_log


to see the whole thing:
cat /usr/local/apache/logs/error_log |more



The path I used is typical for linux, but may be different for you.
Anacrusis is offline
Reply With Quote
View Public Profile Visit Anacrusis's homepage!
 
Old 09-21-2005, 08:21 AM
Experienced Talker

Posts: 41
you can do first a
locate error_log
or
find / -name "error_log"
to find out the right path
__________________
web directory
rehash is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Assess to Error Log
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12341 seconds with 12 queries