Displaying 20 results from an estimated 2000 matches similar to: "Ruby with apache ActionController::RoutingError (No route matches "/"):"
2009 Jul 20
1
CSS issue when using SubUri and Passenger
I am testing another application in local
in my environment.rb I wrote
config.action_controller.relative_url_root = "/elnino"
config.action_controller.asset_host = "http://opticoaching.local"
I defined correctly the vhost (I have already odne it for another app
which is running well...)
<VirtualHost *:80>
ServerName opticoaching.local
DocumentRoot
2010 Apr 24
5
About your application's environment URL not found
Hi
I am a newbie (which you probably guessed from the subject) and have
just installed ruby 1.8.7, rails 2.3.5 and apache 2.2.12 on ubuntu 9.10.
I have created a rails app and edited my apache config as shown below.
The Rails "Welcome aboard" page displays, but when I click on "About
your application''s environment" I get
"Not Found
The requested URL
2011 Feb 01
10
SSL problems with RoR, MySQL and Apace
Hello All -
This is my first post into this forum and somewhat of a newb
to RoR so I''m hoping someone can help. I currently have a RoR app that
runs on Ubuntu with Apache and Mysql. There are two issues I''m having
and they are causing me to bang my head against the wall.
First one is RAILS_ENV: If I run ruby script/console it says that my
environment is development
2016 Dec 27
2
Help with httpd userdir recovery
I lost my harddrive on my little personal webserver that only serves
some private files from my userdir.
So I am trying to build this from notes on a new Centos7.3 installation
(well really Centos7.3-arm, but supposedly same sources).
Right now the server is running on a test subnet, not the production,
but I have set up the hostname and my standard httpd edits. I have
enabled userdir and
2006 Apr 13
4
apache permission problems
Well i finally got CentOS 4.3 booting, apache is installed, and im
trying to setup some virutal hosts, i want the main site to be my
default virtual host (which i had on my gentoo server) but i keep
getting permission denied errors:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to
use an ErrorDocument to
2012 May 27
2
Setting Up A Rails App With Passenger
Been trying to get Passenger installed and setup to run a rails app.
Everytime I goto eaa.mysite.com in Firefox the web browser goes out to
the Internet instead of serving up the website. Why does this occur?
Below is part of the configuration for apache2.conf:
=======================================================
# Setup a virtual host for the rails apps to run in.
<VirtualHost *:80>
2014 Jan 22
0
passenger apache2 setup with ipaddress
Hi,
Good evening!
Is that possible to point like below
<VirtualHost *:80>
ServerName *xxx.xxx.xx.x/mysite * #server ip address
DocumentRoot /path/to/projects/public
RailsEnv development
<Directory /path/to/projects/public>
AllowOverride all
Options -MultiViews
</Directory>
</VirtualHost>
and Can I access *xxx.xxx.xx.x/mysite *in my browser? I tries
2006 Jul 28
0
Apache/Mongrel Deployment Errors
I am having issues with setting up my apache/mongrel cluster.
I am using FC5, and i currently have 3 mongrels running on port
8000,8001, 8002. I am just testing my apache/mongrel deployment on my
development machine and not online. I have apache 2.2.2, and my
httpd.conf is pretty much the exact default after i yum installed apache
2.2.2. in my /etc/httdp/conf.d , i have myapp.conf, which
2016 Dec 27
0
Help with httpd userdir recovery
On 12/27/2016 11:02 PM, Robert Moskowitz wrote:
>
>
> On 12/27/2016 02:58 PM, Leonard den Ottolander wrote:
>> Hello Robert,
>>
>> On Tue, 2016-12-27 at 12:43 -0500, Robert Moskowitz wrote:
>>> My understanding (most likely flawed) is that Indexes are needed to see
>>> the list of files in mydir,
>> Correct.
>>
>>> and to be able
2016 Dec 27
2
Help with httpd userdir recovery
On 12/27/2016 05:44 PM, John Fawcett wrote:
> On 12/27/2016 11:02 PM, Robert Moskowitz wrote:
>>
>> On 12/27/2016 02:58 PM, Leonard den Ottolander wrote:
>>> Hello Robert,
>>>
>>> On Tue, 2016-12-27 at 12:43 -0500, Robert Moskowitz wrote:
>>>> My understanding (most likely flawed) is that Indexes are needed to see
>>>> the list of
2011 Nov 26
1
ActionController::RoutingError (No route matches [GET] "/image.jpg"):
I am using rails 3.1.3.
Inside config/ application -> config.assets.enabled = true
Inside development.rb -> config.assets.compress = false
Inside production.rb -> config.serve_static_assets = false;
config.assets.compile = false
I have images placed in assets/images. If i do localhost:3000/assets/
image I get the image in the browser, but
unfortunately, on the browser i am
2006 Jan 05
2
Apache issue
I know it is a configuration error. But i cannot figure it out. The
server was working fine until a couple of days ago. it is now throwing:
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use
an ErrorDocument to handle the request.
Apache/2.0.52 (CentOS) Server at BabyHydra.localdomain Port 80
Nothing
2009 Jul 31
2
ActionController::RoutingError (No route matches "/say/hello" with {:method=>:get}):
Hello:
I have found a whole lot of posts on this, however, none of them offer
any sort of solution other than restarting the web server, which I
can''t imagine everyone out there developing on Rails is doing.
I am on page 40 of Agile Development with Rails 3rd edition and trying
to get the missing template error to show but until I restart webrick
I only get the following:
Processing
2016 Dec 27
2
Help with httpd userdir recovery
On 12/27/2016 02:58 PM, Leonard den Ottolander wrote:
> Hello Robert,
>
> On Tue, 2016-12-27 at 12:43 -0500, Robert Moskowitz wrote:
>> My understanding (most likely flawed) is that Indexes are needed to see
>> the list of files in mydir,
> Correct.
>
>> and to be able to walk down to subdir.
> Incorrect. The index is a convenience. Without it directories with
2011 Oct 10
0
passenger , ruby on rails , apache 2.2.21
Hello,
I am configuring apache 2.2 to serve my rails app through passenger.
First, I redirect all http traffic to https with the following:
This is my web server apache conf file.
ServerName sampleapp
NameVirtualHost *:80
<VirtualHost *:80>
Options FollowSymLinks
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
2015 Sep 25
5
httpd userdir problem
I'm running httpd-2.4.6-31.el7.centos.1.x86_64
under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
I cannot get the httpd userdir facility working;
when I try to access localhost/Menloe I get the message
"You don't have permission to access /Menloe on this server."
I see in /var/log/httpd/error_log
"Symbolic link not allowed or link target not accessible:
2010 Oct 07
5
ActionController::RoutingError (No route matches "")
ActionController::RoutingError (No route matches "/atweet"):
Unsure on why routing to my view isn''t working. controller appears to be
functioning, however the view isn''t work, when I attempt to go to it,
this happens... sniff... sniff.... help???
I don''t get routes.rb in rails...
--
Posted via http://www.ruby-forum.com/.
--
You received this message
2015 Sep 28
0
httpd userdir problem
In article <mu3t01$c2l$1 at ger.gmane.org>,
Timothy Murphy <gayleard at eircom.net> wrote:
> I'm running httpd-2.4.6-31.el7.centos.1.x86_64
> under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
>
> I cannot get the httpd userdir facility working;
> when I try to access localhost/Menloe I get the message
> "You don't have permission to access /Menloe on
2006 Feb 14
2
httpd permissions question
I'm using yum-pull for creating a local yum repo. I have a non-root user
that runs the script and the files are stored in that user's home
directory. I'm trying to make that directory available with httpd. The
user owns all the files and subdirs and the rights on all the files is:
-rw-r--r--
I added this to the bottom of httpd.conf and restarted httpd.
Alias /repomirror
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
I am following this screencast
http://railsillustrated.com/screencast-file-uploads-progress-in-rails-passenger.html
as well as comparing this against all the other rails Apache Progress Module
progress bar examples and I can''t figure out why I am always getting a 404
routing error:
ActionController::RoutingError (No route matches "/progress"):
I have a feeling that