Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Eric Covener
> 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.

Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Prasanth Kodakandla
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

Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Nick Folino
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

Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Prasanth Kodakandla
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

Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Nick Folino
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

[users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Prasanth Kodakandla
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