apache para multiples usuarios
Rodrigo Flores
rodrigo.flores en usm.cl
Mie Nov 24 16:09:42 CLST 2004
Junto con saludar, ponga la siguiente consulta sobre configuracion de
apache:
tengo varios usuarios en mi equipo que necesitan probar apache cada uno
con su directorio
/home/usuario1/html
dentro del directorio html dejan sus pruebas
el archivo httpd.conf modifique lo siguiente segun lo que menciona la
documentacion de apache
<IfModule mod_userdir.c>
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
# comento la linea siguiente
#UserDir disable
#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the "UserDir disable" line above, and uncomment
# the following line instead:
#
#
UserDir /home/*/public_html
UserDir disable root
</IfModule>
<Directory /home/*/public_html>
# AllowOverride FileInfo AuthConfig Limit
# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
# <Limit GET POST OPTIONS>
# Order allow,deny
# Allow from all
# </Limit>
# <LimitExcept GET POST OPTIONS>
# Order deny,allow
# Deny from all
# </LimitExcept>
AllowOverride All
Options MultiViews -Indexes Includes FollowSymLinks
<IfModule mod_access.c>
Order allow,deny
Allow from all
</ifmodule>
</Directory>
el problema que cuando pongo la direccion en el navegador este me
responde :
Forbidden
You don't have permission to access /~rodrigo/index.html on this server.
le doy todo los permiso al archivo index.html
Atentamente
--
Rodrigo Flores <rodrigo.flores en usm.cl>
Universidad
Más información sobre la lista de distribución Linux