[Isis-users] configuraciones de archivos PHP/Apache

spinaker spinaker at adinet.com.uy
Mon Jul 22 22:37:44 CEST 2013


El 22/07/2013 17:35, spinaker escribió:
> 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 at 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 at adinet.com.uy        | |
>    | |  Montevideo, Uruguay           | |
>    | |  tel/fax  (598) 2622-3352      | |
>    | |  celular  (598) 99612238      | |
>   =[=]================================[=]=
>    ===                                ===
>    ( )                                ( )
>     V                                  V


-- 
   .^.                                .^.
   ( )                                ( )
   ===                                ===
  =[=]================================[=]=
   | |  Ernesto Spinak                | |
   | |  spinaker at adinet.com.uy        | |
   | |  Montevideo, Uruguay           | |
   | |  tel/fax  (598) 2622-3352      | |
   | |  celular  (598) 99612238      | |
  =[=]================================[=]=
   ===                                ===
   ( )                                ( )
    V                                  V

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20130722/ae9cb68c/attachment.html>


More information about the isis-users mailing list