Hello, i followed - http://myhosting.com/kb/index.php?/...n-VPS-Desktop-GNOME-Installation-and-VNC.html now - I tried without success to activate the gnome-control-center I connected to the server via tightVNC Using Putty ssh command line - root @ vps-16121: ~ # gnome-control-center (gnome-control-center: 6302): Gtk-WARNING **: can not open display: my main problem is that i cant start apache- root@vps-16121:~# grep -r Listen /etc/apache2 /etc/apache2/sites-available/ispconfig.vhost: Listen 8080 /etc/apache2/sites-available/apps.vhost: Listen 8081 /etc/apache2/ports.conf:Listen 80 /etc/apache2/ports.conf:Listen 443 /etc/apache2/ports.conf:Listen 443 /etc/init.d/apache2 status Apache2 is NOT running. root@vps-16121:~# /etc/init.d/apache2 start [....] Starting web server: apache2[Mon Apr 21 19:46:45 2014] [warn] NameVirtualHost 168.144.97.85:443 has no VirtualHosts [Mon Apr 21 19:46:45 2014] [warn] NameVirtualHost *:443 has no VirtualHosts [Mon Apr 21 19:46:45 2014] [warn] NameVirtualHost *:80 has no VirtualHosts (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Action 'start' failed. The Apache error log may have more information. failed! root@vps-16121:~#
netstat -tap root@vps-16121:~# netstat -tap Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 *:smtp *:* LISTEN 5945/master tcp 0 0 localhost:953 *:* LISTEN 2020/named tcp 0 0 *:https *:* LISTEN 5065/vpl-jail-serve tcp 0 0 *:microsoft-ds *:* LISTEN 2160/smbd tcp 0 0 *:imaps *:* LISTEN 5674/dovecot tcp 0 0 *op3s *:* LISTEN 5674/dovecot tcp 0 0 localhost:10024 *:* LISTEN 3616/amavisd-new (m tcp 0 0 localhost:10025 *:* LISTEN 5945/master tcp 0 0 localhost:mysql *:* LISTEN 3211/mysqld tcp 0 0 *:submission *:* LISTEN 5945/master tcp 0 0 *:netbios-ssn *:* LISTEN 2160/smbd tcp 0 0 localhost:11211 *:* LISTEN 2091/memcached tcp 0 0 *:5901 *:* LISTEN 2197/Xtightvnc tcp 0 0 *op3 *:* LISTEN 5674/dovecot tcp 0 0 *:5902 *:* LISTEN 2995/Xtightvnc tcp 0 0 *:imap2 *:* LISTEN 5674/dovecot tcp 0 0 *:http *:* LISTEN 5065/vpl-jail-serve tcp 0 0 *:ssmtp *:* LISTEN 5945/master tcp 0 0 *:x11-1 *:* LISTEN 2197/Xtightvnc tcp 0 0 *:x11-2 *:* LISTEN 2995/Xtightvnc tcp 0 0 *:ftp *:* LISTEN 5626/pure-ftpd (SER tcp 0 0 vps-1130913-1612:domain *:* LISTEN 2020/named tcp 0 0 localhost:domain *:* LISTEN 2020/named tcp 0 0 *:ssh *:* LISTEN 2107/sshd tcp 0 0 localhost:46858 localhost:mysql TIME_WAIT - tcp 0 0 localhost:http localhost:55222 TIME_WAIT - tcp 0 248 vps-1130913-16121.m:ssh bzq-84-111-138-84.:4249 ESTABLISHED 18586/0 tcp 0 0 localhost:46935 localhost:mysql TIME_WAIT - tcp 0 0 localhost:mysql localhost:58586 ESTABLISHED 3211/mysqld tcp 0 0 localhost:mysql localhost:43474 ESTABLISHED 3211/mysqld tcp 0 0 localhost:46936 localhost:mysql TIME_WAIT - tcp 0 0 localhost:58586 localhost:mysql ESTABLISHED 24784/amavisd-new ( tcp 0 0 localhost:mysql localhost:59710 ESTABLISHED 3211/mysqld tcp 0 0 localhost:59710 localhost:mysql ESTABLISHED 25389/amavisd-new ( tcp 0 0 localhost:46937 localhost:mysql TIME_WAIT - tcp6 0 0 [::]:5080 [::]:* LISTEN 1919/java tcp6 0 0 [::]:smtp [::]:* LISTEN 5945/master tcp6 0 0 localhost:953 [::]:* LISTEN 2020/named tcp6 0 0 [::]:microsoft-ds [::]:* LISTEN 2160/smbd tcp6 0 0 [::]:imaps [::]:* LISTEN 5674/dovecot tcp6 0 0 [::]op3s [::]:* LISTEN 5674/dovecot tcp6 0 0 [::]:submission [::]:* LISTEN 5945/master tcp6 0 0 [::]:netbios-ssn [::]:* LISTEN 2160/smbd tcp6 0 0 [::]op3 [::]:* LISTEN 5674/dovecot tcp6 0 0 [::]:imap2 [::]:* LISTEN 5674/dovecot tcp6 0 0 [::]:1935 [::]:* LISTEN 1919/java tcp6 0 0 [::]:52655 [::]:* LISTEN 1919/java tcp6 0 0 [::]:9999 [::]:* LISTEN 1919/java tcp6 0 0 [::]:ssmtp [::]:* LISTEN 5945/master tcp6 0 0 [::]:ftp [::]:* LISTEN 5626/pure-ftpd (SER tcp6 0 0 [::]:domain [::]:* LISTEN 2020/named tcp6 0 0 [::]:ssh [::]:* LISTEN 2107/sshd tcp6 0 0 vps-16121:52465 vps-1130913-16121:52655 TIME_WAIT - tcp6 0 0 localhost:43474 localhost:mysql ESTABLISHED 1919/java
There is a service named "vpl-jail-serve" running on port 80 and 443, so you can not use apache while this software is running. you will have to stop it and then start apache.
grate, no problem to restart apache2 after stoping the jail server grate, no problem to restart apache2 after stoping the jail server . can i get help with this issue? 1. - I tried without success to activate the gnome-control-center I connected to the server via tightVNC Using Putty ssh command line - root @ vps-16121: ~ # gnome-control-center (gnome-control-center: 6302): Gtk-WARNING **: can not open display: 2. how to change the jail sever port ? Thank you