xampp ポータブル サーバーを使用していますが、Apache http サーバーで問題が発生しています。「ServerRoot は有効なディレクトリである必要があります」と表示されます。
コマンドライン出力:
Please close this command only for Shutdown
Apache 2 is starting ...
httpd.exe: Syntax error on line 35 of K:/../../../xampp/apache/conf/httpd.conf: ServerRoot must be a valid directory
Apache could not be started
xampp/apache/conf/httpd.conf の 35 行目を確認したところ、次のようになりました。
ServerRoot "/xampp/apache"
これは存在しません。私のフォルダは次のとおりです。
K:/../../../xampp/apache/conf <- where the httpd.conf is
K:/../../../xampp/apache/ <- the server root
K:/../../../xampp/apache/modules <- where server modules are
(35行目で)変更すると
ServerRoot ".."
それは言います:
Please close this command only for Shutdown
Apache 2 is starting ...
httpd.exe: Syntax error on line 65 of K:/../../../xampp/apache/conf/httpd.conf: Cannot load modules/mod_access_compat.so into server: Unable to find the specified module
Apache could not be started
確認したところ、modules/mod_access_compat.so が存在するため、修正方法がわかりません。
どんな助けでも大歓迎です