Displaying 12 results from an estimated 12 matches for "usecanonicalnam".
Did you mean:
usecanonicalname
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 Jul 21
3
ROR - Apache - FastCGI / Can''t see stylesheets or javascript
...alHost *:80>
ServerAdmin nobody@nobody.com
ServerName www.spro.com
ServerSignature On
DocumentRoot /srv/www/vhosts/www.spro.com/public/
ErrorLog /log/www.spro.com-error_log
CustomLog /log/www.spro-access_log combined
HostnameLookups Off
UseCanonicalName Off
<IfModule mod_fastcgi.c>
FastCgiServer \
/srv/www/vhosts/www.spro.com/public/dispatch.fcgi \
-initial-env RAILS_ENV=development -processes 10 \
-idle-timeout 120
</IfModule>
<IfModule mod_userdir.c>
UserDir public_h...
2007 Sep 08
8
SVN and Rails problem
...s a snip from my
httpd.conf relating to the domain:
---HTTPD.CONF---------------------------
<VirtualHost 75.126.60.178:80>
ServerName fapbox.com
ServerAlias www.fapbox.com
DocumentRoot /home/fapbox/current/public
ServerAdmin admin-oXF/OrpwZ1rQT0dZR+AlfA@public.gmane.org
UseCanonicalName Off
CustomLog /usr/local/apache/domlogs/fapbox.com combined
CustomLog /usr/local/apache/domlogs/fapbox.com-bytes_log "%{%s}t %I
.\n%{%s}t %O ."
<IfModule !mod_disable_suexec.c>
SuexecUserGroup fapbox fapbox
</IfModule>
ScriptAlias /cgi-bin/ /home/f...
2015 May 07
2
Apache 2.2 itk - 404 not found
...ache.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule version_module modules/mod_version.so
Include conf.d/*.conf
User apache
Group apache
ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca
ServerName localhost:80
UseCanonicalName Off
DocumentRoot "/var/www/html"
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny...
2006 Jul 23
9
Kubuntu, Apache 2.2, Mongrel, Mongrel Cluster
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: new_notes
Type: application/octet-stream
Size: 5801 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060723/34e20e45/new_notes.obj
2015 May 07
3
Apache 2.2 itk - 404 not found
...gt; LoadModule cgi_module modules/mod_cgi.so
>> LoadModule version_module modules/mod_version.so
>> Include conf.d/*.conf
>> User apache
>> Group apache
>> ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca
>> ServerName localhost:80
>> UseCanonicalName Off
>> DocumentRoot "/var/www/html"
>> <Directory />
>> Options FollowSymLinks
>> AllowOverride None
>> </Directory>
>> <Directory "/var/www/html">
>> Options Indexes FollowSy...
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...ame and port that the server uses to identify
itself.
# This can often be determined automatically, but we recommend you
specify
# it explicitly to prevent problems during startup.
#
# If this is not set to valid DNS name for your host, server-generated
# redirections will not work. See also the UseCanonicalName directive.
#
# If your host doesn''t have a registered DNS name, enter its IP address
here.
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
#
#ServerName www.example.com:80
#
# UseCanonicalName: Determines how Apache construct...
2015 May 07
0
Apache 2.2 itk - 404 not found
...e_module modules/mod_disk_cache.so
> LoadModule cgi_module modules/mod_cgi.so
> LoadModule version_module modules/mod_version.so
> Include conf.d/*.conf
> User apache
> Group apache
> ServerAdmin xxxxxxxxxxx at xxxxxxxxx.ca
> ServerName localhost:80
> UseCanonicalName Off
> DocumentRoot "/var/www/html"
> <Directory />
> Options FollowSymLinks
> AllowOverride None
> </Directory>
> <Directory "/var/www/html">
> Options Indexes FollowSymLinks
> AllowOverride A...
2006 Jun 04
4
eRuby & Rails: Not Compatible
...v/www/htdocs/bget.org/www
ServerName www.bget.org
ServerAlias bget.org *.bget.org
ErrorLog /var/log/apache2/error_log
CustomLog /var/log/apache2/access_log common
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.php index.cfm
</IfModule>
UseCanonicalName Off
HostnameLookups Off
ServerSignature On
<Directory /srv/www/htdocs/bget.org/www>
Options FollowSymLinks ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
# If the ruby module is installed, this will be enabled.
&l...
2006 Jan 05
2
Apache issue
...name and port that the server uses to identify
itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If this is not set to valid DNS name for your host, server-generated
# redirections will not work. See also the UseCanonicalName directive.
#
# If your host doesn't have a registered DNS name, enter its IP address
here.
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
#
#ServerName new.host.name:80
#
# UseCanonicalName: Determines how Apache constructs self-...
2006 Sep 19
9
RoR with apache2 on SuSE
Hi,
I have an application completed that was built with RoR on windows. So
this of course was tested with the webbrick server. I now want to put
the project on our apache web server for production. I am having a very
hard time getting this accomplished. I followed some of the steps here
(because not all of them worked):
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*