diglopes
(usa Ubuntu)
Enviado em 02/03/2015 - 15:10h
Loaded Modules:
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authnz_external_module (shared)
authnz_ldap_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_svn_module (shared)
authz_user_module (shared)
autoindex_module (shared)
dav_module (shared)
dav_svn_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
ldap_module (shared)
mime_module (shared)
mpm_prefork_module (shared)
negotiation_module (shared)
php5_module (shared)
setenvif_module (shared)
status_module (shared)
Efetuei a alteração que você disse no vhosts e ficou assim:
<VirtualHost *:81>
ServerName svnadmin
DocumentRoot /var/www/svnadmin
DirectoryIndex index.php
<Directory /var/www/svnadmin>
AllowOverride all
Options Multiviews
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Restarei o apache (sem erros) e estranho ao digitar a url: 192.168.1.30:81/svnadmin o browser nao responde nenhum erro nem abre a aplicação