php - Apache server stopped working -


i'm using apache/2.2.16 (debian) server test server. has stopped working. mean whenever try access page @ x.x.x.x/foo/bar.php browsers status bar says waiting x.x.x.x , server never responds.

this error logs @ says:

[thu jun 25 11:30:22 2015] [error] [client 94.200.27.10] php parse error:  syntax error, unexpected t_string in /usr/share/drupal6/abdi-test/index.php on line 28 [thu jun 25 11:30:59 2015] [error] [client 94.200.27.10] php parse error:  syntax error, unexpected t_string in /usr/share/drupal6/abdi-test/index.php on line 28 [thu jun 25 11:31:20 2015] [error] [client 94.200.27.10] php fatal error:  call undefined method dbconnector::dbquery() in /usr/share/drupal6/abdi-test/index.php on line 31 [thu jun 25 11:57:41 2015] [error] [client 94.200.27.10] directory index forbidden options directive: /usr/share/drupal6/abdi-test/ [thu jun 25 11:59:03 2015] [error] [client 94.200.27.10] directory index forbidden options directive: /usr/share/drupal6/abdi-test/ [thu jun 25 12:15:33 2015] [error] [client 94.200.27.10] directory index forbidden options directive: /usr/share/drupal6/abdi-test/ [thu jun 25 12:31:56 2015] [error] [client 94.200.27.10] directory index forbidden options directive: /usr/share/drupal6/abdi-test/ [thu jun 25 12:49:47 2015] [error] [client 94.200.27.10] directory index forbidden options directive: /usr/share/drupal6/abdi-test/ [thu jun 25 12:50:15 2015] [error] [client 151.80.123.208] client sent http/1.1 request without hostname (see rfc2616 section 14.23): /w00tw00t.at.isc.sans.dfind:) [thu jun 25 12:56:29 2015] [error] [client 94.200.27.10] directory index forbidden options directive: /usr/share/drupal6/abdi-test/ 

i'm intern have ftp access test server. supervisor says there problem code on 1 of pages somewhere on server he's busy else fix right now.

does know might wrong?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -