This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Main Modules Needed
#1
Main Modules Needed
-- Own NameServers (ns1.4183r.in, ns2.4183r.in) stuff like that!
-- apache 2 only restart when domain is added (Not daemon)
Latest version of PHP, MySQL, Varnish Cache, File Manager (Main modules needed indeed!! Confused )
phpmyadmin, webmail, in all sub-domain aka Custom Vhost Entries for Webmail, MySQL

Here what i'mm using in my windows server in Zpanel
</VirtualHost>
# Configuration for phpMyAdmin - mysql.domain.com
<VirtualHost *:80>
ServerAdmin webmaster@domain.com
DocumentRoot "C:/zpanel/panel/etc/apps/phpmyadmin/"
ServerName mysql.domain.com
AddType application/x-httpd-php .php3 .php
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>

# Configuration for WebMail - webmail.domain.com
<VirtualHost *:80>
ServerAdmin webmaster@domain.com
DocumentRoot "C:/zpanel/panel/etc/apps/webmail/"
ServerName webmail.domain.com
AddType application/x-httpd-php .php3 .php
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>

# Add Alias for DNS-Less Previews (Change xxx.xxx.xxx.xxx to your server's external IP)
<VirtualHost *:80>
ServerName xxx.xxx.xxx.xxx
#ServerName
sites.domain.com
DocumentRoot c:/zpanel/hostdata/
AliasMatch ^/~([a-zA-Z0-9]+)/?(.*) c:/zpanel/hostdata/$1/public_html/$2
<Directory C:/zpanel/hostdata>
Options FollowSymLinks Indexes
AllowOverride All
Order Allow,Deny
Allow from all
DirectoryIndex index.php
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc Off
php_flag track_vars On
php_flag register_globals Off
php_admin_value upload_tmp_dir c:/zpanel/temp
</IfModule>
</Directory>

In DNS module
Add A records for each of

mysql.domain.com
webmail.domain.com
Reply
Thanks given by:


Messages In This Thread
Main Modules Needed - by 4183r - 11-11-2014, 04:20 AM
RE: Main Modules Needed - by Me.B - 11-11-2014, 07:53 AM
RE: Main Modules Needed - by 4183r - 11-11-2014, 07:29 PM
RE: Main Modules Needed - by Me.B - 11-11-2014, 11:02 PM
RE: Main Modules Needed - by TGates - 11-12-2014, 04:51 AM
RE: Main Modules Needed - by 4183r - 11-13-2014, 04:26 PM
RE: Main Modules Needed - by 4183r - 11-13-2014, 04:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
lost all modules spoonman 4 7 ,399 01-31-2021, 01:25 AM
Last Post: spoonman
Add on Domains not working but Main domain works luckyviet 2 5 ,502 03-18-2020, 07:38 PM
Last Post: AanaNahum
Install PHP Modules gabriel15959 3 8 ,772 03-08-2018, 09:52 AM
Last Post: gabriel15959

Forum Jump:


Users browsing this thread: 1 Guest(s)