Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[solved] Neue IP - Froxlor nicht mehr aufrufbar

Featured Replies

Hallo,

 

ich habe folgendes Problem...

Ich wollte eine neue IP zu Froxlor hinzuf?gen und nun komme ich nicht mehr ins froxlor rein.

 

Fr?her kam ich ?ber IP.IP.IP.IP/froxlor rein, wenn ich jetzt die IP aufrufe, komme ich auf eine subdomain die als erstes in den "sites-enabled" drinne steht.

 

Wie komme ich nun wieder an mein froxlor ran?

 

Als erstes musst du herausfinden warum du nicht mehr rankommst. Ich nehme an, weil er dir keinen vhost erstellt f?r Froxlor/die IP.

 

Am besten mal in der froxlor Datenbank nachgucken:

select * from panel_ipsandports;

und hier posten (die ip's kannst du ja mit xxx oder so unkenntlich machen, die sind nicht relevant)

  • Author

mysql> select * from panel_ipsandports;
+----+---------------+------+------------------+---------------------------+----------------+-------------------------------------+-----------------+-----+---------------+--------------+-------------+--------------------------+--------------------+--------------------------+
| id | ip            | port | listen_statement | namevirtualhost_statement | vhostcontainer | vhostcontainer_servername_statement | specialsettings | ssl | ssl_cert_file | ssl_key_file | ssl_ca_file | default_vhostconf_domain | ssl_cert_chainfile | docroot                  |
+----+---------------+------+------------------+---------------------------+----------------+-------------------------------------+-----------------+-----+---------------+--------------+-------------+--------------------------+--------------------+--------------------------+
|  1 | 78.47.XXX.XXX |   80 |                0 |                         0 |              0 |                                   0 |                 |   0 |               |              |             |                          |                    |                          |
|  3 | XX.XX.XX.XX     |   80 |                0 |                         0 |              0 |                                   0 |                 |   0 |               |              |             |                          |                    | /var/customers/webs/vpn/ |
+----+---------------+------+------------------+---------------------------+----------------+-------------------------------------+-----------------+-----+---------------+--------------+-------------+--------------------------+--------------------+--------------------------+
2 rows in set (0.00 sec)

das kommt dabei raus...

 

Normal soll die 78.47.XX.XX auf /var/www zugreifen, darauf liegt froxlor und co

 

und die andere ip soll eigentlich auf nen kundenverzeichnis zugreifen wie es ja auch dasteht

 

Joa, fall gel?st, kein namevirtualhost_statement, kein vhostcontainer, kein vhostcontainer_servername_statement...setz die drei auf '1' und lass den cronjob laufen, dann sollte das wieder gehen:

php /var/www/froxlor/scripts/froxlor_master_cronjob.php --force
  • Author

Gib mal fix den SQL befehl, bei mir will das irgendwie gerade nicht oder ich habe einen Denkfehler -__-

UPDATE `panel_ipsandports` SET `namevirtualhost_statement`='1', `vhostcontainer`='1', `vhostcontainer_servername_statement`='1';

  • Author

Ha wusste ich es doch, denkfehler...

 

BESTEN DANK, alles funktioniert wieder! *daumen hoch*
 

Archived

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

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.