Can’t save Apache httpd.conf file

apache-http-serverdjango

I'm trying to edit the httpd.conf file so I can use django on my Apache server, but I get an error message saying, "Please check if this file is opened in another program," when I try to save the changes. The server is not running while I try to save. I'm using The BitNami DjangoStack package. Where else could this file be being used?

Best Answer

It seems like you are using Windows stack. You can solve this by running your editor program as Administrator.

Please have a look at following related questions 1. Unable to edit and save a file on remote machine using notepad++ 2. Notepad++ “Check if file is open in another program” No other program open

If using Linux, then you can open httpd.conf as root user or by using sudo command.

Related Question