Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5747 | major | always | 06-09-14 04:58 | 11-11-14 11:08 | |
|
|||||
Reporter: | vicsanca | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.40 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.42 | ||
|
|||||
Summary: | 0005747: mod_caucho breaks rotatelog on apache | ||||
Description: | Using rotatelogs and resin breaks rotatelogs with segmentation fault | ||||
Steps To Reproduce: | |||||
Additional Information: |
Installing Resin 4.0.x on Centos 6.5 x64 with Apache service iptables stop chkconfig iptables off yum update yum install gcc httpd httpd-devel openssl-devel wget java-1.6.0-openjdk-devel wget http://www.caucho.com/download/resin-4.0.40.tar.gz [^] tar xvfz resin-4.0.40.tar.gz mv resin-4.0.40 /usr/resin cd /usr/resin ./configure --with-apache=/usr/sbin --with-apxs=/usr/sbin/apxs --with-apache-libexec=/usr/lib64/httpd/modules --with-apache-include=/usr/include/httpd --enable-64bit --prefix=/usr/resin make make install chkconfig resin on chkconfig httpd on service resin start service httpd start vi /etc/httpd/conf/httpd.conf Check Resin is working accessing http://[your_ip]/caucho-status [^] Locate CustomLog logs/access_log combined Change it by CustomLog "|rotatelogs /var/log/httpd/access_log 86400" common You get this error: [Mon Jun 09 11:55:52 2014] [notice] child pid 5211 exit signal Segmentation fault (11) piped log program 'rotatelogs /var/log/httpd/access_log 86400' failed unexpectedly rotatelogs works fine if resin module is not included. |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|