Re: Apache file permission, wont let me edit file

2008-06-02 Thread Thierry Schork
You have to be the "root" user of the server to do that. Use the "su" command (or "sudo bash" if sudo is intalled) into a terminal and edit the file from the terminal. You probably try to edit the file from a normal user account, which have just a read permission to that file. On Mon, Jun 2, 2008

Re: Apache file permission, wont let me edit file

2008-06-02 Thread Christian Joergensen
slix wrote: > i try to edit httpd.conf file by adding > LoadModule python_module modules/mod_python.so > > but it wont let me. how do i change the file permissions to do this? > also is there some security issues here i should consider? You probably need administrative rights (root access) for t

Apache file permission, wont let me edit file

2008-06-02 Thread slix
i try to edit httpd.conf file by adding LoadModule python_module modules/mod_python.so but it wont let me. how do i change the file permissions to do this? also is there some security issues here i should consider? --~--~-~--~~~---~--~~ You received this message be