Apache could not be started - ServerRoot must be a valid directory and Unable to find the specified module

后端 未结 14 1285
星月不相逢
星月不相逢 2020-12-13 06:54

I\'m using xampp portable server and I\'m having some trouble with Apache http server, it says \"ServerRoot must be a valid directory\"

Command line output:

14条回答
  •  渐次进展
    2020-12-13 07:28

    That for changing directory of the XAMPP. So you have to change the Directory as well as ServerRoot "E:/xampp/apache"

    DocumentRoot "E:/xampp/htdocs"
    
    
    
    
    
    ScriptAlias /cgi-bin/ "E:/xampp/cgi-bin/"
    
    
    
        AllowOverride All
        Options None
        Require all granted
    
    

    I also facing same problem for changing My laptop. thanks

提交回复
热议问题