| | 496 | |
| | 497 | == Restarting the apache servers == |
| | 498 | |
| | 499 | You need root access on ippc01, ... ippc10 to perform this. |
| | 500 | |
| | 501 | 0) Make sure all activity involving nebulous is stopped (i.e. all pantasks + Roy stuff + condor if any). |
| | 502 | 1) Log into ippc01, ... ippc10 then: |
| | 503 | 1.1) {{{sudo /etc/init.d/apache2 restart}}} |
| | 504 | Note: if you see a message like: |
| | 505 | {{{ |
| | 506 | Starting 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 |
| | 508 | no listening sockets available, shutting down |
| | 509 | Unable 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 | {{{ |
| | 514 | schastel@ippc01:~$ ps waux | grep apache |
| | 515 | root 10598 4.8 0.0 303004 26040 ? Ss 09:54 0:00 /usr/sbin/apache2 [...] start |
| | 516 | [...] |
| | 517 | }}} |