Arjun Prabhu K forced the electrons to say:
> get some error message saying I do not have Enough rights (403) , in the

That is because you don't have enough rights :-)

Your httpd might be running as uid/gid set to nobody.nobody, so you should
allow nobody to read the file - if you are trying to use file
/path/to/filename, then all the directories (/path and /path/to) should have x
permissions to others (like drwx--x--x) and the file filename should have r
permissions (-rw-r--r--).

> Also I have an Independent M/C.I would like to use the IP add 192.168.1.X.

You should have a network card, since all the drivers that I have seen will
load only if there is a card - they try to initialize the card while loading.
If you have a card, and if it is initialized properly, then you can assign an
IP address to it via

ifconfig eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255

Binand

-- 
#include <stdio.h>                                   | Binand Raj S.
char *p = "#include <stdio.h>%cchar *p = %c%s%c;     | This is a self-
int main(){printf(p,10,34,p,34,10);return 0;}%c";    | printing program.
int main(){printf(p,10,34,p,34,10);return 0;}        | Try it!!

--------------------------------------------------------------------------
LI is all for free speech, but this list was created for a purpose --
to help popularise Linux in India. If your messages are counterproductive
to that purpose, your privileges to submit messages can and will be revoked.

Reply via email to