Current time: 05-24-2024, 12:41 PM Hello There, Guest! (LoginRegister)


Post Reply 
mod_auth + fcgid = segmentation fault
Author Message
Mr-Yellow Offline


Posts: 3
Joined: Jul 2010
Reputation: 0
Post: #1
mod_auth + fcgid = segmentation fault
Using the default ispcp apache configs for fcgid with the FCGIWrapper.

Code:
Include /etc/apache2/mods-available/fcgid_ispcp.conf
        <Directory /var/www/virtual/example.com/htdocs>
            FCGIWrapper /var/www/fcgi/example.com/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/example.com">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>

This works fine for the most part until a htaccess file is added to the path with mod_auth directives.

default-error.log
Code:
child pid 29119 exit signal Segmentation fault (11)

It would appear that mod_auth is changing the effective user or something. I imagined that FcgidAuthenticatorAuthoritative might help but this I believe was deprecated at Apache 2.2 and returns errors.

Have experimented with using mod_action instead of FCGIWrapper with no luck....

Any ideas?

-Ben
07-09-2010 06:11 PM
Find all posts by this user Quote this message in a reply
Mr-Yellow Offline


Posts: 3
Joined: Jul 2010
Reputation: 0
Post: #2
RE: mod_auth + fcgid = segmentation fault
Got that a little wrong.

mod_auth AuthenticatorAuthoritative is deprecated in Apache 2.2
FcgidAuthenticatorAuthoritative gives errors on apache restart.

How do I make mod_auth just control access without changing the permissions of the user on other modules?
07-10-2010 11:31 AM
Find all posts by this user Quote this message in a reply
Mr-Yellow Offline


Posts: 3
Joined: Jul 2010
Reputation: 0
Post: #3
RE: mod_auth + fcgid = segmentation fault
Was running up against mpm worker ThreadStackSize.
07-11-2010 09:34 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)