Sha256: 47799b5b3add744a5a9a71f512cd5cd3b51077d386a65c440f6c205ce33970f1

Contents?: true

Size: 664 Bytes

Versions: 11

Compression:

Stored size: 664 Bytes

Contents

<IfModule mod_suphp.c>
    AddType application/x-httpd-suphp .php .php3 .php4 .php5 .phtml
    suPHP_AddHandler application/x-httpd-suphp

    <Directory />
        suPHP_Engine on
    </Directory>

    # By default, disable suPHP for debian packaged web applications as files
    # are owned by root and cannot be executed by suPHP because of min_uid.
    <Directory /usr/share>
        suPHP_Engine off
    </Directory>

# # Use a specific php config file (a dir which contains a php.ini file)
#       suPHP_ConfigPath /etc/php4/cgi/suphp/
# # Tells mod_suphp NOT to handle requests with the type <mime-type>.
#       suPHP_RemoveHandler <mime-type>
</IfModule>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.6.0 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.5.2 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.5.1 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.5.0 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.4.1 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.4.0 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.3.3 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.3.2 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.3.1 modules/apache/templates/mod/suphp.conf.erb
freighthop-0.3.0 modules/apache/templates/mod/suphp.conf.erb