Jump to content

subdomain of a subdomain?


attock

Recommended Posts

I am trying to have a subdomain.ofasubdomain.domain.com and my conf looks like:

 

<VirtualHost IP:80>

  ServerName amaq.xyz.domain.com

  ServerAdmin [email protected]

  DocumentRoot "/var/syscp/webs/amaq/"

  SuexecUserGroup "amaq" "amaq"

  <Directory "/var/syscp/webs/amaq/">

    AddHandler fcgid-script .php .php3 .php4 .php5

    FCGIWrapper /var/syscp/fcgi/amaq/amaq.xyz.domain.com/php-fcgi-starter .php

    FCGIWrapper /var/syscp/fcgi/amaq/amaq.xyz.domain.com/php-fcgi-starter .php3

    FCGIWrapper /var/syscp/fcgi/amaq/amaq.xyz.domain.com/php-fcgi-starter .php4

    FCGIWrapper /var/syscp/fcgi/amaq/amaq.xyz.domain.com/php-fcgi-starter .php5

    Options +ExecCGI

  </Directory>

  ErrorLog "/var/syscp/logs/amaq-error.log"

  CustomLog "/var/syscp/logs/amaq-access.log" combined

</VirtualHost>

 

 

I am using SYSCP, which is an open source free management tool (like cpanel)

Link to comment
https://forums.phpfreaks.com/topic/176498-subdomain-of-a-subdomain/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.