문제

Well , i have Appserv appserv-win32-2.5.10 installed in the server and i have a System in Php and mysql. Some computers of the workgroup Can't enter to my system ,get a slow charge of the system an never finish.

Please Help Sorry for my english.

도움이 되었습니까?

해결책

In your httpd.conf Apache file, in the directory tag, you should try something like this:

<Directory "/www/your_webroot">
 order allow,deny
 allow from all
</Directory>

The allow from all, should works ;)

PS: Here is a nice example of httpd.conf file: http://www.devside.net/guides/config/windows/httpd-conf

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top