Displaying 7 results from an estimated 7 matches for "authn_file_module".
2007 Jul 29
16
Mongrel stops responding after period of inactivity
...: [the user]
        group: [the group]
    Apache Load Balancer setup:
        <Proxy balancer://appname_cluster>
        BalancerMember http://127.0.0.1:8000
        BalancerMember http://127.0.0.1:8001
        </Proxy>
    Apache Loaded Modules:
        core_module (static)
        authn_file_module (static)
        authn_default_module (static)
        authz_host_module (static)
        authz_groupfile_module (static)
        authz_user_module (static)
        authz_default_module (static)
        auth_basic_module (static)
        cache_module (static)
        include_module (static)...
2007 Jul 29
4
Mongrel stops responding after period of inactivity
...: [the user]
        group: [the group]
    Apache Load Balancer setup:
        <Proxy balancer://appname_cluster>
        BalancerMember http://127.0.0.1:8000
        BalancerMember http://127.0.0.1:8001
        </Proxy>
    Apache Loaded Modules:
        core_module (static)
        authn_file_module (static)
        authn_default_module (static)
        authz_host_module (static)
        authz_groupfile_module (static)
        authz_user_module (static)
        authz_default_module (static)
        auth_basic_module (static)
        cache_module (static)
        include_module (static)...
2015 May 07
2
Apache 2.2 itk - 404 not found
...xClients         300
    MinSpareThreads     25
    MaxSpareThreads     75
    ThreadsPerChild     25
    MaxRequestsPerChild  0
    </IfModule>
    Listen 80
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_alias_module modules/mod_authn_alias.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_modul...
2015 May 07
3
Apache 2.2 itk - 404 not found
...eads     75
>>     ThreadsPerChild     25
>>     MaxRequestsPerChild  0
>>     </IfModule>
>>     Listen 80
>>     LoadModule auth_basic_module modules/mod_auth_basic.so
>>     LoadModule auth_digest_module modules/mod_auth_digest.so
>>     LoadModule authn_file_module modules/mod_authn_file.so
>>     LoadModule authn_alias_module modules/mod_authn_alias.so
>>     LoadModule authn_anon_module modules/mod_authn_anon.so
>>     LoadModule authn_dbm_module modules/mod_authn_dbm.so
>>     LoadModule authn_default_module modules/mod_authn_defaul...
2015 May 07
0
Apache 2.2 itk - 404 not found
...eThreads     25
>    MaxSpareThreads     75
>    ThreadsPerChild     25
>    MaxRequestsPerChild  0
>    </IfModule>
>    Listen 80
>    LoadModule auth_basic_module modules/mod_auth_basic.so
>    LoadModule auth_digest_module modules/mod_auth_digest.so
>    LoadModule authn_file_module modules/mod_authn_file.so
>    LoadModule authn_alias_module modules/mod_authn_alias.so
>    LoadModule authn_anon_module modules/mod_authn_anon.so
>    LoadModule authn_dbm_module modules/mod_authn_dbm.so
>    LoadModule authn_default_module modules/mod_authn_default.so
>    LoadMod...
2020 Aug 31
5
How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)
...ore_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
#LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authn_alias_module modules/mod_authn_alias.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
#LoadModule authn_default_module modules/mod_authn_default.so
#LoadModule authz_host_module modules/mod_a...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
..._ they are 
used.
# Statically compiled modules (those listed by `httpd -l'') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authz_host_module modules/mod_authz_...