Displaying 7 results from an estimated 7 matches for "jdz99".
2006 Sep 11
7
Safari Browser problems
I can browse a site I developed/deployed to Apache 2.2.3/Mongrel from PC/s
with Firefox/Explorer.
I can''t browse from Mac Safari?
I checked these setting and it still doesn''t work...
http://docs.info.apple.com/article.html?artnum=151263
I don''t know Mac''s, what esle could this be?
Jim
2007 Jan 03
12
Frustrating Error
I am followint this article,
http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/
...but I keep getting this error in the log...not sure what to try next...
** Daemonized, any open files are closed. Look at log/mongrel.8000.pid and
log/mongrel.log for info.
** Starting Mongrel listening at 127.0.0.1:8000
2007 Jan 20
2
startup script at bootup
How I can start mongrel apache in the order it must be started after a
re-boot automatically?
I am using "mongrel_rails cluster::start" in a script after a login...like
this...
cd /home/sa/workspace/studio
mongrel_rails cluster::start
/usr/local/apache2/bin/apachectl start
Thanks,
Jim
_________________________________________________________________
Type your favorite song.? Get a
2006 Dec 21
4
my apache 2.2 conf
I just finished updating our internal site, which hosts multiple Rails
apps, to Apache 2.2.3. It also has a TWiki rewritten into the root,
ViewVC mounted on /cvs, and /server-status and /server-info.
<VirtualHost *:80>
ServerName int.example.com
ServerAlias int
CustomLog /var/www/logs/int.example.com/access.log combined
ErrorLog /var/www/logs/int.example.com/error.log
[...]
2006 Dec 27
6
file upload
I ma trying to get this upload working,
http://mongrel.rubyforge.org/docs/upload_progress.html,
....after starting from the command line,
mongrel_rails start -d -p 3001 -S config/mongrel_upload_progress.conf
I get this eror in the browser,
NameError
uninitialized constant UploadProgressRailsController
RAILS_ROOT: /usr/opt/tomcat/workspace/upload/config/..
Application Trace | Framework Trace
2007 Jan 09
3
Browser or Server error?
I can view a website from Windows w / Mozilla or IE, but from an Apple using
Safari I get
this error in the log and can''t view the site,
Java and JavaScript are enable in the Safari Browser...I am using Mongrel w/
Apache
(I''m not sure if I need to configure something on the server)
Processing Base#index (for 26.19.21.70 at 2007-01-09 17:13:37) [GET]
Session ID:
2006 Aug 29
4
Mongrel browse problem
I wanted to show a Rails site to someone so I set up Mongrel and it ran
fine,
This is my mongrel_cluster.yml,
port: ?80"
environment: production
pid_file: log/mongrel.pid
servers: 4
Now, after going back to Apache/Tomcat I can''t get the Mongrel site up and
running again...?
Any suggestions?
(When I run Mongrel, I stop Apache first)
Jim