Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » virtual host not compatible with ZEnd debugger?
virtual host not compatible with ZEnd debugger? [message #557487] Tue, 07 September 2010 16:29
No real name is currently offline No real nameFriend
Messages: 1
Registered: September 2010
Junior Member
Hi,

my config: windows seven, Zend studio 7.2 Apache 2.2.13 php 5.2.8

I have a strange problem, I cannot access anymore to my local websites using a virtual host once I install the debugger just by adding those lines in php.ini:
zend_extension_ts="D:\web\PHP\ext\ZendDebugger.dll"
zend_debugger.allow_hosts=127.0.0.1,192.168.0.136
zend_debugger.expose_remotely=always

If I remove the lines, it works again...

My virtual host is like:
http://myLocalWebSite.com => d:/web/apache/www/mylocalwebsite

1) This do not work anymore => http://myLocalWebSite.com/phpinfo.php
2) But this work => http://127.0.0.1/mylocalwebsite/phpinfo.php

BTW with 2) even debugging is working fine from Internet Explorer (toolbar), so it looks like the installation is OK.
So do I need a special configuration with virtual host??
Please note that I copied dummy.php in the virtual directory (so it's duplicated, once under /www/, and once under /wwww/mylocalwebsite)

Actually the page is entering in a kind of loop. The browser try to connect and never ends! The page is blank. The worst => There is no trace in the logs (apache error or access). Like if it was never speaking with the apache server... No trace at all, not even a GET!
The ping of the domain is OK (it returns 127.0.0.1), and again if I remove the lines above from php.ini it works like a charm...
I do need to keep the virtual host as I have several local websites, and the code has some links like "/mypage.php", it will not be fond if I access like 2) above.
Any idea?
It's not linked to the IE Browser toolbar as it does not work with Firefox, and I have not installed the firefox toolbar....
Thanks a lot.
Rod

[Updated on: Tue, 07 September 2010 17:47]

Report message to a moderator

Previous Topic:ram usage java and others.
Next Topic:Parsing mixed HTML and PHP
Goto Forum:
  


Current Time: Tue Mar 19 04:33:18 GMT 2024

Powered by FUDForum. Page generated in 0.01903 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top