F
fuser
Guest
Hello,
I am trying to develop a script that automatically signs up users and creates subdomains for them programmatically.
From my reading I have concluded that there are 2 ways to do this. Actually creating the subdomain in the httpd.conf file or using the rewrite.
It also looks like you have to restart apache everytime you create a subdomain in the httpd.conf - which of course is not very convenient.
Can anybody advice on which method is better?
Thank you
I am trying to develop a script that automatically signs up users and creates subdomains for them programmatically.
From my reading I have concluded that there are 2 ways to do this. Actually creating the subdomain in the httpd.conf file or using the rewrite.
It also looks like you have to restart apache everytime you create a subdomain in the httpd.conf - which of course is not very convenient.
Can anybody advice on which method is better?
Thank you