IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 162 and Version 163 of Processing


Ignore:
Timestamp:
Mar 13, 2012, 9:59:31 AM (14 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v162 v163  
    494494chip.off / warp.off
    495495(and to restart chip.on / warp.on)
     496
     497== Restarting the apache servers ==
     498
     499You need root access on ippc01, ... ippc10 to perform this.
     500
     5010) Make sure all activity involving nebulous is stopped (i.e. all pantasks + Roy stuff + condor if any).
     5021) Log into ippc01, ... ippc10 then:
     503   1.1) {{{sudo /etc/init.d/apache2 restart}}}
     504   Note: if you see a message like:
     505{{{
     506Starting apache2 ...(98)Address already in use: make_sock: could not bind to address [::]:80
     507(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
     508no listening sockets available, shutting down
     509Unable to open logs                                                           [ ok ]
     510}}}
     511  then restart the apache server with {{{sudo /etc/init.d/apache2 stop}}} and then {{{sudo /etc/init.d/apache2 start}}}
     512   1.2) Check that the apache server is running:
     513{{{
     514schastel@ippc01:~$ ps waux | grep apache
     515root     10598  4.8  0.0 303004 26040 ?        Ss   09:54   0:00 /usr/sbin/apache2 [...] start
     516[...]
     517}}}
    496518= Changing the code =
    497519