Current time: 04-24-2024, 01:09 AM Hello There, Guest! (LoginRegister)


Post Reply 
Fresh install on Debian Squeeze
Author Message
kmchen Offline


Posts: 3
Joined: Sep 2011
Reputation: 0
Post: #1
Fresh install on Debian Squeeze
I installed ispcp on debian squeeze for the first time yesterday. Most works (add resellers and users) but some troubles appear:

- 1/ admin.my.server.fqdn is unreachable. I get admin panel at myserver.fqdn

- 2/ I can create users like example.net and I see data automaticaly inserted in bind but nothing in apache2. In fact all domains created are directed on the admin panel (http://myserver.fqdn)

Point 2/ happened only after an unisntall / re-install ispcp process. After first install a first virtualdomain were created correctly and accessible on the net but with no telnet on port 25 ( and no mails on that domain)

Here is my 00_master.conf. Only admin. subdomain created but no any other virtualhosts appear:
Code:
#
# Master Begin
#

<VirtualHost my.ip.address:80>

    ServerAdmin     mtn@webologix.com
    DocumentRoot    /var/www/ispcp/gui

    ServerName      admin.my.server.fqdn

    Alias /errors   /var/www/ispcp/gui/errordocs/

    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    Alias /pma      /var/www/ispcp/gui/tools/pma/
    Alias /webmail  /var/www/ispcp/gui/tools/webmail/
    Alias /ftp      /var/www/ispcp/gui/tools/filemanager/

    <IfModule suexec_module>
           SuexecUserGroup vu2020 vu2020
    </IfModule>

    <Directory /var/www/ispcp/gui>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php5.c>
        <Directory /var/www/ispcp/gui>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/var/run/ispcp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
            php_admin_value upload_tmp_dir "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>

#
# Master End
#

Thanks for your help.
(This post was last modified: 09-20-2011 10:45 PM by kmchen.)
09-20-2011 08:44 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Fresh install on Debian Squeeze
1) DNS zone for myserver.fqdn?

2) the virtual domains (all customer etC) are in /etc/apache2/sites-available/ispcp.conf with symlink in ../sites-enabled

Port 25/mails is a different story - check the config and the log files

/J
09-21-2011 06:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)