Web host panel Help

Haay, I'm in need in a new Web panel for my Debian system since EHCP stopped working on Debian 7 Wheezy.
I already checked on google, not much control panels support Debian and/or Debian 7 Wheezy.
I have a unlimited key for Plesk since I can't use it.
I have a key for Cpanel since they don't support Debian "How stupid"

What I'm asking is just a web panel to support 2 domains.
I am already searching for like 2/3 days and non of them work.
Got now Webmin installed and Webmin can only support 1 domain :-\



PS: I'm not using Mysql but Mysqli also known as MariaDB, why? Because she is so tight.
Comments
14
Stop being a little bitch and just use the command line
Can you get 2 domains with there own httpdocs directory working?
Parent
dotdotdot ... who the hell can't?! :/
Parent
Me since I'm lazy.
Parent
Sure, that's the problem!
Parent
Or because I just can't :( Stop hurting my feelings :(
I can give u the root login & pw so u can do it :( + I will give u Cpanel key :(
Parent
A joke btw, cuz both domains pointed to the same folder.
And when u check the apache2.conf
Quote# Include the virtual host configurations:
Include sites-enabled/
ServerName myserver
<VirtualHost 5.61.252.8:80>
DocumentRoot "/var/www/vhosts/nurdrage.nl/nurdrage.nl/httpdocs"
ServerName nurdrage.nl
ServerAlias nurdrage.nl www.nurdrage.nl
<Directory "/var/www/vhosts/nurdrage.nl/nurdrage.nl/httpdocs">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
<VirtualHost 5.61.252.83:80>
DocumentRoot "/var/www/vhosts/obs-esports.com/obs-esports.com/httpdocs"
ServerName obs-esports.com
ServerAlias obs-esports.com www.obs-esports.com
<Directory "/var/www/vhosts/obs-esports.com/obs-esports.com/httpdocs">
allow from all
Options +Indexes
</Directory>
</VirtualHost>
Parent
what about using command line and change apache2 shit? Web panel or any kind of addon shit will just help you to do it faster and besides they are almost all paid
QuoteI have a unlimited key for Plesk since I can't use it.
I have a key for Cpanel since they don't support Debian "How stupid"


And gonna instal "NGINX"
Parent
image: 1

Everything is working noaw.

Quote$HTTP["host"] =~ "(^|www\.)nurdrage\.nl" {
var.host-root = "/var/www/vhosts/nurdrage.nl/nurdrage.nl/httpdocs"
server.document-root = var.host-root
}

$HTTP["host"] =~ "(^|www\.)obs-esports\.com" {
var.host-root = "/var/www/vhosts/obs-esports.com/obs-esports.com/httpdocs"
server.document-root = var.host-root
}
y but still, your question is not solved yet.
Parent
ok, just thought you still want web panel
Parent
Naah thanks anyway.
Parent
Back to top