Changes between Version 54 and Version 55 of LiveServer


Ignore:
Timestamp:
09/09/10 13:25:37 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v54 v55  
    4545 
    4646You can manually access the cron script to run it via https://transitionnetwork-live.gaiahost.coop/cron.php using a username / password, the http version is restricted to access from the local host only, see the configuration in /usr/local/etc/apache22/extra/httpd-ssl.conf and /usr/local/etc/apache22/Includes/vhost-transnetwww.conf 
     47 
     48== phpMyAdmin == 
     49 
     50phpMyAdmin is available at https://www.transitiontoday.org/phpmyadmin/ 
     51 
     52This is in /usr/local/www/phpMyAdmin211 (rather than /usr/local/www/phpMyAdmin as it was on the old live server) but the config file was at /usr/local/www/phpMyAdmin together with the .htpasswd file so the following sym links were created: 
     53 
     54{{{ 
     55cd /usr/local/www/phpMyAdmin211 
     56ln -s ../phpMyAdmin/config.inc.php 
     57ln -s ../phpMyAdmin/.htpasswd  
     58}}} 
     59 
     60One line needed changing in /usr/local/www/phpMyAdmin/config.inc.php: 
     61 
     62{{{ 
     63/* $cfg['Servers'][$i]['host'] = 'db.transitionnetwork.gaiahost.coop'; */ 
     64$cfg['Servers'][$i]['host'] = 'localhost'; 
     65}}} 
     66 
     67And apache was restarted. 
    4768 
    4869== Packages == 
     
    368389}}} 
    369390 
    370 == phpMyAdmin == 
    371  
    372 phpMyAdmin is available at https://www.transitiontoday.org/phpmyadmin/ 
    373  
    374 This is in /usr/local/www/phpMyAdmin211 (rather than /usr/local/www/phpMyAdmin as it was on the old live server) but the config file was at /usr/local/www/phpMyAdmin together with the .htpasswd file so the following sym links were created: 
    375  
    376 {{{ 
    377 cd /usr/local/www/phpMyAdmin211 
    378 ln -s ../phpMyAdmin/config.inc.php 
    379 ln -s ../phpMyAdmin/.htpasswd  
    380 }}} 
    381  
    382 One line needed changing in /usr/local/www/phpMyAdmin/config.inc.php: 
    383  
    384 {{{ 
    385 /* $cfg['Servers'][$i]['host'] = 'db.transitionnetwork.gaiahost.coop'; */ 
    386 $cfg['Servers'][$i]['host'] = 'localhost'; 
    387 }}} 
    388  
    389 And apache was restarted. 
    390  
    391391== mutt == 
    392392