Comments on The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3]
The Perfect Server - Debian Lenny (Debian 5.0) With MyDNS & Courier [ISPConfig 3] This tutorial shows how to prepare a Debian Lenny (Debian 5.0) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
14 Comment(s)
Comments
It did the trick,
Thx a lot
--
Jc.
hallo,
versuch doch mal folgendes..
datei /etc/debian_version
inhalt: 5.0.1
ändern in: 5.0
ciao... kai
Hi there,
Nice tutorial. It was smooth until the utmost end :
>> Initial configuration
Notice: Undefined variable: distver in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
Notice: Undefined variable: distid in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
Notice: Undefined variable: distbaseid in /tmp/ispconfig3_install/install/lib/install.lib.php on line 135
Linux Distribution or Version not recognized.
--
Distributor ID: Debian
Release: 5.0.1
Codename: lenny
Nothing in the Ispconfig forum, just a trace in the bugtracker (FS#689 - centos 5.3)
Any suggestion?
--
Thx
I had exactly the same problem as you had. I put the full paths in/tmp..../lib/install.lib.php. And at last I changed the part that finds the Debian version in lib/install.lib.php, line 73, into
if(trim(file_get_contents('/etc/debian_version')) == '5.0.1' || trim(file_get_contents('/etc/debian_version')) == 'lenny/sid') {
That solved my problem.
Good luck!
Just out of curiosity, why is Ruby not installed?
I was looking for this excellent tutorial to check whether or not this tutorial is amended and corrected regularly, if at all [I had submitted a correction to the path reported by SquirrelMail and wondered if this would be incorporated into this document along with other amendments and improvements].
This tutorial is filed under Debian and not under the heading Control Panels as is ISPConfig2.
here is another step by step for lenny apache2-courier-postfix-ssl-squirrelmail server
http://www.alphabetthreat.co.uk/linux/server/
This tutorial is correctly filed under Debian and ISPConfig category. by the way, this tutorial is about ISPConfig 3 and not ISPConfig 2.
Seconded.
I wanted to install vm ware server 2.0 on that server too
do I need to install ispconfig first or after vmware server ?
This really helped me , I handt used ispconfig before and was dreading installing it to ubuntu, so now I have saved a bit of time and effort and just used the debian, will report any problems, but so far everything smooth.. Thank you !
You shoud add php5-curl package to the installation.
When the installation is finished, I reboot the server, but when the server starts, jumps and all that I can write, erase and rewrite. Do not run with Apache, MySQL, PHP and even SSH. What do you do?
When I log in as root and give
/etc/init.d/apache2 restart
Restarting web server: apache2rm: cannot remov "/var/run/apache/*ssl_scache*": Read-only file system
(30) Read-only file system: apache2: could not open error log file /var/log/apache2/error.log
Unable to open logs
failed!
Thanks, a very usefull tutorial.