autoconfig

Discussion in 'General' started by SamTzu, Oct 3, 2024.

  1. SamTzu

    SamTzu Active Member

    I can't figure this out...
    This works on all my other identical servers but for some reason autoconfig.gonzales.id says it's Moved Permanently.
    I have check many times. DNS fine. Apache is fine. ISPconfig shows no redirects except http -> https.
    What am I missing?

    Code:
    administrator@debian12kde:~$ wget http://autoconfig.gonzales.id/[email protected] -O test
    --2024-10-03 20:11:16--  http://autoconfig.gonzales.id/[email protected]
    Resolving autoconfig.gonzales.id (autoconfig.gonzales.id)... 79.134.108.163, 2a00:1190:c003:ffff::163
    Connecting to autoconfig.gonzales.id (autoconfig.gonzales.id)|79.134.108.163|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: https://autoconfig.gonzales.id/[email protected] [following]
    --2024-10-03 20:11:18--  https://autoconfig.gonzales.id/[email protected]
    Connecting to autoconfig.gonzales.id (autoconfig.gonzales.id)|79.134.108.163|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [text/html]
    Saving to: 'test'
    
    test                                         [ <=>                                                                              ]       7  --.-KB/s    in 0s     
    
    2024-10-03 20:11:21 (3.74 MB/s) - 'test' saved [7]
    
     
  2. SamTzu

    SamTzu Active Member

    Never mind.
    Clearly I have been drunk when I worked on this...
    Code:
    administrator@debian12kde:~$ ssh [email protected] -tt cat /var/www/auto*/web/config.php
    <?php
    $conf['remote_uri'] = 'https://mail.gonzales.id.com:8080/remote/';
    
    ... removing .com
     
  3. SamTzu

    SamTzu Active Member

    Odd. It's still giving 'Moved' error even after reboot but at least autoconfig is now working.
     

Share This Page