I'm running EasyPHP on Windows. The default install just opens port 80 on the loopback interface, 127.0.0.1. I want my sites to be accessible over the local network too. There are no simple EasyPHP settings for enabling my other interface, like the one that's connected to the internet (let's say 192.168.1.3). What do I add/modify in Apache httpd.conf?
相关问题
- Stop .htaccess redirect with query string
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Apache+Tomcat+JK实现的集群,如果Apache挂了,是不是整个服务就挂了?
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- How reliable is HTTP_HOST?
- CosmosDB emulator can't start since port is al
Use this code in your httpd.conf
** I just realize EasyPHP is for windows. You might use
c:/path/to/www instead
of/var/www
I just need to add this line
e.g.
and restart
Apache