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


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - joximu - 01-31-2009 02:22 AM

Since I have no newer infos:

I'd correct this:

Code:
...
#
# Master Begin
#
<VirtualHost 88.183.157.62:80>
ServerName panel.admin.dedibox.fbx.proxad.net
Redirect / http://panel.dedibox.fbx.proxad.net
</VirtualHost>
<VirtualHost 88.183.157.62:80>

ServerAdmin dedibox@fbx.proxad.net
DocumentRoot /var/www/ispcp/gui

ServerName panel.dedibox.fbx.proxad.net

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

so: the second ServerName has changed...

Hope you can follo!

Joxi


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - mafia - 02-03-2009 12:56 AM

hi

comes longer access my panel, as soon as I delete
this line
<VirtualHost 88.183.157.62:80>
ServerName panel.dedibox.fbx.proxad.net
Redirect / http://panel.dedibox.fbx.proxad.net
</ VirtualHost>

I was rebooting the server's running for the panel
pma for webmail ftp its not

thank you


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - joximu - 02-03-2009 02:26 AM

Yes of course!

you make a redirection which never ends!

the first block is:

<VirtualHost 88.183.157.62:80>
ServerName panel.*admin*.dedibox.fbx.proxad.net
Redirect / http://panel.dedibox.fbx.proxad.net
</VirtualHost>

so you redirect from panel.admin.dedibox.fbx.proxad.net (note the "admin" in between) to http://panel.dedibox.fbx.proxad.net

And then you need a
ServerName panel.dedibox.fbx.proxad.net

in the next part.

Please open the eyes!

Cheers
J


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - mafia - 02-03-2009 06:41 AM

hi

good I leave tombee its still not


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - davtex - 02-17-2009 05:16 AM

Hello, I have a small problem. I am using mysql.domain.tld instead of pma.domain.tld. The problem is, phpmyadmin doesnt load omega theme. I am using cp.domain.tld for control panel. What can be wrong? I havent changed PMA configuration and 03-mysql.conf as well. Theme work fine when I use cp.domain.tld/tools/pma.

Not related:
Is there some way to force users use some prefix when creating databases and database users? Like in FTP creation.


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - joximu - 02-17-2009 06:58 PM

to "not realted":
yes, you can force ispcp using always id_dbname and id_dbuser - where id is the number of the virtual ser (vu20"id" - vu2001 = id 1, vu2023 = id 23 etc).

Have a look at /etc/ispcp/ispcp.conf

/J


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - Kommius - 01-10-2010 09:33 PM

Tutorial updated for ispCP 1.0.3-1. Some minor fixes added Wink


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - Diego - 04-03-2010 09:25 PM

I did everything that was asked, but I can't access using http://panel.domain.tld
Also, before I try to do that change, my panel was running at http://www.domain.tld and not in http://admin.domain.tld - I think that this has something with wrong configuration when I was installing ispCP.
Some info:
Quote:# apache2ctl -S
VirtualHost configuration:
78.46.63.12:80 is a NameVirtualHost
default server panel.digiscrappersbrasil.com (/etc/apache2/sites-enabled/00_master.conf:31)
port 80 namevhost panel.digiscrappersbrasil.com (/etc/apache2/sites-enabled/00_master.conf:31)
port 80 namevhost panel.digiscrappersbrasil.com (/etc/apache2/sites-enabled/00_master.conf:36)
port 80 namevhost webmail.digiscrappersbrasil.com (/etc/apache2/sites-enabled/02_webmail.conf:1)
port 80 namevhost pma.digiscrappersbrasil.com (/etc/apache2/sites-enabled/03_pma.conf:1)
port 80 namevhost webftp.digiscrappersbrasil.com (/etc/apache2/sites-enabled/04_webftp.conf:1)
Syntax OK

Panel addy
http://panel.digiscrappersbrasil.com/

@edit
I have commented the following part from 00_master.conf:
#<VirtualHost 78.46.63.12:80>
# ServerName panel.digiscrappersbrasil.com
# Redirect / http://panel.digiscrappersbrasil.com
#</VirtualHost>

and now I can run the panel at http://www.digiscrappersbrasil.com/


RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld - Kommius - 04-03-2010 09:43 PM

(04-03-2010 09:25 PM)Diego Wrote:  I did everything that was asked, but I can't access using http://panel.domain.tld
Also, before I try to do that change, my panel was running at http://www.domain.tld and not in http://admin.domain.tld - I think that this has something with wrong configuration when I was installing ispCP.
Some info:
Quote:# apache2ctl -S
VirtualHost configuration:
78.46.63.12:80 is a NameVirtualHost
default server panel.digiscrappersbrasil.com (/etc/apache2/sites-enabled/00_master.conf:31)
port 80 namevhost panel.digiscrappersbrasil.com (/etc/apache2/sites-enabled/00_master.conf:31)
port 80 namevhost panel.digiscrappersbrasil.com (/etc/apache2/sites-enabled/00_master.conf:36)
port 80 namevhost webmail.digiscrappersbrasil.com (/etc/apache2/sites-enabled/02_webmail.conf:1)
port 80 namevhost pma.digiscrappersbrasil.com (/etc/apache2/sites-enabled/03_pma.conf:1)
port 80 namevhost webftp.digiscrappersbrasil.com (/etc/apache2/sites-enabled/04_webftp.conf:1)
Syntax OK

Panel addy
http://panel.digiscrappersbrasil.com/

@edit
I have commented the following part from 00_master.conf:
#<VirtualHost 78.46.63.12:80>
# ServerName panel.digiscrappersbrasil.com
# Redirect / http://panel.digiscrappersbrasil.com
#</VirtualHost>

and now I can run the panel at http://www.digiscrappersbrasil.com/

Perhaps the tutorial isn't clear :

What you should have is :

<VirtualHost 78.46.63.12:80>
ServerName digiscrappersbrasil.com
Redirect / http://panel.digiscrappersbrasil.com
</VirtualHost>

In the part you posted in 00_master.conf, otherwise you have something that loops on itself!