LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   need help BADLY!! (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-badly-184902/)

zdos 05-23-2004 02:40 PM

need help BADLY!!
 
when i installed mandrake linux 9.2 on my computer i chose to have the webserver setup as well, but when i put downloads there, things with .zip or .tar.gz extensions, it wont let me access them, it says forbidden.. same when i try going to directories.. can someone help because this is really pissing me off.

XavierP 05-23-2004 02:43 PM

Two things:

You could try using more decriptive titles for your threads in future. Your title gives us absolutely no information at all.

When you say you installed all the webserver options, what does that mean? Have you configured them and created users with access to them? How have you set them up? Which directories are you trying to access?

More information helps us to help you.

Mara 05-23-2004 02:45 PM

Please be careful about the language you use. Offensive language is not accepted here.

You probably need to change permissions of the files (using graphical tools or from console). From console to make all the files readable you'd need to type (when you're in the directory with your files)
Code:

chmod a+r *
It'll make all the files readable.


All times are GMT -5. The time now is 05:44 AM.