Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2011, 19:11
Avatar de ApipeMc
ApipeMc
 
Fecha de Ingreso: septiembre-2010
Ubicación: Medellín, Antioquia, Colombia
Mensajes: 76
Antigüedad: 14 años, 3 meses
Puntos: 1
Respuesta: Problemas con Uploadify Http error 500

si esta es mi configuración del virtualhost
Código Apache:
Ver original
  1. <VirtualHost *:80>
  2.     DocumentRoot "/Home/Felipe/Dropbox/desarrollo"
  3.     ServerName .local
  4.     # This should be omitted in the production environment
  5.     SetEnv APPLICATION_ENV development
  6.     <Directory "/Home/Felipe/Dropbox/desarrollo">
  7.         Options Indexes MultiViews FollowSymLinks
  8.         AllowOverride All
  9.         Order allow,deny
  10.         Allow from all
  11.     </Directory>
  12. </VirtualHost>