Hello!
I have installed Zend Server CE 5.6, typic mode, on Win Vista.
I can see in "localhost"" the "Zend Server Test Page".
and in "localhost:10081/" the Zend server and access inside too.
So, it seems correct.
But when I try by the browser my hello.php file, following the steps by,
http://www.zend.com/products/server/get ... rld-sample
it gives:
1.
localhost:10088/hello.html
(Connection Failed) Firefox non può stabilire una connessione con il server localhost:10088.
2.
localhost:81/hello.html
(Connection Failed) Firefox non può stabilire una connessione con il server localhost:81.
3.
localhost:10081/hello.html
(Not Found)
Server Error Log:
[Mon Jun 25 01:47:00 2012] [error] [client 127.0.0.1] File does not exist: C:/Program Files/Zend/Apache2/htdocs/hello.php
But the file exists.
I have tried with a simple hello.html file, too. It gives me the same error.
Other anomalies:
1. Zend Controller : in the bottom gives "Connection refused (or timeout)".
2. When I try to modify (add a link by my editor)
C:/Program Files/Zend/Apache2/htdocs/index.html gives me "access denied" after Ctrl+s.
Please, someone can help me telling what is wrong?
Thanks!

