Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [root@debian aegir]$ /etc/init.d/apache2 restart
  2. Restarting web server: apache2 ... waiting (98)Address already in use: make_sock: could not bind to address [::]:80
  3. (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
  4. no listening sockets available, shutting down
  5. Unable to open logs
  6. Action 'start' failed.
  7. The Apache error log may have more information.
  8.  failed!
  9.  
  10. <?php
  11. $aliases['hostmaster'] = array (
  12.   'context_type' => 'site',
  13.   'platform' => '@platform_hostmaster6x20rc2',
  14.   'server' => '@server_master',
  15.   'db_server' => '@server_master',
  16.   'uri' => 'aegir.rockdiamond.net',
  17.   'root' => '/var/aegir/hostmaster-6.x-2.0-rc2',
  18.   'site_path' => '/var/aegir/hostmaster-6.x-2.0-rc2/sites/aegir.rockdiamond.net',
  19.   'site_enabled' => true,
  20.   'language' => 'en',
  21.   'client_name' => 'admin',
  22.   'aliases' =>
  23.   array (
  24.     0 => '173.255.196.148',
  25.   ),
  26.   'redirection' => '1',
  27.   'cron_key' => '',
  28.   'profile' => 'hostmaster',
  29. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement