Current time: 04-19-2024, 11:39 PM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #21
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
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
01-31-2009 02:22 AM
Visit this user's website Find all posts by this user Quote this message in a reply
mafia Offline
Banned

Posts: 170
Joined: May 2008
Post: #22
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
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
02-03-2009 12:56 AM
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: #23
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
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
02-03-2009 02:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
mafia Offline
Banned

Posts: 170
Joined: May 2008
Post: #24
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
hi

good I leave tombee its still not
02-03-2009 06:41 AM
Find all posts by this user Quote this message in a reply
davtex Offline


Posts: 3
Joined: Feb 2009
Reputation: 0
Post: #25
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
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.
(This post was last modified: 02-17-2009 05:18 AM by davtex.)
02-17-2009 05:16 AM
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: #26
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
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
02-17-2009 06:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Kommius Offline
Junior Member
*

Posts: 22
Joined: Sep 2008
Reputation: 2
Post: #27
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
Tutorial updated for ispCP 1.0.3-1. Some minor fixes added Wink
01-10-2010 09:33 PM
Find all posts by this user Quote this message in a reply
Diego Offline
Junior Member
*

Posts: 30
Joined: Sep 2009
Reputation: 0
Post: #28
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
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/
(This post was last modified: 04-03-2010 09:27 PM by Diego.)
04-03-2010 09:25 PM
Find all posts by this user Quote this message in a reply
Kommius Offline
Junior Member
*

Posts: 22
Joined: Sep 2008
Reputation: 2
Post: #29
RE: [HowTo] panel.domain.tld, pma.domain.tld, webmail.domain.tld, and webftp.domain.tld
(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!
04-03-2010 09:43 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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