Apache shutdown unexpectedly after documentroot change in httpd.conf

ぃ、小莉子 提交于 2019-12-05 09:08:25

Right click on your dropbox folder and choose properties. Then choose the tab security (Sikkerhet in Norwegian). Click on your username. There you can see if your user has read-write permission.

Håvard Brynjulfsen

I found a solution to the problem. It was the encoding of the httpd.conf file. Here's what I did (I guess there's several ways to do this):

  1. Open httpd.conf in Notepad++
  2. Change Notepad++ settings in the section 'New Document' to UTF-8
  3. Create new document
  4. Copy and paste everything from httpd.conf to the new docuement
  5. Save and overwrite as httpd.conf

This answers my question, but it didn't solve my overall issue of the norwegian letter causing problems with my xampp installation. Here's the next problem I faced.

Check the that your new directory have all the permissions.. It seems like it's a read-write permission issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!