Displaying 2 results from an estimated 2 matches for "railsallowmodrewrit".
Did you mean:
railsallowmodrewrite
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
...in my passenger_pane_vhosts/file_upload_progress1.local.vhost.conf I have
this virtual host set up:
[code]
<VirtualHost *:80>
ServerName file_upload_progress1.local
DocumentRoot
"/Library/WebServer/Documents/ROR_tests/file_upload_progress1/public"
RailsEnv development
#RailsAllowModRewrite off
<directory
"/Library/WebServer/Documents/ROR_tests/file_upload_progress1/public">
Order allow,deny
Allow from all
# AllowOverride all
</directory>
# needed for tracking upload progess
<Location />
# enable tracking uplo...
2009 Jun 05
17
passenger on localhost
I installed passenger at home. How should I configure apache to make it
usable?
This was my last guess:
<VirtualHost localhost:3121>
ServerName 127.0.0.1
DocumentRoot /var/www/html/docsearch/public
</VirtualHost>
This gets by "apachectl start" without complaint, but I really haven''t a
clue what I''m doing ;)
Do I need to access it via a different