Displaying 1 result from an estimated 1 matches for "upload_progress_modul".
Did you mean:
upload_progress_module
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
...I am always getting a 404
routing error:
ActionController::RoutingError (No route matches "/progress"):
I have a feeling that it''s something centered around my apache
configurations but everything seems to check out.
in my httpd.conf I have these relative configs:
LoadModule upload_progress_module libexec/apache2/mod_upload_progress.so
Include /private/etc/apache2/other/*.conf
Include /private/etc/apache2/passenger_pane_vhosts/*.conf
in my passenger_pane_vhosts/file_upload_progress1.local.vhost.conf I have
this virtual host set up:
[code]
<VirtualHost *:80>
ServerName file_uplo...