maybe it's confused about the actual file location because of an
unclosed configuration directive or something similar. or it's possible
that the line number is off because of dos vs unix newlines.
i'd start in /opt/wiab/settings/httpsd/conf/httpd.conf and comment out
the includes for /opt/wiab/settings/httpsd/conf/wiab.conf and
/opt/wiab/settings/httpsd/conf/wiab_ssl.conf and anything else that is
pulled in dynamically until the error goes away. then work forward,
commenting out sections of the offending file until you find the culprit.
and you can use /opt/wiab/custom/bin/apachectl configtest so that you
don't have to keep starting and stopping the server and entering the ssl
passphrase.
also, if you add the -s argument to your strace with an appropriate
string size, you'll get enough information printed from that last read()
that you'll be able to find the line where it quits, even though there's
no guarantee that the problem is on that line.
Chris Dawson wrote:
I am seeing a really bizarre error when I attempt to start apache.
[EMAIL PROTECTED]:~# /opt/wiab/custom/bin/apachectl startssl
Syntax error on line 59 of /opt/wiab/settings/httpsd/conf/wiab_ssl.conf:
Invalid command '', perhaps mis-spelled or defined by a module not
included in the server configuration
/opt/wiab/custom/bin/apachectl startssl: httpd could not be started
The file wiab_ssl.conf does not have 59 lines in it:
[EMAIL PROTECTED]:~# wc /opt/wiab/settings/httpsd/conf/wiab_ssl.conf
55 113 1751 /opt/wiab/settings/httpsd/conf/wiab_ssl.conf
I assume this has something to do with mod perl dynamically modifying
my configuration file, but am unclear how to diagnose. I posted the
strace output here:
http://webiphany.com/apachestrace.txt
Can anyone see an issue? I assume this is Mason related only because
the very end of the strace file shows Mason code. I am not sure what
a normal boot would look like.
(apache_1.3.35/mod_perl-1.29/mod_ssl-2.8.26-1.3.35)
Thanks,
Chris
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=k&kid0709&bid&3057&dat1642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users