attock Posted October 5, 2009 Share Posted October 5, 2009 I am trying to have a subdomain.ofasubdomain.domain.com and my conf looks like: <VirtualHost IP:80> ServerName amaq.xyz.domain.com ServerAdmin serveadmin@email.com 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) Quote Link to comment https://forums.phpfreaks.com/topic/176498-subdomain-of-a-subdomain/ Share on other sites More sharing options...
trq Posted October 5, 2009 Share Posted October 5, 2009 And your question / problem is? Quote Link to comment https://forums.phpfreaks.com/topic/176498-subdomain-of-a-subdomain/#findComment-930365 Share on other sites More sharing options...
attock Posted October 5, 2009 Author Share Posted October 5, 2009 And your question / problem is? lolz sowwie.. Issue would be: It aint working Question would be: how come? any suggestions? Quote Link to comment https://forums.phpfreaks.com/topic/176498-subdomain-of-a-subdomain/#findComment-930372 Share on other sites More sharing options...
corbin Posted October 5, 2009 Share Posted October 5, 2009 What do you mean by it's not working? It serves a different domain? It gives a 500 error? Or what? Quote Link to comment https://forums.phpfreaks.com/topic/176498-subdomain-of-a-subdomain/#findComment-930423 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.