https://bugs.contribs.org/show_bug.cgi?id=11046

--- Comment #3 from Brian Read <[email protected]> ---
Access to server-manager still not working, nor access to the bandwidthd pages
direct.

Not finding any error messages so far:

[root@sme10 ~]# tail /var/log/httpd/admin_error_log
[Thu Oct 22 15:34:00.013373 2020] [mpm_prefork:notice] [pid 1443] AH00163:
Apache/2.4.6 (CentOS) mod_auth_tkt/2.3.99b1 configured -- resuming normal
operations
[Thu Oct 22 15:34:00.013535 2020] [core:notice] [pid 1443] AH00094: Command
line: '/usr/sbin/httpd-admin -f /etc/httpd/admin-conf/httpd.conf -D FOREGROUND'
[root@sme10 ~]# tail /var/log/httpd/error_log
[Thu Oct 22 15:34:01.070384 2020] [mpm_prefork:notice] [pid 1446] AH00163:
Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips configured -- resuming normal
operations
[Thu Oct 22 15:34:01.070539 2020] [core:notice] [pid 1446] AH00094: Command
line: '/usr/sbin/httpd -f /etc/httpd/conf/httpd.conf -D FOREGROUND'
[root@sme10 ~]# 

[root@sme10 bandwidthd]# httpd -t
Syntax OK
[root@sme10 bandwidthd]# httpd-admin -t
Syntax OK
[root@sme10 bandwidthd]# 

[root@sme10 bandwidthd]# httpd-admin -t -f /etc/httpd/conf.d/bandwidthd.conf 
AH00534: httpd-admin: Configuration error: No MPM loaded.
[root@sme10 bandwidthd]# httpd -t -f /etc/httpd/conf.d/bandwidthd.conf 
AH00534: httpd: Configuration error: No MPM loaded.
[root@sme10 bandwidthd]# 

Is this relevant? no idea what "MPM" is.

https://httpd.apache.org/docs/current/mpm.html

This is the contents of /etc/httpd/conf/httpd.conf

#------------------------------------------------------------
# bandwidthd PHP- bandwidthd
#------------------------------------------------------------
Alias  /bandwidthd  /var/www/bandwidthd/phphtdocs
Alias  /bandwidthd-sql  /var/www/bandwidthd/phphtdocs

<Directory /var/www/bandwidthd/phphtdocs>
    AddType application/x-httpd-php .php .conf
    php_admin_value open_basedir /var/www/bandwidthd/phphtdocs
    SSLRequireSSL
    Options None
    order deny,allow
    deny from all
    allow from 127.0.0.1 192.168.100.0/255.255.255.0
    AuthName "bandwidthd"
    AuthBasicProvider external
    AuthType Basic
    AuthExternal pwauth
    require user admin
    Satisfy all
</Directory>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to