Avatar billede qassamy88 Nybegynder
29. maj 2013 - 10:57 Der er 14 kommentarer og
1 løsning

Hosting af 2 sider på en 1 Debian server.

Hej

Jeg har sat en Debian server op, som giver mig lidt problemer.
Jeg har 1 server men vil gerne have 2 forskellige hjemmesider, op og køre på den.

Har googlet og ved ikke hvad, men desværre har det været forgæves.

System:

Debian 7.

Ting jeg har gjort:

- Givet netkortet 2 local ip'er.
- Sat webmin op.
- Været inde og pille ved /etc/hosts.conf, samt /etc/apache2/ports.conf.
- Sat Mysql og phpmyadmin op.
- Sat VirtualHost til "*".
- Sat siderne til at læse fra 2 forskellige mapper.

Men desværre er jeg på bar bund.

Giver 100points. da det er en svær opgave for mig.
Håber at, der er nogen der kan hjælpe mig med en løsning.

Mange tak på forhånd.
Avatar billede lassebm Nybegynder
29. maj 2013 - 13:58 #1
Hvad er det der virker og ikke virker mere specifikt.

Hvad du har ændret ang. porte? Du kan uden problemer kører flere sites på samme port (80), eller med TLS/SSL (443)

Du skal benytte dig af vhosts i apache. Der er ingen grund til at netkortet har 2 IP addresser.

Opret vhost filerne for hvert website, filerne skal ligge i /etc/apache2/sites-available/, herefter kan du indlæse/enable vhost filernene (eller disable dem med a2dissite), med a2ensite [navn].

Du bør dog have dette i din apache conf, for at filerne overhoved bliver læst efter de er enabled.

# Include the virtual host configurations:
Include sites-enabled/


Her er et eksempel på en simpel vhost fil.

<VirtualHost *:80>
    DocumentRoot /sti/til/min/side/
    ServerName example.com
    ServerAlias www.example.com
    TransferLog /sti/til/min/side/logs/access.log
    ErrorLog /sti/til/min/side/logs/error.log
</VirtualHost>
Avatar billede qassamy88 Nybegynder
29. maj 2013 - 14:05 #2
Benytter mig af port 80.

Har sat vhost op.

eksempel 1: http://filistin.dk indeholder wordpress (virker.)
eksempel 2: http://fosman.dk indeholder Joomla installation (virker ikke.)

eksempel 1 vises som den skal
eksempel 2 viser mig standard siden i apache2.
Avatar billede qassamy88 Nybegynder
29. maj 2013 - 14:10 #3
Jeg er et fjols hahaha....

Glemte og disable default siden.
Så nu virker den.

Men hvorfor viser den joomla icon på begge sider?
Avatar billede lassebm Nybegynder
29. maj 2013 - 14:25 #4
Kanon! :)

Umiddelbart skal du ikke disable default siden. Default siden kan bruges til fallback hvis andre sider ikke findes.

Hvis du ryger i default siden på en korrekt vhost, må der være noget der catcher den, af en eller anden årsag.

Jeg ved ikke hvorfor den viser samme ikon.
Avatar billede qassamy88 Nybegynder
29. maj 2013 - 14:36 #5
Det her driver mig snart til vanvid xD

Den vil ikke gemme mine indstillinger når jeg sætter fosman.dk op.
Den vil ikke lade mig læse de linkede sider på filistin.dk

Hvad er det jeg gør forkert ?
Avatar billede lassebm Nybegynder
29. maj 2013 - 14:44 #6
1) Hvilken bruger prøver du at redigere filen med. Du skal være root, eller sudo til en bruger der har adgang til dette.

2) Hvem er ejer af filerne ? Det bør være apache, der som minimum har læse rettigheder, enten på bruger eller gruppe niveau hvis ikke ALLE har dette.
Avatar billede qassamy88 Nybegynder
29. maj 2013 - 15:01 #7
Har sat apache2 til group:user

Har endda sat dem alle sammen til 777.
Avatar billede lassebm Nybegynder
29. maj 2013 - 15:06 #8
Kan du yddybe fejlene lidt, har du noget error log, hvad prøver du præcist på ?
Avatar billede qassamy88 Nybegynder
29. maj 2013 - 15:08 #9
Jeg prøver på, at installere joomla på min side, men får ikke rigtig lov til det.

