Jump to content
Froxlor Forum
  • 0

Login page ad website


Dastar

Question

Posted

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

Posted

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 

 

Posted

ehm....seems you're not too familiar with unix...please post output of 

la -la /etc/apache2/sites-enabled/ | grep "your-domain-name"

 

Posted

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:~$

 

Posted

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

 

Posted
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.

 

Froxer.png

Posted

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

Posted

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

Posted

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

Posted

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

 

Posted
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 :)

Archived

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



×
×
  • Create New...