- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我不知道自己做错了什么,但我无法使用 Apache 更改本地主机文件的目录。我用 httpd.conf 尝试了各种方法,包括将“Order allow,deny”更改为 "Require all granted"。它仍然不起作用。
我正在运行 Windows 7 64 位,我正在尝试让 Apache 工作,但由于错误 403,到目前为止所有解决方案都没有帮助我更改 DocumentRoot。
这是 httpd.conf
这是自最近一次服务重启以来我的错误日志
The Apache2.4 service is restarting. The Apache2.4 service has restarted. m_winnt:notice [pid5304:tid 468] AH00424: Parent: Received restart signal -- Restarting the server.
[Mon Sep 22 22:37:25.315061 2014] [ssl:warn] [pid 5304:tid 468] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Sep 22 22:37:25.315061 2014] [mpm_winnt:notice] [pid 5304:tid 468] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1h configured -- resuming normal operations
[Mon Sep 22 22:37:25.315061 2014] [mpm_winnt:notice] [pid 5304:tid 468] AH00456: Apache Haus VC9 Server built: Jul 15 2014 20:34:18
[Mon Sep 22 22:37:25.315061 2014] [core:notice] [pid 5304:tid 468] AH00094: Command line: 'C:\\Apache24\\bin\\httpd.exe -d C:/Apache24'
[Mon Sep 22 22:37:25.317061 2014] [mpm_winnt:notice] [pid 5304:tid 468] AH00418: Parent: Created child process 3648
[Mon Sep 22 22:37:26.075104 2014] [ssl:warn] [pid 3648:tid 344] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Sep 22 22:37:26.265115 2014] [mpm_winnt:notice] [pid 6612:tid 348] AH00364: Child: All worker threads have exited.
[Mon Sep 22 22:37:26.372121 2014] [ssl:warn] [pid 3648:tid 344] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Sep 22 22:37:26.375121 2014] [mpm_winnt:notice] [pid 3648:tid 344] AH00354: Child: Starting 64 worker threads.
[Mon Sep 22 22:43:06.157556 2014] [autoindex:error] [pid 3648:tid 1052] [client ::1:53336] AH01276: Cannot serve directory C:/Apache24/htdocs/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
最佳答案
像这样的配置应该可以工作:
DocumentRoot "C:/www"
<Directory "C:/www">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
不要忘记在对 httpd.conf
文件进行任何更改后重新启动服务器。我还会尝试临时删除位于 C:/www
文件夹中的任何现有 .htaccess
文件。
要检查配置文件的语法是否正确,请使用 -t
选项:
httpd -t
您还可以检查 logs/error.log
以获得对错误原因的更好描述。
引用资料
关于windows - 我到处寻找更改 Apache 上的 DocumentRoot 无济于事,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25987395/
我有下面这行,但仍然得到一个异常“序列包含多个元素” Details rd = this.db.Details.SingleOrDefault(x => x.TId == Id && x.TypeId
任何 CSS 专家都可以帮我弄清楚为什么 Fly Out Vertical Menu 元素重叠,如屏幕截图所示。我尝试对 ul、li、菜单包装器等使用更高的 z-index,但无济于事。 我正在使用
这是 CSS: body { background-image: url(SMback.jpg); color: #ecf2f9; text-align: center; -webkit-animat
我不知道自己做错了什么,但我无法使用 Apache 更改本地主机文件的目录。我用 httpd.conf 尝试了各种方法,包括将“Order allow,deny”更改为 "Require all gr
您好,我正在尝试在 Mac 的终端中运行这段代码,它编译得很好,但是当我尝试执行它时出现段错误。当我运行 gdb 时,状态为无效内存地址 000000 或类似的东西。任何建议?先感谢您。 #inclu
我确实看到其他类似的问题,但我真的不明白为什么会这样。现在,我正在使用 git reset --hard HEAD 然后手动添加我的更改。建议的解决方案似乎是 git pull origin mast
我是一名优秀的程序员,十分优秀!