Install ISPConfig on Slackware

Discussion in 'Installation/Configuration' started by maguirre, Nov 20, 2008.

  1. maguirre

    maguirre New Member

    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
     
  2. maguirre

    maguirre New Member

    attached the patch for the latest svn to be installed on slackware 12.1.0
     

    Attached Files:

  3. maguirre

    maguirre New Member

    When i run writeconf.php manually it returns:

    Code:
    # 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.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please make sure that the values in the isp_server table in the ISPConfig database are correct for Slackware.
     
  5. maguirre

    maguirre New Member

    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:

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

    Code:
    Include /etc/apache2/sites-enabled/
    2) Then you need to make the directories for this:

    Code:
    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
     
    Last edited: Nov 21, 2008

Share This Page