You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nikola Lecic <ni...@serbianunity.net> on 2003/04/03 17:13:00 UTC

[users@httpd] .htaccess and segmentation fault problem after upgrading from 1.3 to 2.0

(RH 8.0, Apache 2.0.40)

Hello all,

I upgraded my Apache to 2.0.40.

My simple .htaccess:

AuthUserFile <path>.htpasswd
AuthName ...
AuthType Basic
<Limit GET>
require user ...
</Limit>
<Files .*>
    Order allow,deny
    Deny from all
</Files>

doesn't work any more. What's more, it generates a 

[notice] child pid ... exit signal Segmentation fault (11) 

every time I try to open that protected page. That error is obviously 
generated by lot of different causes because it is sometimes generated 
3-4 times per second! Some days I have 

All these things worked without any problem using Apache 1.3 What should 
be wrong?

Thanks in advance,

Nikola


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org