Home Page   #javascript  #perl  #c  #openmoko  #php  #ruby-lang  #apache  #cisco  #java  #mysql   Wallpapers Girl
Reliable $1 Web Hosting by 3iX

Channels


#apache

03 January 2008


Total 4 pages. You are browsing page 1/4.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last

--- Log opened Thu Jan 03 00:00:09 2008
00:02 <****> redirect
00:02 <****> redirect is http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirect or http://httpd.apache.org/docs/mod/mod_alias.html#redirect or see 'Redirect Context'
00:04 <****> ds (apache document search) is only for people with the silly hats :(
00:04 <****> Sorry, no matches for "%28apache%20document%20search%29%20is%20only%20for%20people%20with%20the%20silly%20hats%20%3A%28".
00:04 <****> :)
00:04 <****> slly bot
00:05 <****> one of these days I'll fix that encoding
00:05 <****> ds fajita
00:05 <****> Sorry, no matches for "fajita".
00:09 <****> apache 2.2.6 fails to start with the error [Wed Jan 02 15:57:14 2008] [crit] (38)Function not implemented: mod_rewrite: could not create rewrite_log_lock
00:10 <****> apache 2.0.58 worked fine before that
00:10 <****> do you need rewrite? or else you could always remove it..
00:10 <****> yep i do
00:11 <****> actually.. i think the kernel upgrade may be responsible
00:11 <****> i see in the log it actually started once before i rebooted into the new kernel
00:11 <****> Whats the upgrade like to go from pre-beta to beta?
00:11 <****> Wrong channel
00:11 <****> You've asked something which isn't Apache-related. Perhaps another channel would be better-suited? You need to go thataway. (*pointing in two opposite directions*)
00:12 <****> i'll try recompiling apache under this kernel and see if that makes a difference
00:12 <****> imbezol just googled it a bit ..http://www.linuxquestions.org/questions/linux-networking-3/apache-mod...-problems-176427/
00:12 <****> imbezol maybe this post can help
00:13 <****> imbezol (the post responses claims you should re-compile)
00:13 <****> i googled too and found: http://blog.eukhost.com/webhosting/mod_rewrite-could-not-create-rewrite_log_lock/
00:13 <****> brorr: yeah i've been googling for an hour.. most of the problems seem mandrake related
00:14 <****> definitely not out of space on the drive.. no quotas or anything causing issues, and no semaphores in the kernel
00:14 <****> came into that scenario as well :)
00:14 <****> and i just tried after recompiling and that didn't help
00:14 <****> maybe a recompile of apr will help
00:15 <****> imbezol: But do you need the rewrite log?
00:15 <****> no
00:15 <****> but i don't see any directive to use it in the config either
00:16 <****> ElDiabolo i dont think its directly the log issue.. but there again i could be wrong
00:16 <****> imbezol: Thats weird, since the error message talks about the rewrite log.
00:17 <****> 2.2.6 with 2.6.18-hardened kernel runs fine on another machine i just finished upgrading
00:17 <****> exact same apache config
00:23 <****> interesting is that on the kernel that works.. ipcs -s shows the semaphore arrays
00:23 <****> on the kernel that doesn't work.. it says "kernel not configured for semaphores"
00:24 <****> anyone know if that would affect apache's ability to function?
00:29 <****> Does this look right for redirecting old ASP pages to HTML pages instead, permanently, with mod_rewrite?
00:29 <****> RewriteRule (.*)\.asp$ \1\.html [R=permanent,NE]
00:34 <****> Doesnt seem to be working :-/
00:36 <****> imbezol: Depnds on what apr_global_mutex_create does. That what probably fails.
00:38 <****> can anyone tell me why i dont have a mod_access.so with my apache build? (gentoo system)
00:39 <****> Anyway, sleep is necessary. n8.
00:39 <****> imbezol: http://www.google.com/codesearch?hl=de&q=+rewrite_log_lock+show:mhrFuwj8nvs:GUE_KR_nxG8:8H4tJNOrUrI&sa=N&cd=2&ct=rc&cs_p=ftp://apache.mirrors.pair.com/httpd/httpd-2.2.4.tar.bz2&cs_f=httpd-2.2.4/modules/mappers/mod_rewrite.c#first
00:41 <****> Why would I need to put a leading "/" on the rewrite substitution?
00:43 <****> rewrite is nonsense in my opinion :-)
00:43 <****> I440r: what version?
00:43 <****> of apache?
00:43 <****> yeah
00:44 <****> with 2.2.6 you should see it in apache2-builtin-mods
00:46 <****> it is 2.2.6
00:46 <****> yay... apache starts now after recompiling the kernel with System V support :P
00:46 <****> the module itself does NOT exist
00:47 <****> its not in /lib/modules/apache2/
00:47 <****> I440r: and 'grep access' /etc/apache2/apache2-builtin-mods' shows nothing?
00:47 <****> er.. ''grep access /etc/apache2/apache2-builtin-mods'
00:47 <****> you get the idea
00:47 <****> in fact i have no /lib/modules/apache2/ dir
00:47 <****> nor do i
00:47 <****> /usr/lib/apache2
00:48 <****> oh yea. usr lib
00:48 <****> built in mods shows that module
00:48 <****> i don't see a module for it in there but it's defined as shared so i think it's included in something else
00:48 <****> i have /usr/lib/apache2/modules/*
00:48 <****> but its looking for modules in /usr/lib/apache2/*
00:49 <****> but even so
00:49 <****> i have no mod_access.so
00:49 <****> nor do i but it works
00:49 <****> it doesnt work here
00:50 <****> syntax error on line 243 of /etc/apache2/httpd.conf cannot load /usr/lib/apache2/modules/mod_Access.so
00:50 <****> did you read the comments on the top of apache2-builtin-mods?
00:51 <****> i was looking at two different systems.. one has no access, and no module in /usr/lib/apache2/modules/
00:51 <****> the other does have access, and also has /usr/lib/apache2/modules/mod_access.so
00:51 <****> so it looks like you may have to adjust that file and recompile
00:52 <****> How do I know which MPM mode I am running?
00:52 <****> i commented out the load module line
00:52 <****> if its a built in module my httpd.conf doesnt need to load it
00:54 <****> erm ok im confused.... maybe im just bypassing the error then
00:54 <****> ill have to figure it out lol
00:54 <****> later... gotta emerge svn now. but why apache is broken on initial emerge is beyond me
01:06 <****> whats difference between SATA and SATA2? are there lots of performance gain incrase in sata2?
01:28 * gikid watches the load average NOT shoot up when he's using lighttpd
01:29 <****> goO0d!
01:34 <****> Bonjour.
01:34 <****> fajita, xhtml?
01:34 <****> xhtml is considered harmful anyways.XML, so why not"http://www.hixie.ch/advocacy/xhtml
01:38 <****> I remember apache having a limited number of clients...
01:38 <****> ike 250 or so how do I increase?
01:38 <****> MrRoland MaxClients?
01:38 <****> fajita, tell roland about mpms
01:39 <****> yes
01:39 <****> yes fajita tell me
01:39 <****> mpm
01:39 <****> mpm is http://httpd.apache.org/docs/2.2/mpm.html or Multi-Processing Modules
01:39 <****> :)
01:39 <****> no, apache 2.0
01:39 <****> :P
01:40 <****> I think you know how to change the URL :P


Total 4 pages. You are browsing page 1/4.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last


Tutti i nuovi CAP Italiani. Come ottenere il database completo