| lestor | hey, where are all the Apache Indians? Gone for arrow-shooting practice? |
| moyix_ | is there any way to make authz_owner work for directory indexes generated by mod_autoindex? |
| dj-fu | [Mon Apr 30 14:24:31 2007] [error] (28): mod_security: Could not create modsec_auditlog_lock ;( what the hell is error 28 |
| CapriSkye | (28) |
| dj-fu | yeah and it means? |
| CapriSkye | ask fajita |
| fajita | fajita is at your service |
| dj-fu | fajita what is error 28 |
| fajita | i haven't a clue, dj-fu |
| dj-fu | great CapriSkye: any other ideas? |
| CapriSkye | i haven't a clue, dj-fu |
| dj-fu | ipcs | perl -ane '`ipcrm -s $F[1]` if $F[2] == "apache" and $F[1] =~ /\d+/ and $F[1] != 0' My system was out of semaphores ;[ is there anyway to have per-virtualhost SSL certificates? and will they work? |
| r2bit | yes they will |
| shadou | r2bit: care to detail how? do they have to have different Ip addresses |
| CapriSkye | yes ssl doesn't work with vhost having the same ip |
| dtaylo | Does nayone have information re: getting V2.2 to use perl DB_File or BerkeleyDB user authentication? I have tried lots of combinations, but cannnot make it work. Thanks, Dave |
| r2bit | ssl serts doesnt care about ip-s, its virtualhosts that matter, shadou |
| overclocker | hi, i get an "/usr/sbin/apache2ctl: line 78: 4872 Segmentation fault " ideas?, i'm trying to enable mod_auth_pgsql in apache 2.2 i get an "/usr/sbin/apache2ctl: line 78: 4872 Segmentation fault " ideas?, i'm trying to enable mod_auth_pgsql in apache 2.2 |
| thumbs | segfault |
| fajita | segfault happens when you run a program that is seriously buggy OR not binary-compatible with your system. If apache segfaults, build it from clean source. or get a coredump/traceback to find where it 's coming from or likely to come from third-party modules such as PHP |
| thumbs | overclocker: ^^ |
| treeshoo | hi, I am trying some .htaccess code to use multiple domains on one account to point to different subdirectories. The contents of htaccess I am using is : http://paste.uni.cc/14922 |
| thumbs | treeshoo: do you have access to the main config? |
| treeshoo | the additional domain is xp1.hopto.org , right now it works as in redirects to maindomain.com/test, what doesnt work is if I try xp1.hopto.org/dir goes to maindomain.com/dir instead of maindomain.com/test/dir I do not I can write .htaccess files though I was trying to follow http://forum.powweb.com/showthread.php?t=72128 |
| thumbs | sample url |
| fajita | Could you please give us a URL at which the behavior is demonstrated. This would help us troubleshoot the problem. |
| treeshoo | http://xp1.hopto.org/ |