Forum Home
|
Marketplace
|
Articles
|
Blogs
|
Interviews
|
Tools
REGISTER
|
SEARCH
|
MEMBERS
|
F.A.Q.
Register Here
Forum Rules
Webmaster-Talk.com
>
Coding Talk
>
Coding Forum
>
Assess to Error Log
Link Back
Thread Tools
Assess to Error Log
09-16-2005, 01:48 PM
#
1
(
permalink
)
Assess to Error Log
skydivedan
Junior Talker
Posts: 2
Talkupation:
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
When You
Register
, These Ads Go Away!
09-16-2005, 03:32 PM
#
2
(
permalink
)
laurente
Novice Talker
Posts: 12
Talkupation:
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
.
09-16-2005, 05:53 PM
#
3
(
permalink
)
Anacrusis
Defies a Status
Posts: 2,099
Name: Adam
Location: Colchester CT
Talkupation:
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.
09-21-2005, 08:21 AM
#
4
(
permalink
)
rehash
Experienced Talker
Posts: 41
Talkupation:
you can do first a
locate error_log
or
find / -name "error_log"
to find out the right path
__________________
web directory
« Reply to
Assess to Error Log
Previous Thread
|
Next Thread
Webmaster-Talk.com
>
Coding Talk
>
Coding Forum
>
Assess to Error Log
Thread Tools
Show Printable Version
Email this Page
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
Webmaster Resources Marketplace:
Software Development Company
|
Webhosting.UK.com
|
Text Link Brokers
|
Dedicated Server Hosting
|
Profitable Webmaster Forum
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
Mark Forums Read
-
View Forum Leaders
-
Contact Us
-
Webmaster Forum
-
Advertise
-
Archive
-
Privacy Statement
-
Top
Page generated in
0.13745
seconds with
12
queries