PDA

View Full Version : Install ISPConfig on Slackware


maguirre
20th November 2008, 09:29
Hi all.

Im trying to install the latest SVN version of ISPConfig using Slackware. I have run the installation and with some fixes it finish but some things not work.

I need some help to try to understand how ISPConfig writes the config files for virtual hosts (Vhosts_ispconfig.conf) and the DNSs because its not working.

I think that is cause for the /etc directories changes on slackware.

Thanks in advance

M

maguirre
20th November 2008, 10:05
attached the patch for the latest svn to be installed on slackware 12.1.0

maguirre
20th November 2008, 22:39
When i run writeconf.php manually it returns:

# php writeconf.php
ls: cannot access /etc/httpd/mods-enabled/*.load: No such file or directory
start
cp: missing destination file operand after `/root'
Try `cp --help' for more information.
Segmentation fault

I'm looking for what are the problems in that file.

falko
21st November 2008, 13:49
Please make sure that the values in the isp_server table in the ISPConfig database are correct for Slackware.

maguirre
21st November 2008, 19:42
Yes the table is ok. I was fixed the problem.

1) Make sure that the apache config is working like Debian. I mean the modules loads and the virtual host loads.

You need to add this configs to the httpd.conf:

# Include module configuration:
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf

and

Include /etc/apache2/sites-enabled/

2) Then you need to make the directories for this:

mkdir mods-enabled; mkdir mods-available;
mkdir sites-enabled; mkdir sites-available;

Im working now in the postfix configuration. I will to post if i have any news.

Take care