add web site

Discussion in 'Installation/Configuration' started by serr57, Mar 24, 2008.

Thread Status:
Not open for further replies.
  1. serr57

    serr57 New Member

    Hello

    It is the first time I use ISPCONFIG, my notion in Linux are a bit limited.

    After installation "perfect setup OpenSuse", all seems working well.

    But now I have created a new site with mailbox included, and I would to use it with NPDS

    But I don't know how to integrate it.

    I have rename index.html in index.old, extract NPDS files in the same folder, imported the DB from my old server (FreeEos), and when I want to connect on the site, it only permit to download index.php (NPDS index).
    The rights on web folder (for testing) are CHMOD 777 -R

    Some body can help me

    serr57
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please enable the PHP checkbox in the site settings.
     
  3. serr57

    serr57 New Member

    I understand

    But I think it is already done
     

    Attached Files:

    • php.GIF
      php.GIF
      File size:
      31.5 KB
      Views:
      556
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /etc/apache2/vhosts
    ?
     
  5. serr57

    serr57 New Member

    Hello

    I sorry but don't have access to my server before saturday
    I will answer to you at this time

    Eric
     
  6. serr57

    serr57 New Member

    Hi

    Little changement in my planning
    Here is the result of your command

    drwxr-xr-x 2 root root 4096 Mar 24 13:03 .
    drwxr-xr-x 12 root root 4096 Mar 24 13:03 ..
    -rw-r--r-- 1 root root 3503 Mar 25 19:18 Vhosts_ispconfig.conf
    -rw-r--r-- 1 root root 3686 Mar 25 19:18 Vhosts_ispconfig.conf~
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Looks good. What's in Vhosts_ispconfig.conf? Any errors in Apache's error log?
     
  8. serr57

    serr57 New Member

    Hello

    Here is the result

    ######################################
    # Vhost: www.serr-fr.net:80
    ######################################
    #
    #
    <VirtualHost 92.89.69.10:80>
    ServerName www.serr-fr.net:80
    ServerAdmin [email protected]
    DocumentRoot /srv/www/web6/web
    ServerAlias serr-fr.net
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
    Alias /cgi-bin/ /srv/www/web6/cgi-bin/
    AddHandler cgi-script .cgi
    AddHandler cgi-script .pl
    ErrorLog /srv/www/web6/log/error.log
    AddType application/x-httpd-php .php .php3 .php4 .php5
    <Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    </Files>
    <Files *.php3>
    SetOutputFilter PHP
    SetInputFilter PHP
    </Files>
    <Files *.php4>
    SetOutputFilter PHP
    SetInputFilter PHP
    </Files>
    <Files *.php5>
    SetOutputFilter PHP
    SetInputFilter PHP
    </Files>
    php_admin_flag safe_mode Off
    <IfModule mod_ruby.c>
    <Directory /srv/www/web6/web>
    Options +ExecCGI
    </Directory>
    RubyRequire apache/ruby-run
    #RubySafeLevel 0
    <Files *.rb>
    SetHandler ruby-object
    RubyHandler Apache::RubyRun.instance
    </Files>
    <Files *.rbx>
    SetHandler ruby-object
    RubyHandler Apache::RubyRun.instance
    </Files>
    </IfModule>
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
    Alias /error/ "/srv/www/web6/web/error/"
    ErrorDocument 400 /error/invalidSyntax.html
    ErrorDocument 401 /error/authorizationRequired.html
    ErrorDocument 403 /error/forbidden.html
    ErrorDocument 404 /error/fileNotFound.html
    ErrorDocument 405 /error/methodNotAllowed.html
    ErrorDocument 500 /error/internalServerError.html
    ErrorDocument 503 /error/overloaded.html
    AliasMatch ^/~([^/]+)(/(.*))? /srv/www/web6/user/$1/web/$3
    AliasMatch ^/users/([^/]+)(/(.*))? /srv/www/web6/user/$1/web/$3
    </VirtualHost>

    When I type www.serr-fr.net

    I have only the option to download the php file

    thx

    Eric
     
  9. serr57

    serr57 New Member

    Hello

    A strange think

    I have create a web site template with Frontpage
    and I can see the site (in html)

    May a problem with php extension ?

    Eric
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Looks ok. Are there any errors in Apache's error log?
     
  11. serr57

    serr57 New Member

    Hello

    Yes I found something (I guess)

    [Sat Mar 01 11:54:09 2008] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Sat Mar 01 11:54:09 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 01 11:54:11 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 01 11:54:26 2008] [notice] caught SIGTERM, shutting down
    [Sat Mar 01 11:55:23 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 01 11:55:24 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 01 12:38:41 2008] [notice] caught SIGTERM, shutting down
    [Sat Mar 01 12:46:12 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 01 12:46:17 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 01 14:17:30 2008] [notice] SIGHUP received. Attempting to restart
    [Sat Mar 01 14:17:33 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 01 14:17:46 2008] [notice] caught SIGTERM, shutting down
    [Sat Mar 01 14:17:47 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 01 14:17:47 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 01 14:34:49 2008] [notice] Graceful restart requested, doing restart
    [Sat Mar 01 14:34:50 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 01 14:34:51 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 01 14:34:51 2008] [warn] long lost child came home! (pid 15092)
    [Sat Mar 01 14:34:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 01 14:34:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 01 14:34:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 01 14:34:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 01 14:34:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 01 14:49:57 2008] [notice] caught SIGTERM, shutting down
    [Sat Mar 01 14:53:18 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 01 14:53:27 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Tue Mar 04 10:34:55 2008] [notice] caught SIGTERM, shutting down
    [Tue Mar 04 11:04:56 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Tue Mar 04 11:05:35 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Tue Mar 04 11:30:01 2008] [notice] caught SIGTERM, shutting down
    [Tue Mar 04 11:33:51 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Tue Mar 04 11:34:02 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Tue Mar 04 11:35:23 2008] [notice] caught SIGTERM, shutting down
    [Tue Mar 04 12:30:51 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Tue Mar 04 12:30:39 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Tue Mar 04 17:37:14 2008] [notice] caught SIGTERM, shutting down
    [Tue Mar 04 17:51:04 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Tue Mar 04 17:52:03 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Tue Mar 04 18:31:08 2008] [notice] caught SIGTERM, shutting down
    [Wed Mar 05 11:22:34 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Mar 05 11:22:42 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Wed Mar 05 11:37:24 2008] [notice] Graceful restart requested, doing restart
    [Wed Mar 05 11:37:24 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Wed Mar 05 11:37:24 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Wed Mar 05 11:37:24 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Wed Mar 05 11:37:24 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Wed Mar 05 11:37:24 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Wed Mar 05 11:37:26 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Wed Mar 05 11:37:26 2008] [warn] long lost child came home! (pid 2895)
    [Wed Mar 05 11:37:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Wed Mar 05 11:37:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Wed Mar 05 11:37:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Wed Mar 05 11:37:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Wed Mar 05 11:37:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:09 2008] [notice] Graceful restart requested, doing restart
    [Fri Mar 07 11:49:10 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Fri Mar 07 11:49:11 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Fri Mar 07 11:49:11 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:11 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:11 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:11 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:11 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:11 2008] [warn] long lost child came home! (pid 4562)
    [Fri Mar 07 11:49:46 2008] [notice] Graceful restart requested, doing restart
    [Fri Mar 07 11:49:46 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Fri Mar 07 11:49:47 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Fri Mar 07 11:49:47 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:47 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:47 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:47 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:47 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 11:49:48 2008] [warn] long lost child came home! (pid 23741)
    [Fri Mar 07 11:49:54 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Fri Mar 07 12:46:58 2008] [notice] Graceful restart requested, doing restart
    [Fri Mar 07 12:46:58 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Fri Mar 07 12:46:59 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Fri Mar 07 12:46:59 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 12:46:59 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 12:46:59 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 12:46:59 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 12:46:59 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 12:46:59 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Fri Mar 07 12:46:59 2008] [warn] long lost child came home! (pid 24214)
    [Sat Mar 08 09:13:22 2008] [notice] caught SIGTERM, shutting down
    [Sat Mar 08 09:25:55 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 08 09:26:01 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 08 11:57:57 2008] [error] [client 92.89.69.51] File does not exist: /var/www/sharedip/web
    [Sat Mar 08 11:57:57 2008] [error] [client 92.89.69.51] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 08 11:57:57 2008] [error] [client 92.89.69.51] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 08 12:09:36 2008] [notice] Graceful restart requested, doing restart
    [Sat Mar 08 12:09:36 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 08 12:09:36 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 08 12:09:36 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 08 12:09:36 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 08 12:09:36 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 08 12:09:36 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 08 12:09:37 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 08 12:09:37 2008] [warn] long lost child came home! (pid 3077)
    [Sat Mar 08 12:09:37 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 12:09:37 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 12:09:37 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 12:09:37 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 12:09:37 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 12:09:37 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 13:23:47 2008] [error] [client 92.89.69.51] File does not exist: /var/www/sharedip/stats
    [Sat Mar 08 13:23:47 2008] [error] [client 92.89.69.51] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 08 13:24:15 2008] [error] [client 92.89.69.51] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 08 16:55:32 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 08 16:55:32 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 08 16:58:29 2008] [notice] Graceful restart requested, doing restart
    [Sat Mar 08 16:58:29 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 08 16:58:31 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 08 16:58:31 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 16:58:31 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 16:58:31 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 16:58:31 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 16:58:31 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 16:58:31 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 16:58:31 2008] [warn] long lost child came home! (pid 7970)
    [Sat Mar 08 17:01:14 2008] [notice] Graceful restart requested, doing restart
    [Sat Mar 08 17:01:15 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 08 17:01:15 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 17:01:15 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 17:01:15 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 17:01:15 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 17:01:15 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 08 17:01:16 2008] [warn] long lost child came home! (pid 13808)
    [Sat Mar 08 17:42:40 2008] [notice] caught SIGTERM, shutting down
    [Sat Mar 08 17:42:42 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 08 17:42:43 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Fri Mar 21 12:04:01 2008] [notice] caught SIGTERM, shutting down
    [Fri Mar 21 12:13:08 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Fri Mar 21 12:13:15 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Fri Mar 21 15:52:36 2008] [error] [client 92.89.69.50] File does not exist: /var/www/sharedip/favicon.ico
    [Fri Mar 21 19:49:29 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Fri Mar 21 19:49:29 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Fri Mar 21 19:50:23 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/roi-arthur
    [Fri Mar 21 19:50:47 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/web6
    [Fri Mar 21 19:51:28 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/roi-arthur
    [Fri Mar 21 19:51:39 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/roi-arthur
    [Fri Mar 21 19:56:18 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/srv
    [Fri Mar 21 19:56:35 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/srv
    [Fri Mar 21 19:58:14 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/roi-arthur.serr-fr.net
    [Fri Mar 21 19:58:25 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/roi-arthur.serr-fr.net
    [Sun Mar 23 12:15:47 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/serr-fr.net
    [Sun Mar 23 12:15:47 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sun Mar 23 12:15:47 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sun Mar 23 12:24:07 2008] [error] [client 92.89.71.254] File does not exist: /var/www/sharedip/favicon.ico
    [Sun Mar 23 12:24:08 2008] [error] [client 92.89.71.254] File does not exist: /var/www/sharedip/favicon.ico
    [Sun Mar 23 12:24:41 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sun Mar 23 12:24:41 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sun Mar 23 12:26:01 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Mon Mar 24 11:19:29 2008] [notice] caught SIGTERM, shutting down
    [Mon Mar 24 11:33:17 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Mon Mar 24 11:32:40 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Mon Mar 24 11:41:18 2008] [error] an unknown filter was not added: PHP
    [Mon Mar 24 11:41:18 2008] [error] an unknown filter was not added: PHP
    [Mon Mar 24 12:20:22 2008] [error] an unknown filter was not added: PHP
    [Mon Mar 24 12:20:22 2008] [error] an unknown filter was not added: PHP
    [Mon Mar 24 13:12:10 2008] [notice] caught SIGTERM, shutting down
    [Mon Mar 24 13:12:12 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Mon Mar 24 13:12:14 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Mon Mar 24 13:24:35 2008] [notice] caught SIGTERM, shutting down
    [Mon Mar 24 13:27:08 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Mon Mar 24 13:27:20 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Mon Mar 24 17:07:42 2008] [error] [client 218.90.162.118] File does not exist: /var/www/sharedip/sumthin
    [Tue Mar 25 00:27:38 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 00:27:38 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 10:47:41 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 10:47:41 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 19:16:46 2008] [error] [client 92.89.69.54] Invalid method in request \x16\x03\x01
    [Tue Mar 25 19:18:34 2008] [notice] Graceful restart requested, doing restart
    [Tue Mar 25 19:18:34 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Tue Mar 25 19:18:34 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Tue Mar 25 19:18:35 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Tue Mar 25 19:18:35 2008] [warn] long lost child came home! (pid 3016)
    [Tue Mar 25 19:18:35 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Tue Mar 25 19:18:35 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Tue Mar 25 19:18:35 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Tue Mar 25 19:18:35 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Tue Mar 25 19:18:35 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Tue Mar 25 19:18:35 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Tue Mar 25 19:18:35 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Tue Mar 25 19:18:40 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 19:18:40 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 19:20:52 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 19:20:52 2008] [error] an unknown filter was not added: PHP
    [Tue Mar 25 22:09:21 2008] [error] [client 196.7.155.155] File does not exist: /var/www/sharedip/thisdoesnotexistahaha.php
    [Tue Mar 25 22:09:22 2008] [error] [client 196.7.155.155] File does not exist: /var/www/sharedip/admin
    [Tue Mar 25 22:09:22 2008] [error] [client 196.7.155.155] File does not exist: /var/www/sharedip/vhcs2
    [Wed Mar 26 05:13:31 2008] [error] an unknown filter was not added: PHP
    [Wed Mar 26 05:13:31 2008] [error] an unknown filter was not added: PHP
    [Wed Mar 26 05:15:03 2008] [error] an unknown filter was not added: PHP
    [Wed Mar 26 05:15:03 2008] [error] an unknown filter was not added: PHP
    [Wed Mar 26 11:56:37 2008] [error] [client 87.118.118.96] File does not exist: /var/www/sharedip/test.txt
    [Thu Mar 27 14:30:11 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpmyadmin
    [Thu Mar 27 14:30:11 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin
    [Thu Mar 27 14:30:11 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/PHPMYADMIN
    [Thu Mar 27 14:30:11 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/pHpMyAdMiN
    [Thu Mar 27 14:30:11 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/PhPmYaDmIn
    [Thu Mar 27 14:30:12 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/PHPmyadmin
    [Thu Mar 27 14:30:12 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/PHPMYadmin
    [Thu Mar 27 14:30:12 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMYadmin
    [Thu Mar 27 14:30:12 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpmyADMIN
    [Thu Mar 27 14:30:12 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/pmamy
    [Thu Mar 27 14:30:13 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/pma
    [Thu Mar 27 14:30:13 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/PMA
    [Thu Mar 27 14:30:13 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/myadmin
    [Thu Mar 27 14:30:13 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/MYADMIN
    [Thu Mar 27 14:30:14 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/MYadmin
    [Thu Mar 27 14:30:14 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/myADMIN
    [Thu Mar 27 14:30:14 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/MyAdmin
    [Thu Mar 27 14:30:14 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/PMA
    [Thu Mar 27 14:30:14 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpmyadmin
    [Thu Mar 27 14:30:15 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/mysql
    [Thu Mar 27 14:30:15 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/admin
    [Thu Mar 27 14:30:15 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/db
    [Thu Mar 27 14:30:15 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/dbadmin
    [Thu Mar 27 14:30:16 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/web
    [Thu Mar 27 14:30:16 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/admin
    [Thu Mar 27 14:30:16 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/admin
    [Thu Mar 27 14:30:16 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/admin
    [Thu Mar 27 14:30:17 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/mysql-admin
    [Thu Mar 27 14:30:17 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpmyadmin2
    [Thu Mar 27 14:30:17 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/mysqladmin
    [Thu Mar 27 14:30:17 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/mysql-admin
    [Thu Mar 27 14:30:17 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/main.phpmain.php
    [Thu Mar 27 14:30:18 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.5.6
    [Thu Mar 27 14:30:18 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.5.4
    [Thu Mar 27 14:30:18 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.5.1
    [Thu Mar 27 14:30:18 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.2.3
    [Thu Mar 27 14:30:19 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.9.1
    [Thu Mar 27 14:30:19 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.9.0
    [Thu Mar 27 14:30:19 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.9.0.2
    [Thu Mar 27 14:30:19 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.9.0.1
    [Thu Mar 27 14:30:19 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.8.2.4
    [Thu Mar 27 14:30:20 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.8.2.2
    [Thu Mar 27 14:30:20 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.8.2.1
    [Thu Mar 27 14:30:20 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.7.0-pl2
    [Thu Mar 27 14:30:20 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.7.0
    [Thu Mar 27 14:30:20 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.6.4-pl4
    [Thu Mar 27 14:30:21 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.6.4
    [Thu Mar 27 14:30:21 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.8.1
    [Thu Mar 27 14:30:21 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.2.6
    [Thu Mar 27 14:30:21 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.2.7
    [Thu Mar 27 14:30:22 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.2.7-pl1
    [Thu Mar 27 14:30:22 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpMyAdmin-2.2.0
    [Thu Mar 27 14:30:22 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/myadmin
    [Thu Mar 27 14:30:22 2008] [error] [client 213.37.96.18] File does not exist: /var/www/sharedip/phpmyadmin
    [Thu Mar 27 16:03:19 2008] [notice] Graceful restart requested, doing restart
    [Thu Mar 27 16:03:20 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Thu Mar 27 16:03:25 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Thu Mar 27 16:03:25 2008] [warn] long lost child came home! (pid 29720)
    [Thu Mar 27 16:03:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 16:03:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 16:03:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 16:03:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 16:03:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 16:03:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 16:03:26 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 16:04:33 2008] [error] [client 24.8.4.140] File does not exist: /var/www/sharedip/sumthin
    [Thu Mar 27 18:51:25 2008] [notice] Graceful restart requested, doing restart
    [Thu Mar 27 18:51:26 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Thu Mar 27 18:51:27 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Thu Mar 27 18:51:27 2008] [warn] long lost child came home! (pid 4724)
    [Thu Mar 27 18:51:27 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 18:51:27 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 18:51:27 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 18:51:27 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 18:51:27 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 18:51:27 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 18:51:27 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Thu Mar 27 19:03:07 2008] [notice] caught SIGTERM, shutting down
    [Thu Mar 27 19:05:03 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Thu Mar 27 19:05:10 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 29 06:29:20 2008] [error] [client 213.145.139.5] File does not exist: /var/www/sharedip/thisdoesnotexistahaha.php
    [Sat Mar 29 06:29:20 2008] [error] [client 213.145.139.5] File does not exist: /var/www/sharedip/vhcs2
    [Sat Mar 29 10:11:42 2008] [notice] Graceful restart requested, doing restart
    [Sat Mar 29 10:11:44 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 29 10:11:48 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 29 10:11:48 2008] [warn] long lost child came home! (pid 2889)
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:11:48 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:12:49 2008] [notice] Graceful restart requested, doing restart
    [Sat Mar 29 10:12:50 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 29 10:12:50 2008] [error] (9)Bad file descriptor: apr_socket_accept: (client socket)
    [Sat Mar 29 10:12:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:12:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:12:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:12:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:12:51 2008] [error] [client 127.0.0.1] Directory index forbidden by Options directive: /srv/www/htdocs/
    [Sat Mar 29 10:12:51 2008] [warn] long lost child came home! (pid 4861)
    [Sat Mar 29 15:14:26 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/web6
    [Sat Mar 29 15:14:26 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 29 15:14:26 2008] [error] [client 92.89.69.2] File does not exist: /var/www/sharedip/favicon.ico
    [Sat Mar 29 15:32:59 2008] [notice] caught SIGTERM, shutting down
    [Sat Mar 29 15:35:33 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Sat Mar 29 15:35:39 2008] [notice] Apache/2.2.3 (Linux/SUSE) configured -- resuming normal operations
    [Sat Mar 29 16:40:58 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 16:40:58 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 16:43:15 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 16:43:15 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 16:57:57 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 16:57:57 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 16:58:14 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 16:58:14 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:20:10 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:20:10 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:20:10 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:20:10 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:20:10 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:20:10 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:21:41 2008] [error] an unknown filter was not added: PHP
    [Sat Mar 29 18:21:41 2008] [error] an unknown filter was not added: PHP
    [Sun Mar 30 01:15:50 2008] [error] an unknown filter was not added: PHP
    [Sun Mar 30 01:15:50 2008] [error] an unknown filter was not added: PHP
    [Sun Mar 30 10:10:55 2008] [error] [client 87.118.118.96] File does not exist: /var/www/sharedip/test.txt
    [Sun Mar 30 19:50:03 2008] [error] [client 193.140.248.112] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)

    Eric
     
  12. falko

    falko Super Moderator Howtoforge Staff

  13. serr57

    serr57 New Member

    Hello

    Thank you for your help, but after changes :

    [Sat Apr 05 19:56:33 2008] [error] an unknown filter was not added: PHP

    If I try to goo to my site this popup appears:

    "Do you want to save this file or find a program online to open it"

    Is there an other solution ?

    PS: for your information the file I want to use is:

    icare-launcher.php from NPDS site

    Bye

    Eric
     
    Last edited: Apr 5, 2008
  14. falko

    falko Super Moderator Howtoforge Staff

    You must make a change to one of your web sites in ISPConfig (e.g. switch off SSI and then switch it back on a little bit later) so that ISPConfig can rewrite the Apache configuration.
     
  15. serr57

    serr57 New Member

    Hello

    Sorry but I have already done a site modification before my post

    Is it possible that I missed to install something concerning php in the perfect install for Suse ?

    I hope that I haven't got to reinstall the server .....

    I saw that no body has the same problem than mine, exept the little modification in ispconfig_inc.php

    Can I do something more ?


    Eric
     
  16. falko

    falko Super Moderator Howtoforge Staff

  17. serr57

    serr57 New Member

    Falko

    Many thanks for your answer

    as I can see it is for Suse 10.1, but mine is 10.2 but ok I have tried

    if it is possible for try this link and you will see my problem

    www.test.serr-fr.net

    I really don't know what appends

    The most strange thing is that I can used html file without problem

    see www.adzaboula.serr-fr.net

    FYI in apache2 logs the error message desapears

    Eric
     
    Last edited: Apr 10, 2008
  18. falko

    falko Super Moderator Howtoforge Staff

    What's in your Vhosts_ispconfig.conf?
     
  19. serr57

    serr57 New Member

    add site

    Hi Falko

    My problem is now resolved, When typing "$go_info["server"]["apache2_php"] = 'addhandler';" I forgot one "d".

    After correction and one site item change
    php is now running well

    Many, many thanks for you help

    PS: This post can be closed

    Eric
     
Thread Status:
Not open for further replies.

Share This Page