[Isis-users] configuraciones de archivos PHP/Apache
De Smet Egbert
egbert.desmet at ua.ac.be
Tue Jul 16 09:09:26 CEST 2013
hola,
su DocumentRoot está mala :
DocumentRoot /opt/ABCD/www/site
debería ser :
DocumentRoot /opt/ABCD/www/htdocs
y con la parte site/admin en su URL Apache va a entrar en la carpeta /opt/ABCD/www/htdocs/site/admin, lo que es correcto.
Egbert de Smet
Universiteit Antwerpen
________________________________________
From: isis-users-bounces at iccisis.org [isis-users-bounces at iccisis.org] on behalf of Cynthia Gamarra [cyntgamarra at gmail.com]
Sent: Monday, July 15, 2013 10:55 PM
To: isis-users at iccisis.org
Subject: Re: [Isis-users] configuraciones de archivos PHP/Apache
Hice las configuraciones correpondientes pero no sale. Cuando quiero consultar la pagina http://localhost:9090/site/admin me sale en pantalla esto:
http://imageshack.us/photo/my-images/13/6j1.png/
Configure los siguientes archivos
- En /etc/apache2/sites-available configure el ABCD con lo siguiente:
VirtualHost *:9090>
ServerAdmin webmaster at localhost
ServerName localhost
DocumentRoot /opt/ABCD/www/site
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /opt/ABCD/www/htdocs>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /opt/ABCD/www/cgi-bin/
<Directory "/opt/ABCD/www/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
Alias /bases/ "/var/opt/ABCD/uploads/"
<Directory "/var/opt/ABCD/uploads/">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Despues en /etc/apache2/sites-available, configure el archivo ports.conf con lo siguiente:
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default
# This is also true if you have upgraded from before 2.2.9-3 (i.e. from
# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
# README.Debian.gz
NameVirtualHost *:80
NameVirtualHost *:9090
Listen 80
Listen 9090
<IfModule mod_ssl.c>
# If you add NameVirtualHost *:443 here, you will also have to change
# the VirtualHost statement in /etc/apache2/sites-available/default-ssl
# to <VirtualHost *:443>
# Server Name Indication for SSL named virtual hosts is currently not
# supported by MSIE on Windows XP.
Listen 443
</IfModule>
<IfModule mod_gnutls.c>
Listen 443
</IfModule>
Espero con ansias sus respuestas
Muchas gracias
Cynthia Gamarra
El 8 de julio de 2013 19:08, Cynthia Gamarra <cyntgamarra at gmail.com<mailto:cyntgamarra at gmail.com>> escribió:
Hola,
Instale la version de Debian 32bits sobre el ubuntu que ya venia corriendo, mi pregunta es: qué archivos http://localhost:9090/vos de php/apache2 manipular exactamente para que pudiera funcionar?? Intente cargar la pagina http://localhost:9090/ y no funciona claramente. Lei el manual que adjuntaron pero no me resulto claro.
Espero su ayuda ya que me gustaria probar con ansías y ponerlo en marcha
Muchas gracias
Saludos
--
Cynthia Gamarra
--
Cynthia Gamarra
More information about the isis-users
mailing list