search for: web_user

Displaying 4 results from an estimated 4 matches for "web_user".

2004 Jan 28
1
rsync error using ssh : @ERROR: access denied to server.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}
...ical script contains: #!/bin/ash PATH=/usr/local/bin:/bin:/usr/bin ### Setting user USER=root echo Synchronizing Website #echo rsync --rsh=ssh \ --password-file=/root/.rsyncpwd \ --compress --recursive --times --perms --links --owner --group \ --include "web_order*" --include "web_user.*" --include "web_user_c*" --include "web_user_h*" \ --include "web_user_l*" --include "web_org*" --include "web_in*" --include "web_quote*" \ --include "quick_connect.*" \ --exclude "*" \ 10.1.2.190::website /...
2008 Mar 27
0
handling post-remove URL / uninstall of application
...s" => nil, "fb_sig_api_key" => "<something>", "fb_sig_added" => nil, "fb_sig" => "something" } assert_nil WebUser.find_by_id( 1 ), "the web_user is still there, but should have been deleted" end 1) Error:test_post_remove (FacebookControllerTest):Facebooker::Session::ConfigurationMissing: Could not find configuration information for api vendor/plugins/ facebooker/lib/facebooker/session.rb:437:in `report_inability_to_f...
2006 Mar 22
8
Premature end of script headers: dispatch.cgi
Hi I am running ruby 1.8.4 and rails 1.0.0 with Apache 2. I made a simple rails application called demo and also created a controller called say and an action called hello which is working fine using webrick. To run it under Apache I created a symlink demo1 which is linked to the demo/public directory. If I run it using www.example.com/demo1 then I get the "Rails- Welcome Aboard"
2006 Apr 12
13
Public Directory not accessible
Been trying to deploy my rails app on Redhat ES3, Apache2, FastCGI with Plesk all day. Fun stuff. Basically, the issue that I can not solve has to do with access to /public. None of my images, javascripts, etc. are working in the app. Trying to access any of these results in a 404 (or routing error if in developer mode). Oddly, the 404 file it displays is -- you guessed it -- in fact *in*