Im seeing these errors on a newly provisioned CL7 cPanel 11.58 system with EA4. Why would these values be added to the system if they are going to cause warnings?
Code:
[email protected] [~]# httpd -V
[Tue Aug 02 05:38:48.529447 2016] [alias:warn] [pid 369025] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 690 will probably never match because it overlaps an earlier Alias.
[Tue Aug 02 05:38:48.529691 2016] [alias:warn] [pid 369025] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 691 will probably never match because it overlaps an earlier Alias.
[Tue Aug 02 05:38:48.529709 2016] [alias:warn] [pid 369025] AH00671: The ScriptAlias directive in /etc/apache2/conf/httpd.conf at line 695 will probably never match because it overlaps an earlier ScriptAlias.
[Tue Aug 02 05:38:48.529806 2016] [alias:warn] [pid 369025] AH00671: The Alias directive in /etc/apache2/conf/httpd.conf at line 702 will probably never match because it overlaps an earlier Alias.
Server version: Apache/2.4.23 (cPanel)
Server built: Jul 21 2016 11:16:28
Server's Module Magic Number: 20120211:61
Server loaded: APR 1.5.2, APR-UTIL 1.5.2
Compiled using: APR 1.5.2, APR-UTIL 1.5.2
Architecture: 64-bit
Server MPM: prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/etc/apache2"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/var/run/apache2/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
[email protected] [~]# tail -f -n 100 /etc/apache2/conf/httpd.conf
Alias /img-sys /usr/local/cpanel/img-sys/
Alias /sys_cpanel /usr/local/cpanel/sys_cpanel/
ScriptAliasMatch ^/?kpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/?securecpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?webmail(/.*|/?)$ /usr/local/cpanel/cgi-sys/wredirect.cgi
ScriptAlias /cgi-sys /usr/local/cpanel/cgi-sys/
ScriptAliasMatch ^/?securecontrolpanel/?$ /usr/local/cpanel/cgi-sys/sredirect.cgi
ScriptAliasMatch ^/?cpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
Include "/usr/local/apache/conf/includes/errordocument.conf"
ScriptAliasMatch ^/?securewhm/?$ /usr/local/cpanel/cgi-sys/swhmredirect.cgi
ScriptAliasMatch ^/Autodiscover/Autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
ScriptAliasMatch ^/?whm/?$ /usr/local/cpanel/cgi-sys/whmredirect.cgi
Alias /java-sys /usr/local/cpanel/java-sys/
ScriptAliasMatch ^/?controlpanel/?$ /usr/local/cpanel/cgi-sys/redirect.cgi
ScriptAliasMatch ^/autodiscover/autodiscover.xml /usr/local/cpanel/cgi-sys/autodiscover.cgi
Last edited by a moderator: