ya lo arregle, me toco ponerle esto al httpd.conf (que anteriormente estaba vacio y no generaba problema)
Código:
ServerName localhost
DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
</Directory>
quien sabe por que vino a molestar ahora.
PD. en Debian y en Ubuntu el archivo de configuracion de apache no es httpd.conf sino apache2.conf