Jump to content
Froxlor Forum
  • 0

Login page ad website


Dastar

Question

11 answers to this question

Recommended Posts

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 

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

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



×
×
  • Create New...