> oneagent_module (shared)
99% chance it's this. The error is a libstdc++ thing and none of
Apaches modules use C++.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.
OS RHEL 7.X
Apache version 2.4.52
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_event_module (static)
sm_module (shared)
authn_file_module (shared)
authn_core_module (shared)
authz_host_module (shared)
authz_groupfile_module (shared)
authz_user_module (s
You'll need to provide a lot more information about your setup. OS?
Apache version, configuration, modules...
On Thu, Nov 11, 2021 at 7:05 PM Prasanth Kodakandla <
prasanth.kodakan...@gmail.com> wrote:
> This is what i see in apacgectl
>
> 74 if [ "x$ARGV" = "x" ] ; then
> 75 ARGV="-h"
> 7
This is what i see in apacgectl
74 if [ "x$ARGV" = "x" ] ; then
75 ARGV="-h"
76 fi
77
78 case $ARGV in
79 start|stop|restart|graceful|graceful-stop)
80 $HTTPD -k $ARGV
81 ERROR=$?
82 ;;
83 startssl|sslstart|start-SSL)
84 echo The startssl option is no longer supported
Probably something on line 79 in the apachectl file
On Thu, Nov 11, 2021 at 4:52 PM Prasanth Kodakandla <
prasanth.kodakan...@gmail.com> wrote:
> Hi all,
> I am getting below error when starting apache webserver using apachectl
>
> ./apachectl -k start
> terminate called after throwing an instanc
Hi all,
I am getting below error when starting apache webserver using apachectl
./apachectl -k start
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::assign
./apachectl: line 79: 95216 Aborted (core dumped) $HTTPD "$@"
Does anyone have any idea what's causi