Jump to content

Recommended Posts

Posted

in local pc, ruby file is ok  , but upload  all file to cgi-bin is not work

 

in ruby , have many subdir , like app,config, db... , but in here i put it all in the CGI-BIN .
NOW I redirect from \public_html \index.html to cgi-bin/app/views/users/index.html.erb

 

 

in the config\local\route file decide the home dir .
 

                     but now seem not defined

 

Posted

in local pc, ruby file is ok  , but upload  all file to cgi-bin and then is not work

 

in ruby , have many subdir , like app,config, db... is belong one project dir ,
but in here i put it all in the CGI-BIN  without the project dir .
NOW I redirect from \public_html \index.html to cgi-bin/app/views/users/index.html.erb

                 show 500 error code.

 

 

 
 
in the config\local\route file decide the home dir .
             but now seem not defined

................................................................................................

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@jess27.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

 

Posted

To be honest, very few people here know Ruby, so you may not get a response. Our other root admin Krydos might know why this doesn't work though, so I'll pass this on to him to look at.

Posted

i know it , seem i need to with cpanel - ruby on rails to  install it

 

but now i have one question , how i use my local ruby  , in helionet free host

 

may i  overwrite  the file in rail_apps

 

Posted

If you're trying to do ruby cgi then the files go in

 

/home/jess27/public_html/cgi-bin/

 

If you're trying to do ruby on rails then the files go in

 

/home/jess27/rails_apps/appname/

 

You may overwrite any files on your account that you want to. It's your account afterall.

  • 2 weeks later...
Posted

ok,when i have done those.

then could i  copy  all file from my ruby\appname to  /home/[username]/rails_apps/[appname]

Posted

now in  /home/jess27/rails_apps/todo,

            /home/jess27/rails_apps/todo1  ,how to delete it

 

i need do todo, again

 

seem some file can to rewrite from pc when ftp from pc

Guest
This topic is now closed to further replies.
×
×
  • Create New...