ispCP - Board - Support
[HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld (/thread-4265.html)

Pages: 1 2 3


[HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - Kommius - 09-14-2008 08:19 AM

Hi all,

This tutorial will allow you to change the paths to the different ispCP tools (phpMyAdmin, Webmail, webFTP, and ispCP control panel) in order to make them point to the adresses you want (ie : panel.your-company.org, pma.your-company.org, webmail.your-company.org, etc...)

Full tutorial here :

http://www.isp-control.net/documentation/doku.php?id=howto:miscellaneous:create_panel.domain.tld_pma.domain.tld_webftp.do​main.tld_and_webmail.domain.tld

Enjoy Wink


RE: pma.domain.tld and webftp.domain.tld - DiXeoN - 09-14-2008 06:47 PM

could you please say what you did for the pma.domain.tld ?


RE: pma.domain.tld and webftp.domain.tld - Kommius - 09-15-2008 06:24 AM

DiXeoN Wrote:could you please say what you did for the pma.domain.tld ?

In /etc/ispcp/bind/parts/db_e.tpl :

Code:
; CNAME for pma
pma               IN              CNAME           www

In 00_master.conf :

Quote:<VirtualHost {BASE_SERVER_IP}:80>
ServerAdmin {DEFAULT_ADMIN_ADDRESS}
DocumentRoot /var/www/ispcp/gui/tools/pma
ServerName {BASE_SERVER_VHOST}
ServerAlias webmail.*
ErrorLog /var/log/apache2/users/webmail-error.log
TransferLog /var/log/apache2/users/webmail-access.log
CustomLog /var/log/apache2/webmail-traf.log traff
CustomLog /var/log/apache2/webmail-combined.log combined
<IfModule mod_fastcgi.c>
SuexecUserGroup vu2000 vu2000
</IfModule>

<Directory /var/www/ispcp/gui/tools/pmal>
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_fastcgi.c>
ScriptAlias /php4/ /var/www/fcgi/master/
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_php4.c>
<Directory /var/www/ispcp/gui/tools/pma>
php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/
bin:/usr/local/sbin"
php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
</Directory>
</IfModule>
<IfModule mod_php5.c>
<Directory /var/www/ispcp/gui/tools/pma>
php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/
bin:/usr/local/sbin"
php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
</Directory>
</IfModule>
</VirtualHost>



RE: pma.domain.tld and webftp.domain.tld - DiXeoN - 09-15-2008 06:36 AM

Thanks alot!
Im gonna test it tomorrow!


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - BioALIEN - 09-18-2008 09:10 AM

I guess this method can be used for stats.domain.tld and then applying username/password resctrictions on the subdomain to secure the stats?


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - Kommius - 09-18-2008 06:33 PM

Yes, with minor changes ^^. The main idea stays the same Tongue


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - gOOvER - 09-18-2008 06:46 PM

Maybe we can complete this solution and add this to a Future Version of ispCP. DevTeam what do you think?


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - DiXeoN - 09-19-2008 01:15 AM

gOOvER Wrote:Maybe we can complete this solution and add this to a Future Version of ispCP. DevTeam what do you think?

I like it!

Would be nice to be able to use pma.domain.tld instead of the other !


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - Kommius - 12-15-2008 04:32 AM

Hi all,

Just updated the guide tonight to adapt it to RC7, seeing we now use fcgid module Wink

http://www.isp-control.net/documentation/howto/miscellaneous/create_panel.domain.tld_pma.domain.tld_webftp.domain.tld_and_webmail.domain.tld


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - BeNe - 12-15-2008 08:57 PM

Thanks for your help and the article in the Wiki.
I´m sure this helps some users here.

Greez BeNe