apache server segfault once deploying mod_axis2
-----------------------------------------------
Key: AXIS2C-805
URL: https://issues.apache.org/jira/browse/AXIS2C-805
Project: Axis2-C
Issue Type: Bug
Affects Versions: 1.1.0
Environment: ubuntu 7.10. apache 2.2.6
Reporter: Krishantha Samaraweera
apache server segfault once deploying mod_axis2. This happens only when I use
./httpd -k start command to start the apache server. Server started
successfully with the ./httpd -X command.
I have updated httpd,cof file with following entries.
LoadModule axis2_module /usr/local/apache2/modules/mod_axis2.so
Axis2RepoPath /home/krishantha/rc_c/wso2-wsf-c-src-1.2.0/deploy
Axis2LogFile /tmp/axis2.log
Axis2LogLevel trace
<Location /axis2>
SetHandler axis2_module
</Location>
note that Axis2LogLevel LOG_LEVEL is not set.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]