Bacula-users

Re: [Bacula-users] Fwd: bacula-web and PHP5

2008-07-01 10:31:39
Subject: Re: [Bacula-users] Fwd: bacula-web and PHP5
From: "John Drescher" <drescherjm AT gmail DOT com>
To: LDB <ldbout AT gmail DOT com>, "Bacula Users" <Bacula-users AT lists.sourceforge DOT net>
Date: Tue, 1 Jul 2008 10:31:29 -0400
> That is what I thought but ...
>
> Loaded Modules:
>  core_module (static)
>  mpm_prefork_module (static)
>  http_module (static)
>  so_module (static)
>  actions_module (shared)
>  alias_module (shared)
>  auth_basic_module (shared)
>  authn_file_module (shared)
>  authz_host_module (shared)
>  authz_groupfile_module (shared)
>  authz_default_module (shared)
>  authz_user_module (shared)
>  authn_dbm_module (shared)
>  autoindex_module (shared)
>  cgi_module (shared)
>  dir_module (shared)
>  env_module (shared)
>  expires_module (shared)
>  include_module (shared)
>  log_config_module (shared)
>  mime_module (shared)
>  negotiation_module (shared)
>  setenvif_module (shared)
>  ssl_module (shared)
>  suexec_module (shared)
>  userdir_module (shared)
>  php5_module (shared)
> Syntax OK
>

The php module can be loaded but not configured. I am not sure of your
setup but I currently have the following in my apache configs.

 # cat /etc/apache2/modules.d/70_mod_php5.conf
<IfDefine PHP5>
        # Load the module first
        <IfModule !mod_php5.c>
                LoadModule php5_module    modules/libphp5.so
        </IfModule>

        # Set it to handle the files
        <IfModule mod_mime.c>
                AddType application/x-httpd-php .php
                AddType application/x-httpd-php .phtml
                AddType application/x-httpd-php .php3
                AddType application/x-httpd-php .php4
                AddType application/x-httpd-php .php5
                AddType application/x-httpd-php-source .phps
        </IfModule>

        DirectoryIndex index.php index.phtml
</IfDefine>

John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users