[Isis-users] configuraciones de archivos PHP/Apache

Cynthia Gamarra cyntgamarra at gmail.com
Mon Jul 22 22:24:12 CEST 2013


Hola cambie la configuracion del archivo ABCD que se encuentra en
/etc/apache2/sites-available como:

<VirtualHost *:9090>
    ServerAdmin webmaster en localhost
    ServerName localhost

    DocumentRoot /opt/ABCD/www/htdocs/
    <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>



Pero cuando tengo que ingresar a los siguientes modulos:
*- http://localhost:9090/site/admin/*
- http://localhost:9090/site/php/index.php

necesito agregarle "htdocs" para que me pueda reconocer ( o sea
http://localhost:9090/htdocs/site/admin/  y
http://localhost:9090/htdocs/site/php/index.php ).

Obviamente al agregar "htdocs" a la ruta cuando quiero ingresar a la
administracion del /localhost:9090/site/ me dice que no lo encuentra, mas
especificamente me dice esto:
Not Found

The requested URL /site/php/xmlRoot.php was not found on this server.
------------------------------
Apache/2.2.17 (Ubuntu) Server at localhost Port 9090



Agradeceria su ayuda por favor!!
Igualmente voy a tratar de seguir trabajando.

Muchas gracias!!


El 16 de julio de 2013 04:09, De Smet Egbert <egbert.desmet en ua.ac.be>escribió:

> 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 en iccisis.org [isis-users-bounces en iccisis.org] on
> behalf of Cynthia Gamarra [cyntgamarra en gmail.com]
> Sent: Monday, July 15, 2013 10:55 PM
> To: isis-users en 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 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
> <mailto: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
>



-- 
Cynthia Gamarra
------------ pr?xima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20130722/44f491c4/attachment.html>


More information about the isis-users mailing list