Jump to content
Froxlor Forum

Question

Posted
Hello pros,
How can we add that (*:80)  in -> froxlor panel IPs and Ports ?

 

Virtualhost generate by froxlor ->  <VirtualHost external ip:80>

 

My home page does not appear after cron passes and I must manually add *: 80 for this to work
How can I solve this? Thank you

 

14 answers to this question

Recommended Posts

  • 0
Posted

You cannot, this ist not how froxlor works. Be sure your Domain points to the Server IP(s) and that these are added in froxlor and assigned to the domain

  • 0
Posted
Thank you for your answer dOOp,
For a year I have struggled and I have no idea what the problem is?
curl ifconfig.me -> 88.137.144.244

IP-address of this server ->  88.137.144.244

Ips and Ports -> 88.137.144.244:80

                      -> 88.137.144.244

:443

 
Generated by the froxlor:

# 35_froxlor_normal_vhost_test.digitalsfinx.com.conf
# Created 13.05.2021 18:05
# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.# Domain ID: 2 - CustomerID: 2 - CustomerLogin: bob


<VirtualHost 88.137.144.244:80>
  ServerName test.digitalsfinx.com
  ServerAlias www.test.digitalsfinx.com
  DocumentRoot "/var/customers/webs/bob/test.digitalsfinx.com/drupal/web"
  SuexecUserGroup "bob" "bob"
  <FilesMatch \.(php)$>
  SetHandler proxy:unix:/var/lib/apache2/fastcgi/1-bob-test.digitalsfinx.com-php-fpm.socket|fcgi://localhost
  </FilesMatch>
  <Directory "/var/customers/webs/bob/test.digitalsfinx.com/drupal/web/">
    Require all granted
    AllowOverride All
  </Directory>
  Alias /awstats "/var/customers/webs/bob/awstats/test.digitalsfinx.com"
  Alias /awstats-icon "/usr/share/awstats/icon/"
  LogLevel warn
  ErrorLog "/var/customers/logs/bob-error.log"
  CustomLog "/var/customers/logs/bob-access.log" combined
</VirtualHost>

It only works when I add this <VirtualHost 88.137.144.244:80 *:80>
thank you in advance ;)

                                                                                                                              

  • 0
Posted

...what? No. Does your Server has ipv6 ips or additional ips? Or does your domain have an AAAA record which is Not Known in froxlor?

  • 0
Posted
Hello dOOp,
I have an error maybe that's the cause ?

I tested with dnsenum 

dnsenum  ns1.digitalsfinx.com

Host's addresses:

ns1.digitalsfinx.com.                    75413    IN    A        88.137.144.244

Wildcards detected, all subdomains will point to the same IP address

Omitting results containing 88.137.144.244.

 Maybe you are using OpenDNS servers.

 

 

  • 0
Posted

So you are using the DNS feature? Using the server as nameserver? are you CERTAIN you have a valid setup? Running your own nameserver is not as simple as it may seem

  • 0
Posted
 
But everything works correctly I think;) 
Letsencrypt generated by froxlor and the new vhost are executed normally, but I must always add *: 80, *: 443 and copy in new vhost if not it disappears after passing cron
  • 0
Posted

if your domain you are using as nameserver is setup correctly (including gluerecords) all this works just fine.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...