[Isis-users] configuraciones de archivos PHP/Apache
Cynthia Gamarra
cyntgamarra at gmail.com
Mon Jul 22 23:41:47 CEST 2013
Sisi, ese era el problema.
Muchas gracias!!
2013/7/22 spinaker <spinaker en adinet.com.uy>
> Cynthia
>
> tu has puesto
> DocumentRoot /opt/ABCD/www/htdocs*/*
> y me parece que deberia ser
>
> DocumentRoot /opt/ABCD/www/htdocs (sin el */)*
>
> Ernesto Spinak
>
>
> El 22/07/2013 17:24, Cynthia Gamarra escribió:
>
> 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
>
>
>
> --
> .^. .^.
> ( ) ( )
> === ===
> =[=]================================[=]=
> | | Ernesto Spinak | |
> | | spinaker en adinet.com.uy | |
> | | Montevideo, Uruguay | |
> | | tel/fax (598) 2622-3352 | |
> | | celular (598) 99612238 | |
> =[=]================================[=]=
> === ===
> ( ) ( )
> V V
>
>
--
Cynthia Gamarra
------------ pr?xima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20130722/1c1e8a0e/attachment.html>
More information about the isis-users
mailing list