| zachinglis | I can't freeze to edge as I get a mongrel error about options |
| carter | appleswitch777: it looks like you're missing quite a bit there |
| cmo-0 | carter: because there is replicate |
| carter | cmo-0: ? |
| DannoHung | Hey carter, do you know how to make it so that the responds_to when using the iframe trick is js instead of html? |
| blarf | if you're running mongrel and apache on the same host you might as well just tell mongrel to listen on localhost and apache to proxy it to localhost |
| appleswitch777 | carter: missing? |
| carter | appleswitch777: well you never specified a documentroot which isn't going to kill ya lemme post up my mongrel vhosts |
| zachinglis | http://pastie.caboo.se/59097 updated |
| carter | it'll be a little different because i use mod_proxy_balancer |
| cmo-0 | for example i have the following showing in the log: Contract Load (0.000931) SELECT * FROM contracts WHERE (contracts.rentable_entity_id = 17870 AND (contracts.`status` = 0)) LIMIT 1 Contract Load (0.000877) SELECT * FROM contracts WHERE (contracts.rentable_entity_id = 17870 AND (contracts.`status` = 0)) LIMIT 1 Rendered rentable_entities/_unit (0.00574) the first in gray the second in white |
| carter | cmo-0: i'm not sure i've ever seen that before |
| zachinglis | *rewrote again |
| appleswitch777 | carter: that's fine, anything would be helpfull |
| cmo-0 | how can i post a screenshort |
| appleswitch777 | http://www.imgdumb.com/ ? |
| carter | cmo-0: you can upload files to pastie somehow ya you can appleswitch777: http://pastie.caboo.se/59098 so how that's working is any page that is static (include cached pages) is served up by apache otherwise its passed off to mongrel apache kicks mongrel's ass at serving up static files there's a lot of great information here: http://mongrel.rubyforge.org/docs/apache.html |
| appleswitch777 | I've been staring at that page for hours :P my config file is bacially their demos |
| carter | appleswitch777: so is mine :-) and i've had great success with that config file... i use it for all my mongrel sites |
| zachinglis | http://pastie.caboo.se/59097 & Anyone? |
| carter | zachinglis: checking it out... |
| zachinglis | Thanks. |
| carter | zachinglis: so you're having success freezing edge, just not running mongrel? |
| zachinglis | yes |