similar to: Lighttpd aliased does not render css or images - please help!

Displaying 20 results from an estimated 400 matches similar to: "Lighttpd aliased does not render css or images - please help!"

2006 Feb 05
0
[GLOBALIZE] Trouble getting example on wiki working
Hi, I decided to integrate globalize into my app yesterday but I''ve run into trouble. I originally decided to try a db translation on one of my models so I followed the wiki example and modified where appropriate. When I tried to create an empty Album via the console I get the following error: http://www.rafb.net/paste/results/opZ13I27.html I tried to investigate and from what I
2008 Jun 16
5
Re: ssh between DomUs in Xen3.2
Hi Waldirio: I tried telnet earlier from one DomU to another [root@localhost ~]# telnet 192.168.17.201 22 Trying 192.168.17.201... Connected to 192.168.17.201 (192.168.17.201). Escape character is ''^]''. and then it just hangs... So it looks like I can connect to the port from DomU to DomU. But from Dom0 to a DomU [root@gxn-wn2 ~]# telnet 192.168.17.201 22 Trying
2008 May 19
0
Samba Printer shares - add printer port winxp
hello list, thanks for the great piece of software :) now to my problem: i setup samba long time ago with Version 3.0.14a-Debian. Now i want to put my samba server into a fax gateway. i create a printcap entry like the following: fax:\ :lp=/dev/null:\ :sd=/var/spool/lpd/faxlp:\ :if=/usr/local/bin/sambafax:\ :sh:sf:mx#0: and add a referring entry stanza into smb.conf [fax]
2006 Jan 18
4
Ruby "htmlentities" replacement: code review please!
Hi Railers, For some time now I''ve been looking for a decent Rails equivalent of PHP''s "htmlentities" command, because ERB''s html_escape (or more commonly called as just "h", eg. <%=h @somevariable %> ) just doesn''t go far enough for me. Back in PHP land, I actually had an extended version of the htmlentities command to deal with
2006 Jan 12
4
has_one relationship problem
I was wondering if anyone could see the error in this littte application I have two models, User and Selection Selection is an extension of the User model so in the User model I have a has_one :selection and in Selection I have a belongs_to :user in my views, i cannot get @user.selection to work but @user works fine. http://www.rafb.net/paste/results/GSBt1e61.html Thanks, r.b
2006 Jan 12
2
file_column issue: file upload fails without error
environment: Locomotive + Rails 1.0 Max Lighttpd 1.4.8, FastCGI 2.4.0 Ruby 1.8.2 File_column version: 0.3.1 Path to file_column: /vendor/plugins/file-column/ symptom: Uploading a file using file_column fails; no file is uploaded and the "filename" column remains blank. No error messages are produced - a new record is created with blank filename. code and log here:
2006 Jan 26
3
Problems with simple scaffold code
Hi all, I had scaffold generate some code on a brand new app the trace is here: http://rafb.net/paste/results/H87GHC68.html Could you point me to what problem needs to be fixed please as i''ve been banging my head against this for some time now? The table is very simple and its called "user" with id, email, password fields. I''ve set pluralize_table_names to false
2005 Dec 17
1
lost in an ActiveRecord::StatementInvalid
I have an error I don''t know how to debug. I am adding the login suport in Depot (the example in the RoR book) and LoginController#add_user throws ActiveRecord::StatementInvalid in an innocent /login/add_user GET request. The trace goes down to a call to SQLiteAdapter#table_structure, and the source code suggests what''s happening is that "PRAGMA
2009 May 06
1
Exim And Dovecot SASL
Hi all, I have been trying to get this to work a couple of ways, please take a look at the links below.http://wiki.dovecot.org/HowTo/EximAndDovecotSASLhttp://rafb.net/p/ipHKjv10.htmlIt rejects every time but if I uncomment;auth_executable = /usr/lib/dovecot/dovecot-auth then thunderbird will ask me for a password but does not agree with me on it.I have dovecot set up to use the unix usernames and
2009 Feb 25
4
[Bug 20309] New: Nouveau problem with setting screen resolution on a monitor connected to VGA output on Geforce 7050
http://bugs.freedesktop.org/show_bug.cgi?id=20309 Summary: Nouveau problem with setting screen resolution on a monitor connected to VGA output on Geforce 7050 Product: xorg Version: 7.4 Platform: Other URL: http://rafb.net/p/prrKfp36.html OS/Version: All Status: NEW Severity: normal
2009 Feb 28
2
rgl persp3d bounding box color problem.
Hi guys, I hit on a problem when I use rgl. Could you try to run the code here in this link and see why the first persp3d gives a red bounding box and the second shows black? http://rafb.net/p/g1i7ur33.html (sorry for not pasting the code here directly but my previous email got filtered by this list so I suspect my code looks like spam to the spam filter) I'm expecting black color to be
2006 Jun 21
2
Using RJS to highlight one LI if using insert_html on an UL?
It seems common to use RJS for quickly adding and highlighting a list that is having content added to it like this: http://rafb.net/paste/results/Z3m32g48.html ... where "my_list" would be an UL and the partial would insert a LI. Given that example, is there an easy way to highlight only the newly inserted LI instead of the whole UL? The only way I can see to do it is to give
2006 Aug 11
5
problem: rails and mysql
hi, i''ve a problem, i''ve updated from rails 1.1.4 to the 1.1.6 and from mysql 5.0.22 to mysql 5.0.24. i tryed to start the rail''s server, all ok.... http://localhost:3000... some pages are ok, but some of them have a problem (here a paste of the problem: http://rafb.net/paste/results/0s29O649.html )...so, i removed the 1.1.6 e installed the 1.1.4,
2006 Jun 07
0
Adding ''author'' functionality to UserEngine / RBAC roles
I''m trying to add / extend the default UserEngine schema (Guest/User/Admin) to support author only Update/Delete functions. At the moment, I allow ''Guest'' to read/view all records, and User additionaly has access to create/edit/destroy, however this means that any registered user is able to modify any record. My first thought was to add another filter in the chain
2006 Apr 06
2
Problem with select helpers
Hi guys, Im doing a todo list in wich every todo item belongs to a category so at the time of create i want a select dropdown to let me choose the category for the new todo item. I have two models, todo and category(wich contains a name field), all goes fine the problem is that i cant fill the select with the names in the category table, here are the code im using, i tried many ways to make
2006 Mar 14
3
Lighttpd stops after serving 2 requests.
I made a clean install of my system yesterday, and installed ROR and related items using the script from nubyonrails. Now whenever I start the server, it stops after a couple requests. If I force it to start using webbrick, it works OK. I even created a fresh rails app to test it and I continue to get the same problem, so the problem is definitely not in the code. Does anyone know what the
2007 Dec 10
0
IRC Chat Room
Hello All, I don''t know about many on here, but I personally like to talk in Real Time format, when discussing things about wxRuby, therefore I''ve started the room #wxRuby on irc.freenode.net, since this is where the official Ruby-Lang chat room is. If your looking for help, or support, feel free to drop by. Also, keep in mind, of the following rules: 1.) Be nice to others,
2005 Jul 09
0
ActiveRecord JSON Objects
Someone asked me in IRC if javascript can access ActiveRecord properties. At first, this seemed like a silly request. But then I remember JSON and thought, why can''t you? I implemented a quick ActiveRecord -> JSON converter using the ruby-json gem. http://rafb.net/paste/results/Yixi5I21.html One problem was that I have to call .to_s to convert everything to a format for JSON.
2005 Dec 17
0
Forcing a POST
I seem to be going nutz with this link_to syntax can someone tell me if this is right?....... http://rafb.net/paste/results/8ZH03i40.html for forcing a POST
2008 Jan 27
0
Using acts_as_list, acts_as_tree, and STI in one model
Check it out y''all: http://rafb.net/p/NJg5U147.html (pastie was down) I''m trying to make a tree which belongs_to another model, where you can have sections or items as children, and sections can have sections or items as well. Moreover, any siblings should be sortable. For instance: Root - Section 1 - - Item A - - Item B - Item C - Section 2 - - Item D - - Section 3 - - - Item