[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4r - Changing of the httpd.conf file
- Subject: Re: [cobalt-users] RaQ4r - Changing of the httpd.conf file
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Fri Apr 6 18:23:11 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Paul Brown <paulb@xxxxxxxxxxxx> wrote
> I use my ftp software and login as admin to my server as normal.
>
> I go to the directory /etc/httpd/conf and download the httpd.conf file.
>
> I edit it to the way I want it but when I try and ftp it back up to the
server I get an error saying Permission Denied.
>
> Why can I download but not upload the file?
Because you can read it, but you can't write it. (admin does not have write
rights)
> How else can I edit the file?
1) ssh to the server and edit it with pico or vi
2) Do as you were doing, but ftp the file to a directory you have rights.
then, ssh in su - root and move it.
Gerald