[Isis-users] configuraciones de archivos PHP/Apache
Cynthia Gamarra
cyntgamarra at gmail.com
Mon Jul 15 22:55:22 CEST 2013
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 en 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 en 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
------------ pr?xima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20130715/70fb9d4e/attachment.html>
More information about the isis-users
mailing list