Author |
|
Dire_Wolf
Joined: 07 Jan 2011 Posts: 3
|
Posted: Fri 07 Jan '11 20:24 Post subject: Can't save httpd.conf file |
|
|
When I edit the httpd.conf file and try to save it, it tells me it can't create the path. I don't know how to save. Please help. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sun 09 Jan '11 18:19 Post subject: |
|
|
Which OS do you run? Which apache did you install? Where is it installed? |
|
Back to top |
|
Dire_Wolf
Joined: 07 Jan 2011 Posts: 3
|
Posted: Mon 10 Jan '11 0:41 Post subject: |
|
|
Never mind, I've fixed the problem. |
|
Back to top |
|
nrodger
Joined: 09 Jun 2011 Posts: 2 Location: San Francisco
|
Posted: Thu 09 Jun '11 7:39 Post subject: Re: Can't save httpd.conf file |
|
|
Dire_Wolf wrote: | When I edit the httpd.conf file and try to save it, it tells me it can't create the path. I don't know how to save. Please help. |
Having same problem. Dire_Wolf please give your solution. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 09 Jun '11 11:22 Post subject: |
|
|
Run your editor as Adminstrator than it will work
The reason is that C:\Program Files\.... are not write able to normal users. That's why apachelounge (AL) recommends to unpack the zip from AL to c:/apache2 |
|
Back to top |
|
nrodger
Joined: 09 Jun 2011 Posts: 2 Location: San Francisco
|
Posted: Thu 09 Jun '11 21:10 Post subject: httpd.conf save issue |
|
|
Thanks for your reply. I am using Mac OS and pulling my hair out. So many people have this issue. No solution yet and I have been on a gazillion forums and even called Mac support. No help.
Nancy |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 09 Jun '11 22:13 Post subject: Re: httpd.conf save issue |
|
|
nrodger wrote: | Thanks for your reply. I am using Mac OS and pulling my hair out. So many people have this issue. No solution yet and I have been on a gazillion forums and even called Mac support. No help.
Nancy |
Open a terminal
cd to the conf directory of apache
sudo nano httpd.conf |
|
Back to top |
|