
2nd January 2009, 06:17
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,192 Times in 3,208 Posts
|
|
1) Dont use the perfect server guide for ISPConfig 3.
2) jailkit: http://olivier.sessink.nl/jailkit/
|
|
The Following 2 Users Say Thank You to till For This Useful Post:
|
dahas (19th February 2009),
RolluS (2nd January 2009)
|

2nd January 2009, 13:50
|
|
HowtoForge Supporter
|
|
Join Date: Apr 2007
Location: Helsinki
Posts: 374
Thanks: 24
Thanked 36 Times in 24 Posts
|
|
Sorry to be so lazy 
I have been trying to do a multiple server tests but I have not been able to make the servers talk to each other.
Where can I get more information about that?
Sam
PS. Really love v.3
|

2nd January 2009, 14:04
|
|
Junior Member
|
|
Join Date: Jan 2009
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Oki Till,
Thanks, it's my first idea
Have a nice day, and an happy new year
|

2nd January 2009, 19:56
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,192 Times in 3,208 Posts
|
|
There is no additional information available. If you the servers do not communicate, its most likely a mysql permissions problem. You should enable logging in mysql on the master and slave server and check which errors you get there.
A multiserver setup is really easy installed:
1) Install the amster node in standard mode.
2) install all slave nodes in expert mode and choose that you want to join a master server and the enter the hostname and mysql root user credentials of the master server.
|

2nd January 2009, 20:34
|
|
Member
|
|
Join Date: Feb 2007
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Issue on fresh install
Ok, I just installed with a mix of The Perfect Server (Ubuntu 8.04) and the directions in the file. Pretty much all I did not install bind and proftpd and everything else. Anyway the issue I am having is after creating my first few VirtualHosts, when I start Apache (on reboot or command line), I get the following:
Code:
* Starting web server apache2 [Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.32:80 overlaps with VirtualHost 172.21.152.32:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.32:80 overlaps with VirtualHost 172.21.152.32:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.32:80 overlaps with VirtualHost 172.21.152.32:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.32:80 overlaps with VirtualHost 172.21.152.32:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.32:80 overlaps with VirtualHost 172.21.152.32:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] VirtualHost 172.21.152.31:80 overlaps with VirtualHost 172.21.152.31:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Jan 02 13:28:01 2009] [warn] NameVirtualHost *:80 has no VirtualHosts
httpd (pid 5199) already running
Here is my Netstat output:
Code:
root@server:~# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost.localdo:10024 *:* LISTEN 4313/amavisd (maste
tcp 0 0 localhost.localdo:10025 *:* LISTEN 4952/master
tcp 0 0 *:mysql *:* LISTEN 4387/mysqld
tcp 0 0 localhost.localdo:spamd *:* LISTEN 4450/spamd.pid
tcp 0 0 *:webcache *:* LISTEN 5199/apache2
tcp 0 0 *:www *:* LISTEN 5199/apache2
tcp 0 0 *:ftp *:* LISTEN 4965/pure-ftpd (SER
tcp 0 0 server.example.com:domain *:* LISTEN 4886/mydns
tcp 0 0 localhost.locald:domain *:* LISTEN 4886/mydns
tcp 0 0 *:smtp *:* LISTEN 4952/master
tcp 0 0 *:https *:* LISTEN 5199/apache2
tcp6 0 0 [::]:imaps [::]:* LISTEN 4848/couriertcpd
tcp6 0 0 [::]:pop3s [::]:* LISTEN 4882/couriertcpd
tcp6 0 0 [::]:pop3 [::]:* LISTEN 4862/couriertcpd
tcp6 0 0 [::]:imap2 [::]:* LISTEN 4823/couriertcpd
tcp6 0 0 [::]:ftp [::]:* LISTEN 4965/pure-ftpd (SER
tcp6 0 0 ip6-localhost:domain [::]:* LISTEN 4886/mydns
tcp6 0 0 [::]:ssh [::]:* LISTEN 4278/sshd
tcp6 0 0 [::]:smtp [::]:* LISTEN 4952/master
tcp6 0 0 server.example.com:ssh 172.21.153.104%81:64578 ESTABLISHED 5254/0
Any ideas?
Thanks,
Corey
|

2nd January 2009, 20:50
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,192 Times in 3,208 Posts
|
|
The perfect server guide is incompatible with ispconfig 3. If you installed your server by following the perfect server guide your server will not work correctly.
To fix the apache error message, change the virtual host identifier from * to *:80 in the apache default vhost.
|

2nd January 2009, 20:59
|
|
Member
|
|
Join Date: Feb 2007
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks for the quick reply. Location of file? I looked at the httpd.conf in the /etc/apache2 and was already *:80. Will I have any other issues or should I just reformat again and just use the docs? I don't want to have issues where I have issues in the future. The hope is that I can migrate this into a full live server in the near future without having to reformat.
Thanks,
Corey
|

2nd January 2009, 21:01
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,896
Thanks: 693
Thanked 4,192 Times in 3,208 Posts
|
|
The default vhost is in /etc/apache2/sites-enabled/
|

2nd January 2009, 22:10
|
|
Member
|
|
Join Date: Feb 2007
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Still had some issues, so I just rebuilt it. I only added some PHP modules and that was about it. Great work BTW!!!
|

4th January 2009, 11:33
|
|
Member
|
|
Join Date: Jun 2007
Posts: 69
Thanks: 4
Thanked 1 Time in 1 Post
|
|
capability module under Ubuntu 8.10
Ubuntu server 8.10 (fresh install)
#modprobe capability
FATAL: Module capability not found.
???
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 17:04.
|
|
Recent comments
7 hours 52 min ago
17 hours 20 min ago
18 hours 9 min ago
21 hours 43 min ago
1 day 2 hours ago
1 day 2 hours ago
1 day 4 hours ago
1 day 14 hours ago
1 day 19 hours ago
1 day 21 hours ago