og min wordpress side giver ikke lov til at gå ind på linkene på selve siden.

prøv at gå ind på http://filistin.dk og klik på siden "Test 1"
Avatar billede lassebm Nybegynder
29. maj 2013 - 15:13 #10
Lader ikke til du har en side der hedder test1 ?. Eller der mangler en entry i en database, eller der mangler en mappe ved navn test1. Det er lidt svært at sige, når man ikke kender opsætsingen, og jeg kender ikke joomla.

Har du du kigget i logs ? Hvis ikke så kig i dem. (error.log)
Avatar billede qassamy88 Nybegynder
29. maj 2013 - 15:46 #11
Jo har lige oprette den.
Det har heller ikke noget med joomla eller wordpress.
Der er bare et eller andet der blokkere for omverdenen så de ikke kan læse min side rigtigt
Avatar billede lassebm Nybegynder
29. maj 2013 - 15:51 #12
Som sagt. hvad giver error.log ?
Avatar billede qassamy88 Nybegynder
29. maj 2013 - 16:23 #13
[Tue May 28 20:05:49 2013] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Tue May 28 20:15:01 2013] [notice] SIGUSR1 received.  Doing graceful restart
[Tue May 28 20:15:01 2013] [notice] Apache/2.2.22 (Debian) mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:15:02 2013] [notice] child pid 11001 exit signal Segmentation fault (11)
[Tue May 28 20:15:02 2013] [notice] child pid 11002 exit signal Segmentation fault (11)
[Tue May 28 20:15:03 2013] [notice] child pid 11013 exit signal Segmentation fault (11)
[Tue May 28 20:15:04 2013] [notice] child pid 11016 exit signal Segmentation fault (11)
[Tue May 28 20:15:05 2013] [notice] child pid 11017 exit signal Segmentation fault (11)
[Tue May 28 20:15:06 2013] [notice] child pid 11018 exit signal Segmentation fault (11)
[Tue May 28 20:15:07 2013] [notice] child pid 11019 exit signal Segmentation fault (11)
[Tue May 28 20:15:08 2013] [notice] child pid 11020 exit signal Segmentation fault (11)
[Tue May 28 20:15:09 2013] [notice] child pid 11033 exit signal Segmentation fault (11)
[Tue May 28 20:15:10 2013] [notice] child pid 11054 exit signal Segmentation fault (11)
[Tue May 28 20:15:11 2013] [notice] child pid 11065 exit signal Segmentation fault (11)
[Tue May 28 20:15:12 2013] [notice] child pid 11075 exit signal Segmentation fault (11)
[Tue May 28 20:15:13 2013] [notice] child pid 11077 exit signal Segmentation fault (11)
[Tue May 28 20:15:14 2013] [notice] child pid 11078 exit signal Segmentation fault (11)
[Tue May 28 20:15:14 2013] [notice] child pid 11079 exit signal Segmentation fault (11)
[Tue May 28 20:15:15 2013] [notice] child pid 11080 exit signal Segmentation fault (11)
[Tue May 28 20:15:15 2013] [notice] child pid 11081 exit signal Segmentation fault (11)
[Tue May 28 20:15:15 2013] [notice] child pid 11082 exit signal Segmentation fault (11)
[Tue May 28 20:15:15 2013] [notice] child pid 11083 exit signal Segmentation fault (11)
[Tue May 28 20:15:16 2013] [notice] child pid 11084 exit signal Segmentation fault (11)
[Tue May 28 20:15:16 2013] [notice] child pid 11085 exit signal Segmentation fault (11)
[Tue May 28 20:15:16 2013] [notice] child pid 11086 exit signal Segmentation fault (11)
[Tue May 28 20:15:17 2013] [notice] child pid 11087 exit signal Segmentation fault (11)
[Tue May 28 20:15:17 2013] [notice] child pid 11088 exit signal Segmentation fault (11)
[Tue May 28 20:15:17 2013] [notice] child pid 11089 exit signal Segmentation fault (11)
[Tue May 28 20:15:18 2013] [notice] child pid 11090 exit signal Segmentation fault (11)
[Tue May 28 20:15:18 2013] [notice] child pid 11091 exit signal Segmentation fault (11)
[Tue May 28 20:15:18 2013] [notice] child pid 11092 exit signal Segmentation fault (11)
[Tue May 28 20:15:19 2013] [notice] child pid 11093 exit signal Segmentation fault (11)
[Tue May 28 20:15:19 2013] [notice] child pid 11094 exit signal Segmentation fault (11)
[Tue May 28 20:15:19 2013] [notice] child pid 11095 exit signal Segmentation fault (11)
[Tue May 28 20:15:20 2013] [notice] child pid 11096 exit signal Segmentation fault (11)
[Tue May 28 20:15:20 2013] [notice] child pid 11097 exit signal Segmentation fault (11)
[Tue May 28 20:15:20 2013] [notice] child pid 11098 exit signal Segmentation fault (11)
[Tue May 28 20:15:21 2013] [notice] child pid 11099 exit signal Segmentation fault (11)
[Tue May 28 20:15:21 2013] [notice] child pid 11100 exit signal Segmentation fault (11)
[Tue May 28 20:15:21 2013] [notice] child pid 11101 exit signal Segmentation fault (11)
[Tue May 28 20:15:22 2013] [notice] child pid 11102 exit signal Segmentation fault (11)
[Tue May 28 20:15:22 2013] [notice] child pid 11103 exit signal Segmentation fault (11)
[Tue May 28 20:15:22 2013] [notice] child pid 11104 exit signal Segmentation fault (11)
[Tue May 28 20:15:23 2013] [notice] child pid 11105 exit signal Segmentation fault (11)
[Tue May 28 20:15:23 2013] [notice] child pid 11106 exit signal Segmentation fault (11)
[Tue May 28 20:15:23 2013] [notice] child pid 11107 exit signal Segmentation fault (11)
[Tue May 28 20:15:24 2013] [notice] child pid 11112 exit signal Segmentation fault (11)
[Tue May 28 20:15:24 2013] [notice] child pid 11113 exit signal Segmentation fault (11)
[Tue May 28 20:15:24 2013] [notice] child pid 11114 exit signal Segmentation fault (11)
[Tue May 28 20:15:25 2013] [notice] child pid 11116 exit signal Segmentation fault (11)
[Tue May 28 20:15:25 2013] [notice] child pid 11117 exit signal Segmentation fault (11)
[Tue May 28 20:15:25 2013] [notice] child pid 11118 exit signal Segmentation fault (11)
[Tue May 28 20:15:26 2013] [notice] child pid 11120 exit signal Segmentation fault (11)
[Tue May 28 20:15:26 2013] [notice] child pid 11121 exit signal Segmentation fault (11)
[Tue May 28 20:15:26 2013] [notice] child pid 11122 exit signal Segmentation fault (11)
[Tue May 28 20:15:27 2013] [notice] child pid 11124 exit signal Segmentation fault (11)
[Tue May 28 20:15:27 2013] [notice] child pid 11125 exit signal Segmentation fault (11)
[Tue May 28 20:15:27 2013] [notice] child pid 11126 exit signal Segmentation fault (11)
[Tue May 28 20:15:28 2013] [notice] child pid 11127 exit signal Segmentation fault (11)
[Tue May 28 20:15:28 2013] [notice] child pid 11128 exit signal Segmentation fault (11)
[Tue May 28 20:15:28 2013] [notice] child pid 11129 exit signal Segmentation fault (11)
[Tue May 28 20:15:28 2013] [notice] child pid 11155 exit signal Segmentation fault (11)
[Tue May 28 20:15:29 2013] [notice] caught SIGTERM, shutting down
[Tue May 28 20:15:34 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:15:34 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:15:34 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:15:34 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:15:34 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:15:35 2013] [notice] Apache/2.2.22 (Debian) mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:15:49 2013] [notice] caught SIGTERM, shutting down
[Tue May 28 20:15:50 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:15:50 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:15:50 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:15:50 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:15:50 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:15:50 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:16:11 2013] [notice] Graceful restart requested, doing restart
[Tue May 28 20:16:11 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:16:11 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:16:11 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:16:11 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:16:11 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:16:11 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:16:14 2013] [notice] Graceful restart requested, doing restart
[Tue May 28 20:16:14 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:16:14 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:16:14 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:16:14 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:16:14 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:16:14 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:20:33 2013] [notice] Graceful restart requested, doing restart
[Tue May 28 20:20:33 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:20:33 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:20:33 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:20:33 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:20:33 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:20:33 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:20:48 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 20:20:48 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:20:48 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:20:48 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:20:48 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:20:48 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:20:48 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:20:50 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 20:20:50 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:20:50 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:20:50 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:20:50 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:20:50 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:20:50 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:21:47 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 20:21:47 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:21:47 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:21:47 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:21:47 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:21:47 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:21:47 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:27:37 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 20:27:37 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:27:37 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:27:37 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:27:37 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:27:37 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:27:37 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 20:50:35 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 20:51:40 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 20:51:40 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 20:51:40 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 20:51:40 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 20:51:40 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 20:51:42 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 21:12:29 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 21:13:46 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 21:13:46 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 21:13:46 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 21:13:46 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 21:13:46 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 21:13:47 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 21:21:25 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Tue May 28 21:21:25 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Tue May 28 21:21:32 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Tue May 28 21:21:32 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Tue May 28 21:33:33 2013] [error] [client 157.55.32.154] File does not exist: /var/www/robots.txt
[Tue May 28 23:28:50 2013] [error] [client 192.168.1.3] File does not exist: /var/www/favicon.ico
[Tue May 28 23:28:50 2013] [error] [client 192.168.1.3] File does not exist: /var/www/favicon.ico
[Tue May 28 23:35:44 2013] [error] [client 66.249.75.228] File does not exist: /var/www/robots.txt
[Tue May 28 23:39:48 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:39:48 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:39:48 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:39:48 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:39:48 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:39:48 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:39:48 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 23:43:45 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:43:46 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:43:46 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:43:46 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:43:46 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:43:46 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:43:46 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 23:44:01 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Tue May 28 23:44:01 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Tue May 28 23:49:03 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:49:04 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:49:04 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:49:04 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:49:04 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:49:04 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:49:04 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 23:49:15 2013] [error] [client 62.107.252.5] File does not exist: /var/www/serv
[Tue May 28 23:49:17 2013] [error] [client 62.107.252.5] File does not exist: /var/www/serv
[Tue May 28 23:49:19 2013] [error] [client 62.107.252.5] File does not exist: /var/www/serv
[Tue May 28 23:49:26 2013] [error] [client 192.168.1.3] File does not exist: /var/www/serv
[Tue May 28 23:49:26 2013] [error] [client 192.168.1.3] File does not exist: /var/www/favicon.ico
[Tue May 28 23:49:26 2013] [error] [client 192.168.1.3] File does not exist: /var/www/favicon.ico
[Tue May 28 23:57:38 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:57:39 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:57:39 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:57:39 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:57:39 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:57:39 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:57:39 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 23:58:06 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:58:07 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:58:07 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:58:07 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:58:07 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:58:07 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:58:07 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 23:58:37 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:58:38 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:58:38 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:58:38 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:58:38 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:58:38 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:58:38 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 23:59:09 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:59:10 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:59:10 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:59:10 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:59:10 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:59:10 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:59:10 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Tue May 28 23:59:40 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Tue May 28 23:59:41 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Tue May 28 23:59:41 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Tue May 28 23:59:41 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Tue May 28 23:59:41 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Tue May 28 23:59:41 2013] [notice] mod_python: using mutex_directory /tmp
[Tue May 28 23:59:41 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:00:47 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:00:48 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:00:48 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:00:48 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:00:48 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:00:48 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:00:48 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:01:07 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:01:08 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:01:08 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:01:08 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:01:08 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:01:08 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:01:08 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:01:35 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:01:36 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:01:36 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:01:36 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:01:36 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:01:36 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:01:36 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:09:05 2013] [notice] Graceful restart requested, doing restart
[Wed May 29 00:09:05 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:09:05 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:09:05 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:09:05 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:09:05 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:09:05 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:09:05 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:09:05 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:09:05 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:09:05 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:09:31 2013] [notice] Graceful restart requested, doing restart
[Wed May 29 00:09:31 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:09:31 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:09:31 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:09:31 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:09:31 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:09:31 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:09:31 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:09:31 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:10:27 2013] [notice] Graceful restart requested, doing restart
[Wed May 29 00:10:32 2013] [error] (EAI 2)Name or service not known: Failed to resolve server name for 192.168.1.36 (check DNS) -- or specify an explicit ServerName
[Wed May 29 00:10:32 2013] [warn] NameVirtualHost *:0 has no VirtualHosts
[Wed May 29 00:10:32 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:10:32 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:10:32 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:10:32 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:10:32 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:10:32 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:10:32 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:10:57 2013] [notice] Graceful restart requested, doing restart
[Wed May 29 00:10:57 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:10:57 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:10:57 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:10:57 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:10:57 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:10:57 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:10:57 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:10:57 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:10:57 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:10:57 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:11:19 2013] [notice] Graceful restart requested, doing restart
[Wed May 29 00:11:20 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:11:20 2013] [error] VirtualHost *:80 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Wed May 29 00:11:20 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:11:20 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:11:20 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:11:20 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:11:20 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:11:20 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:11:20 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:11:43 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:11:43 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:11:43 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:11:43 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:11:43 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:11:43 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:11:43 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:12:03 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:12:03 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:12:03 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:12:03 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:12:03 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:12:03 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:12:04 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:12:20 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:12:20 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:12:51 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:12:51 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:12:51 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:12:51 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:12:51 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:12:51 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:12:51 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:14:01 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:14:01 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:14:01 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:14:01 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:14:01 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:14:01 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:14:01 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:14:15 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:14:18 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:14:25 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:16:14 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:16:14 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:16:14 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:16:14 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:16:14 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:16:14 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:16:14 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:16:18 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:16:19 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:16:38 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:16:41 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 00:16:41 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 00:30:15 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 00:30:16 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 00:30:16 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 00:30:16 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 00:30:16 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 00:30:16 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 00:30:16 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 00:30:23 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 00:30:27 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:30:27 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 00:30:51 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 11:14:42 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 11:14:43 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 11:14:43 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 11:14:43 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 11:14:43 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 11:14:44 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 11:14:45 2013] [error] [client 62.44.134.111] File does not exist: /var/www/favicon.ico
[Wed May 29 11:14:45 2013] [error] [client 62.44.134.111] File does not exist: /var/www/apple-touch-icon-precomposed.png
[Wed May 29 11:14:45 2013] [error] [client 62.44.134.111] File does not exist: /var/www/apple-touch-icon.png
[Wed May 29 11:15:36 2013] [error] [client 62.44.134.111] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 11:15:36 2013] [error] [client 62.44.134.111] File does not exist: /var/www/filistin/apple-touch-icon-precomposed.png
[Wed May 29 11:15:36 2013] [error] [client 62.44.134.111] File does not exist: /var/www/filistin/apple-touch-icon.png
[Wed May 29 11:15:47 2013] [error] [client 62.44.134.111] File does not exist: /var/www/favicon.ico
[Wed May 29 11:15:47 2013] [error] [client 62.44.134.111] File does not exist: /var/www/apple-touch-icon-precomposed.png
[Wed May 29 11:15:47 2013] [error] [client 62.44.134.111] File does not exist: /var/www/apple-touch-icon.png
[Wed May 29 11:15:48 2013] [error] [client 62.44.134.111] File does not exist: /var/www/favicon.ico
[Wed May 29 11:15:48 2013] [error] [client 62.44.134.111] File does not exist: /var/www/apple-touch-icon-precomposed.png
[Wed May 29 11:15:48 2013] [error] [client 62.44.134.111] File does not exist: /var/www/apple-touch-icon.png
[Wed May 29 11:15:49 2013] [error] [client 62.44.134.111] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 11:15:49 2013] [error] [client 62.44.134.111] File does not exist: /var/www/filistin/apple-touch-icon-precomposed.png
[Wed May 29 11:15:49 2013] [error] [client 62.44.134.111] File does not exist: /var/www/filistin/apple-touch-icon.png
[Wed May 29 11:26:36 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 11:26:40 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 11:26:40 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 12:00:07 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 12:00:09 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 12:00:09 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 12:00:09 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 12:00:09 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 12:00:09 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 12:00:09 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 12:00:32 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 12:00:33 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 12:00:33 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 12:00:33 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 12:00:33 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 12:00:33 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 12:00:33 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 12:00:53 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 12:03:49 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 12:03:50 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 12:03:50 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 12:03:50 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 12:03:50 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 12:03:50 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 12:03:50 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 12:08:47 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 12:08:48 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 12:08:48 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 12:08:48 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 12:08:48 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 12:08:48 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 12:08:48 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 12:33:31 2013] [error] [client 54.225.93.0] File does not exist: /var/www/css
[Wed May 29 12:52:19 2013] [error] [client 66.249.73.51] File does not exist: /var/www/robots.txt
[Wed May 29 13:29:44 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 13:29:44 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 13:34:01 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 13:34:02 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 13:34:02 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 13:34:02 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 13:34:02 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 13:34:02 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 13:34:02 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 13:38:02 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 13:38:02 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 13:38:02 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 13:38:02 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 13:38:02 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 13:38:02 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 13:38:02 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 13:38:04 2013] [notice] Graceful restart requested, doing restart
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 13:38:05 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 13:38:05 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 13:38:05 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 13:38:05 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 13:38:05 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 13:38:05 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 13:38:07 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 13:38:08 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 13:38:08 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 13:38:08 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 13:38:08 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 13:38:08 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 13:38:08 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 13:49:29 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 13:49:30 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 13:49:30 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 13:49:30 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 13:49:30 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 13:49:30 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 13:49:30 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 13:52:30 2013] [error] [client 62.107.252.5] File does not exist: /var/www/favicon.ico
[Wed May 29 14:09:08 2013] [notice] caught SIGTERM, shutting down
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
[Wed May 29 14:09:09 2013] [error] python_init: Python version mismatch, expected '2.7.2+', found '2.7.3'.
[Wed May 29 14:09:09 2013] [error] python_init: Python executable found '/usr/bin/python'.
[Wed May 29 14:09:09 2013] [error] python_init: Python path being used '/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed May 29 14:09:09 2013] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed May 29 14:09:09 2013] [notice] mod_python: using mutex_directory /tmp
[Wed May 29 14:09:09 2013] [notice] Apache/2.2.22 (Debian) PHP/5.4.4-14 mod_python/3.3.1 Python/2.7.3 mod_ruby/1.2.6 Ruby/1.8.7(2012-02-08) mod_perl/2.0.7 Perl/v5.14.2 configured -- resuming normal operations
[Wed May 29 14:09:16 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:09:19 2013] [error] [client 62.107.252.5] File does not exist: /var/www/fosman/favicon.ico
[Wed May 29 14:09:30 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:09:31 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:09:32 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:10:18 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:12:20 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:12:21 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:12:22 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/eksempel-side, referer: http://filistin.dk/
[Wed May 29 14:12:24 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/favicon.ico
[Wed May 29 14:12:25 2013] [error] [client 62.107.252.5] File does not exist: /var/www/filistin/eksempel-side, referer: http://filistin.dk/
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/authentication/gmail/gmail.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/authentication/gmail/gmail.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/authentication/joomla/joomla.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/authentication/joomla/joomla.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/authentication/ldap/ldap.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/authentication/ldap/ldap.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/emailcloak/emailcloak.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/emailcloak/emailcloak.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/loadmodule/loadmodule.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/loadmodule/loadmodule.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/pagebreak/pagebreak.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/pagebreak/pagebreak.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/pagenavigation/pagenavigation.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:28 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/pagenavigation/pagenavigation.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:29 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/vote/vote.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:29 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/content/vote/vote.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:29 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/editors/codemirror/codemirror.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:29 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/editors/codemirror/codemirror.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:29 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/editors/none/none.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 1910, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:29 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/editors/none/none.xml&quot; in /var/www/fosman/libraries/cms/installer/installer.php on line 2121, referer: http://fosman.dk/installation/index.php#
[Wed May 29 14:12:29 2013] [error] [client 62.107.252.5] PHP Warning:  simplexml_load_file(): I/O warning : failed to load external entity &quot;/var/www/fosman/plugins/editors/tinymce/tinymce.xml&quot; in /var/www/fosman/libraries/cms
Avatar billede lassebm Nybegynder
30. maj 2013 - 08:43 #14
fik du det hele til at virke ?
Avatar billede qassamy88 Nybegynder
02. juni 2013 - 12:58 #15
Ja og mange tak for din hjælp xD
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
IT-kurser om Microsoft 365, sikkerhed, personlig vækst, udvikling, digital markedsføring, grafisk design, SAP og forretningsanalyse.

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester