#apache
14 November 2007
Total 14 pages. You are browsing page 3/14.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
06:39 <****> its a script
06:40 <****> opps wrong channel
06:48 <****> i need some information on ajp used on mod_oc4j
06:49 <****> i get a msg_len 0 error when a SOAP request
06:50 <****> SOAP request of length greater than 20000 bytes is posted from Apache 2.x to OC4j
06:52 <****> fajita order
06:52 <****> order is http://httpd.apache.org/docs/2.0/mod/mod_access.html#order or http://httpd.apache.org/docs/1.3/mod/mod_access.html#order Also see: http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order
06:52 <****> fajita access control
06:52 <****> access control is more effective i think
06:53 <****> fajitha seen pradeep
06:53 <****> fajita seen pradeep
06:53 <****> I haven't seen 'pradeep', dtrace000
07:00 <****> quit
07:12 <****> koonie
07:14 <****> damn
07:14 <****> all these people in here and no one talks
07:14 <****> kinda boring
08:18 <****> Anyone use siege to load test?
08:25 <****> Hello
08:25 <****> que tal, idletask.
08:25 <****> Err, I don't speak Spanish :p
08:26 <****> hi there
08:26 <****> what's up, Tefnout.
08:26 <****> I have a question wrt ExpiresDefault
08:26 <****> you know... some apache problems ;-)... problem is probably me :)*
08:27 <****> does anyone know why this rule might not be working: RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_URI} !-d
08:27 <****> ExpiresDefault "modification" makes the URI resource expire only when it has been modified on the server side, right?
08:27 <****> Samus_Aran: why not just use RewriteCond %{REQUEST_FILENAME} !-d
08:27 <****> does that rule apply to all rewrites afterward, or just the one following it ?
08:28 <****> just the one following it
08:28 <****> it seems the second rule after it is being applied even though it is a real directory
08:28 <****> rewritecond
08:28 <****> rewritecond is http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritecond
08:28 <****> well that explains it then
08:28 <****> I just need to double up. *tries*
08:29 <****> jkitchen: thanks, that worked perfectly
08:30 <****> jkitchen: to your question, because someone else helped me write that rule a few years ago, and I haven't really looked at it since =p
08:30 <****> jkitchen: I will try using your shorter version
08:30 <****> ahh ok
08:30 <****> nah
08:30 <****> if yours works use it
08:30 <****> i thought you were going to ask why your rewritecond wasn't working :P
08:31 <****> got a question. How can i deny a location specifically for one virtualhost.. is it possible ?)
08:35 <****> So, what about my question wrt ExpiresDefault? :p
08:41 <****> Shalom everyone. Kind'a new with apache. Is there a way to make Apache create ~/public_html when I add a user to my F8 system ? If so, what's the directive in httpd.conf ?
08:41 <****> (by add a user i mean "useradd")
08:41 <****> Eliran_Itzhak_: that is up to the distro, actually, not Apache
08:41 <****> Eliran_Itzhak_: there is a skeleton directory, usually /etc/skel
08:42 <****> Erm, OK, so
08:42 <****> Eliran_Itzhak_: that has all files and directories that will be put into a new users directory
08:42 <****> What's the best ExpiresDefault setup to use for static content?
08:42 <****> I hesitate between "modification" and "now plus 4 hours"
08:42 <****> Samus_Aran, Oh, ok. I know about /etc/skel, but didn't know that's the way to do that.
08:43 <****> Eliran_Itzhak_: most distros will have ~/public_html set up by default. try it and see if it is working. for new users it is up to /etc/skel or else the user creating the dir themselves
08:43 <****> idletask: I know nothing about ExpiresDefault, sorry. =)
08:44 <****> Samus_Aran, The default on my F8 is an empty /etc/skel
08:44 <****> and for my VirtualHost/Location question ?
08:44 <****> :)
08:44 <****> Tefnout: .htaccess in the actual directory
08:45 <****> yes ..? but i want a location denied while using a specific VH
08:45 <****> Tefnout: well, your vhosts don't use the same directories, do they?
08:45 <****> no
08:45 <****> Well there you are
08:46 <****> there is an Alias in a VH that is usable everywhere
08:47 <****> so N
08:47 <****> Uh, you lost me
08:48 <****> I think some pastebin of your conf file(s) would be useful
08:48 <****> hmm, finally it's true that my default vhost has a root containing other vhost's roots
08:48 <****> sorry
08:48 <****> But the alis is not defined in the default vh
08:49 <****> ow.. yes it is :)
08:50 <****> in fact i only want this location allowed using https
08:53 <****> http://pastebin.com/d15a3d08c
08:53 <****> here is a first VH
08:53 <****> congrats!
08:53 <****> yay. rah rah. you want a cookie?
08:53 <****> jkitchen: do you know why it isn't liking my new rule: RewriteCond %{REQUEST_FILENAME} != /images/banners/
08:56 <****> jkitchen: I am trying to allow directory access to only one dir, and the rest of them are rewritten invisibly as ?webpage=/path/here/
08:56 <****> jkitchen: the rewriting to ?webpage= works fine, but now that I want one real directory to get a listing, I can't seem to get it right
08:56 <****> I get the error: RewriteCond: bad flag delimiters
08:57 <****> qsa
08:57 <****> qsa is query string append or a flag for RewriteRule or see the RewriteRule Documentation http://rewrite.drbacchus.com/rewritewiki/Flags_2fQSA
08:57 <****> growltiger: if that was to me, the issue is with a RewriteCondition to ignore the rule (which is working fine)
08:58 <****> I looked at RewriteCondition, and it seems that != should be correct usage
08:58 <****> but I've never really used it before
08:58 <****> this part works fine: RewriteRule ^(.*)/+$ /index.php?page=/$1/ [QSAppend]
08:59 <****> I just want to ignore that rule when the user goes to /images/banners/, and show the directory listing
08:59 <****> I'm getting a weird error with apache trying to read files off a shared directory, "apache2: Syntax error on line 169 of /etc/apache2/httpd.conf: Could not open configuration file /cluster/conf/apache/cluster.conf: Not a directory"
09:00 <****> HarryR: it sounds like a file is being included called /cluster, when that directory doesn't exist ?
09:00 <****> oh no, it exists hangon i'm getting weird stuff happening
09:01 <****> "cat: cluster.conf: Not a directory"
09:01 <****> nevermind, ignore that problem
09:04 <****> it seems as soon as apache tries to check the config file, glusterfs borks that directory and I cant read it from anywhere
09:05 <****> does apache do anything weird lock-related stuff when reading config files?
09:06 <****> hi, could someone tell me where to place the ProxyTimeout variable in httpd.conf?
09:06 <****> i've rtfm repeatedly but it's still not taking effect when i restart apache
09:10 <****> fajita: ProxyTimeout
09:10 <****> ProxyTimeout is http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxytimeout
09:10 <****> dinzdale: do you use virtual hosts ?
09:11 <****> it says Context: server config, virtual host
Total 14 pages. You are browsing page 3/14.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
