Good evening everybody,
yes it seems, I'm on the wrong way. But, I have used now good command and have always the same problem.
I've launched this :
- Code: Select all
fblanc:bin fblanc$ sudo /usr/local/zend/bin/zendctl.sh stop
Stopping Zend Server 4.0.6 ..
httpd (no pid file) not running
/usr/local/zend/bin/apachectl stop [OK]
Stopping Zend Server GUI [Lighttpd] [OK]
Shutting down MySQL
. SUCCESS!
Stopping Java bridge [OK]
Zend Server stopped.
and after :
- Code: Select all
fblanc:bin fblanc$ sudo /usr/local/zend/bin/zendctl.sh start
Starting Zend Server 4.0.6 ..
(48)Address already in use: make_sock: could not bind to address [::]:10088
/usr/local/zend/bin/apachectl start [OK]
spawn-fcgi: child spawned successfully: PID: 33876
Starting Zend Server GUI [Lighttpd] [OK]
[23.11.2009 23:47:59 SYSTEM] watchdog for lighttpd is running.
[23.11.2009 23:47:59 SYSTEM] lighttpd is running.
Starting MySQL
. SUCCESS!
Starting Java bridge [OK]
[23.11.2009 23:48:00 SYSTEM] watchdog for java_daemon is running.
[23.11.2009 23:48:00 SYSTEM] java_daemon is running.
Zend Server started...
But this line ((48)Address already in use: make_sock: could not bind to address [::]:10088
), seems said it can not start.
And in the web GUI, I have this message :
Failed to access Web server. Please make sure that the Web server is running and listening to the correct port
In my httpd.conf under /usr/local/zend/apache2/conf/, the file beginning by :
- Code: Select all
#
ServerRoot "/usr/local/zend/apache2"
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 10088
finally, in log I have this :
[Mon Nov 23 23:47:58 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
Sorry, but If you have an idea, can you help me, please ?
Fred Blanc