View previous topic :: View next topic |
Author |
Message |
GWilliam Guru
Joined: 29 Dec 2005 Posts: 350
|
Posted: Sat Aug 16, 2008 2:39 am Post subject: #null |
|
|
#NULL
Last edited by GWilliam on Sun Jul 25, 2010 4:11 pm; edited 2 times in total |
|
Back to top |
|
|
GWilliam Guru
Joined: 29 Dec 2005 Posts: 350
|
Posted: Sat Aug 16, 2008 3:43 pm Post subject: |
|
|
#NULL
Last edited by GWilliam on Sun Jul 25, 2010 4:11 pm; edited 1 time in total |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23062
|
Posted: Sat Aug 16, 2008 6:18 pm Post subject: |
|
|
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 |
|
|
GWilliam Guru
Joined: 29 Dec 2005 Posts: 350
|
Posted: Sat Aug 16, 2008 7:08 pm Post subject: |
|
|
#NULL
Last edited by GWilliam on Sun Jul 25, 2010 4:11 pm; edited 1 time in total |
|
Back to top |
|
|
GWilliam Guru
Joined: 29 Dec 2005 Posts: 350
|
Posted: Sat Aug 16, 2008 7:24 pm Post subject: |
|
|
#NULL
Last edited by GWilliam on Sun Jul 25, 2010 4:12 pm; edited 1 time in total |
|
Back to top |
|
|
GWilliam Guru
Joined: 29 Dec 2005 Posts: 350
|
Posted: Sat Aug 16, 2008 9:10 pm Post subject: |
|
|
#NULL |
|
Back to top |
|
|
|