|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Strange segfaults in apacheHi,
I am running midgard on CentOS 4.2 (httpd-2.0.52, php-4.3.9). I built the rpm packages from the SRPMS and installed them. Midgard runs fine but if I call something which is NOT served through midgard (i.e. phpMyAdmin) something goes wrong. It seems like the apache-process (on some requests) is being killed and the requested file isn't served. In the apache-log I then can find the following entry: [Mon Dec 12 10:31:37 2005] [notice] child pid 32744 exit signal Segmentation fault (11) Thanks in advance Gernot --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@... For additional commands, e-mail: user-help@... |
|
|
Re: Strange segfaults in apache"Brandl, Gernot" <gb@...> wrote:
> Hi, > I am running midgard on CentOS 4.2 (httpd-2.0.52, php-4.3.9). I built > the rpm packages from the SRPMS and installed them. Midgard version? > Midgard runs fine but if I call something which is NOT served through > midgard (i.e. phpMyAdmin) something goes wrong. It seems like the > apache-process (on some requests) is being killed and the requested file > isn't served. Some special Apache directives in configuration? phpMyAdmin is subdirectory ( or even linked one ) under Midgard DocumentRoot? Or do you set some alias or something similiar in apache configuration? > In the apache-log I then can find the following entry: > [Mon Dec 12 10:31:37 2005] [notice] child pid 32744 exit signal > Segmentation fault (11) Segfaults are never good thing. "Fortunatelly" this happens at request end :/ Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@... For additional commands, e-mail: user-help@... |
|
|
|
|
|
Re: Strange segfaults in apache"Brandl, Gernot" <gb@...> wrote:
> > Midgard version? > 1.7.3 > > > Some special Apache directives in configuration? > > phpMyAdmin is subdirectory ( or even linked one ) under Midgard > DocumentRoot? > Or do you set some alias or something similiar in apache configuration? > > /etc/httpd/conf.d/phpmyadmin.conf: > Alias /phpmyadmin /var/www/html/phpmyadmin OK, I think it's general midgard-apache module problem. ln -s /var/www/html/phpmyadmin /midgard/documentroot/phpmyadmin This should do the trick. Not best , but not resolvable other way today. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@... For additional commands, e-mail: user-help@... |
|
|
|
| Free Forum Powered by Nabble | Forum Help |