Dastar Posted January 21, 2018 Posted January 21, 2018 Hello I have added a customer and a domain but when I go to the domain it takes me to the login page. Any ideas? www.theguyfrommiami.tk Thank you
d00p Posted January 21, 2018 Posted January 21, 2018 check whether the vhost configs are being generated correctly, see /etc/apache2/sites-enabled/35_*_[domainname].conf
Dastar Posted January 21, 2018 Author Posted January 21, 2018 Hello d00p Thank you for your reply I am new to ubuntu so please be nice -bash: /etc/apache2/sites-enabled/35_*_[theguyfrommiami.tk].conf: No such file or directory -bash: /etc/apache2/sites-enabled/35_*_[snlsystems.tech].conf: No such file or directory this is the return on both domain created
d00p Posted January 21, 2018 Posted January 21, 2018 ehm....seems you're not too familiar with unix...please post output of la -la /etc/apache2/sites-enabled/ | grep "your-domain-name"
Dastar Posted January 21, 2018 Author Posted January 21, 2018 Hello Nothing is populating on any of then Thank you luis@web-server:~$ la -la /etc/apache2/sites-enabled/ | grep "theguyfrommiami.tk" luis@web-server:~$ la -la /etc/apache2/sites-enabled/ | grep "snlsystems.tech" luis@web-server:~$
d00p Posted January 21, 2018 Posted January 21, 2018 Did you setup the cronjob correctly? Did you adjust your settings prior to configure the services? Did you configure the services at all? if yes, run: php /var/www/froxlor/scripts/froxlor_master_cronjob.php --force --debug
Dastar Posted January 21, 2018 Author Posted January 21, 2018 8 minutes ago, d00p said: Did you setup the cronjob correctly? Did you adjust your settings prior to configure the services? Did you configure the services at all? if yes, run: Hello Okay i would have to say no to all. I did see this page but did not know what I needed to put.
d00p Posted January 21, 2018 Posted January 21, 2018 Okay, so first, go to "Settings", activate/deactivate stuff you need/don't need. Adjust all the settings. THEN go to confguration, from the first select box, chose your server-OS, if it's not in the list, we currently do not provide configuration templates for it. Then from the second select, select the service you want to configure (you propably want/need to go through all of them). Last, select the specific daemon (e.g. Webserver apache, lighttpd or nginx) and perform all the actions that are shown
Dastar Posted January 21, 2018 Author Posted January 21, 2018 Thank you d00p for your help I have Ubuntu 16xx installed so I will go and redo it all from scratch Thank you for your help
Dastar Posted January 21, 2018 Author Posted January 21, 2018 Hello ok I have installed Ubuntu 14 and installed Froxlor I ran the script sudo mkdir -p /etc/apache2/sites-enabled/ sudo chown root:0 /etc/apache2/sites-enabled/ sudo chmod 0600 /etc/apache2/sites-enabled/ sudo mkdir -p /etc/apache2/sites-enabled/ sudo chown root:0 /etc/apache2/sites-enabled/ sudo chmod 0600 /etc/apache2/sites-enabled/ sudo mkdir -p /var/customers/webs/ sudo mkdir -p /var/customers/logs/ sudo mkdir -p /var/customers/tmp sudo chmod 1777 /var/customers/tmp sudo a2dismod userdir sudo a2enmod headers sudo service apache2 restart Now when i go to the site I get a page in php format LOL
d00p Posted January 21, 2018 Posted January 21, 2018 well, did you activate fcgid or php-fpm? These services need configuration too...try enabling the apache php module again a2enmod php # or a2enmod php5
Dastar Posted January 21, 2018 Author Posted January 21, 2018 2 minutes ago, d00p said: well, did you activate fcgid or php-fpm? These services need configuration too...try enabling the apache php module again a2enmod php # or a2enmod php5 Your a genius!! back up and going to mess it up again
Question
Dastar
Hello
I have added a customer and a domain but when I go to the domain it takes me to the login page.
Any ideas?
www.theguyfrommiami.tk
Thank you
11 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.