Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
#null
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
GWilliam
Guru
Guru


Joined: 29 Dec 2005
Posts: 350

PostPosted: Sat Aug 16, 2008 2:39 am    Post subject: #null Reply with quote

#NULL

Last edited by GWilliam on Sun Jul 25, 2010 4:11 pm; edited 2 times in total
Back to top
View user's profile Send private message
GWilliam
Guru
Guru


Joined: 29 Dec 2005
Posts: 350

PostPosted: Sat Aug 16, 2008 3:43 pm    Post subject: Reply with quote

#NULL

Last edited by GWilliam on Sun Jul 25, 2010 4:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 23062

PostPosted: Sat Aug 16, 2008 6:18 pm    Post subject: Reply with quote

Have you looked at the last lines of the error log? You can print a tail of the error logs using find /etc/apache2 -name '*.conf' -type f -print0 | xargs --null awk '/^[ \t]*ErrorLog / { print $2; }' | xargs tail -n20.

Why are the permissions so open? It is not only insecure, it may cause some applications to refuse to work with the file. An HTTP 403 is not usually caused by such precautions, though.

What have you changed recently on the system? Have you done any package upgrades or downgrades? What is the output of find /etc/apache2 -type f -ls?

Can you run /var/www/localhost/cgi-bin/upload.cgi from a shell prompt? Caution: depending on how the script handles bad input, this could be dangerous. Use an unprivileged account to do this.
Back to top
View user's profile Send private message
GWilliam
Guru
Guru


Joined: 29 Dec 2005
Posts: 350

PostPosted: Sat Aug 16, 2008 7:08 pm    Post subject: Reply with quote

#NULL

Last edited by GWilliam on Sun Jul 25, 2010 4:11 pm; edited 1 time in total
Back to top
View user's profile Send private message
GWilliam
Guru
Guru


Joined: 29 Dec 2005
Posts: 350

PostPosted: Sat Aug 16, 2008 7:24 pm    Post subject: Reply with quote

#NULL

Last edited by GWilliam on Sun Jul 25, 2010 4:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
GWilliam
Guru
Guru


Joined: 29 Dec 2005
Posts: 350

PostPosted: Sat Aug 16, 2008 9:10 pm    Post subject: Reply with quote

#NULL
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum