Hola cambie la configuracion del archivo ABCD que se encuentra en /etc/apache2/sites-available como:<br><br><VirtualHost *:9090><br>    ServerAdmin webmaster@localhost<br>    ServerName localhost <br><br>    DocumentRoot /opt/ABCD/www/htdocs/<br>
    <Directory /><br>        Options FollowSymLinks<br>        AllowOverride None<br>    </Directory><br>    <Directory /opt/ABCD/www/htdocs/><br>        Options Indexes FollowSymLinks MultiViews<br>        AllowOverride None<br>
        Order allow,deny<br>        allow from all<br>    </Directory><br><br>    ScriptAlias /cgi-bin/ /opt/ABCD/www/cgi-bin/<br>    <Directory "/opt/ABCD/www/cgi-bin"><br>        AllowOverride None<br>
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br>        Order allow,deny<br>        Allow from all<br>    </Directory><br><br>    Alias /bases/ "/var/opt/ABCD/uploads/"<br>    <Directory "/var/opt/ABCD/uploads/"><br>
        Options Indexes FollowSymLinks MultiViews<br>        AllowOverride None<br>        Order allow,deny<br>        allow from all<br>    </Directory><br><br>    ErrorLog ${APACHE_LOG_DIR}/error.log<br><br>    # Possible values include: debug, info, notice, warn, error, crit,<br>
    # alert, emerg.<br>    LogLevel warn<br><br>    CustomLog ${APACHE_LOG_DIR}/access.log combined<br><br></VirtualHost><br><br><br><br>Pero cuando tengo que ingresar a los siguientes modulos: <br><b>- <a href="http://localhost:9090/site/admin/">http://localhost:9090/site/admin/</a></b><br>
- <a href="http://localhost:9090/site/php/index.php">http://localhost:9090/site/php/index.php</a> <br><br>necesito agregarle "htdocs" para que me pueda reconocer ( o sea <a href="http://localhost:9090/htdocs/site/admin/">http://localhost:9090/htdocs/site/admin/</a>  y  <a href="http://localhost:9090/htdocs/site/php/index.php">http://localhost:9090/htdocs/site/php/index.php</a> ).<br>
<br>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:<br><h1>Not Found</h1>
<p>The requested URL /site/php/xmlRoot.php was not found on this server.</p>
<hr>
<address>Apache/2.2.17 (Ubuntu) Server at localhost Port 9090</address><br><br><br><br>Agradeceria su ayuda por favor!!<br>Igualmente voy a tratar de seguir trabajando.<br><br>Muchas gracias!!<br><br><br><div class="gmail_quote">
El 16 de julio de 2013 04:09, De Smet Egbert <span dir="ltr"><<a href="mailto:egbert.desmet@ua.ac.be" target="_blank">egbert.desmet@ua.ac.be</a>></span> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hola,<br>
<br>
su DocumentRoot está mala :<br>
DocumentRoot /opt/ABCD/www/site<br>
debería ser :<br>
DocumentRoot /opt/ABCD/www/htdocs<br>
<br>
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.<br>
<br>
Egbert de Smet<br>
Universiteit Antwerpen<br>
________________________________________<br>
From: <a href="mailto:isis-users-bounces@iccisis.org">isis-users-bounces@iccisis.org</a> [<a href="mailto:isis-users-bounces@iccisis.org">isis-users-bounces@iccisis.org</a>] on behalf of Cynthia Gamarra [<a href="mailto:cyntgamarra@gmail.com">cyntgamarra@gmail.com</a>]<br>

Sent: Monday, July 15, 2013 10:55 PM<br>
To: <a href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a><br>
<div class="im">Subject: Re: [Isis-users] configuraciones de archivos PHP/Apache<br>
<br>
</div><div><div class="h5">Hice las configuraciones correpondientes pero no sale. Cuando quiero consultar la pagina <a href="http://localhost:9090/site/admin" target="_blank">http://localhost:9090/site/admin</a> me sale en pantalla esto:<br>

<a href="http://imageshack.us/photo/my-images/13/6j1.png/" target="_blank">http://imageshack.us/photo/my-images/13/6j1.png/</a><br>
<br>
Configure los siguientes archivos<br>
- En /etc/apache2/sites-available configure el ABCD con lo siguiente:<br>
VirtualHost *:9090><br>
    ServerAdmin webmaster@localhost<br>
    ServerName localhost<br>
<br>
    DocumentRoot /opt/ABCD/www/site<br>
    <Directory /><br>
        Options FollowSymLinks<br>
        AllowOverride None<br>
    </Directory><br>
    <Directory /opt/ABCD/www/htdocs><br>
        Options Indexes FollowSymLinks MultiViews<br>
        AllowOverride None<br>
        Order allow,deny<br>
        allow from all<br>
    </Directory><br>
<br>
    ScriptAlias /cgi-bin/ /opt/ABCD/www/cgi-bin/<br>
    <Directory "/opt/ABCD/www/cgi-bin"><br>
        AllowOverride None<br>
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch<br>
        Order allow,deny<br>
        Allow from all<br>
    </Directory><br>
<br>
    Alias /bases/ "/var/opt/ABCD/uploads/"<br>
    <Directory "/var/opt/ABCD/uploads/"><br>
        Options Indexes FollowSymLinks MultiViews<br>
        AllowOverride None<br>
        Order allow,deny<br>
        allow from all<br>
    </Directory><br>
<br>
    ErrorLog ${APACHE_LOG_DIR}/error.log<br>
<br>
    # Possible values include: debug, info, notice, warn, error, crit,<br>
    # alert, emerg.<br>
    LogLevel warn<br>
<br>
    CustomLog ${APACHE_LOG_DIR}/access.log combined<br>
<br>
</VirtualHost><br>
<br>
<br>
<br>
<br>
Despues en /etc/apache2/sites-available, configure el archivo ports.conf con lo siguiente:<br>
# If you just change the port or add more ports here, you will likely also<br>
# have to change the VirtualHost statement in<br>
# /etc/apache2/sites-enabled/000-default<br>
# This is also true if you have upgraded from before 2.2.9-3 (i.e. from<br>
# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and<br>
# README.Debian.gz<br>
<br>
NameVirtualHost *:80<br>
NameVirtualHost *:9090<br>
Listen 80<br>
Listen 9090<br>
<br>
<IfModule mod_ssl.c><br>
    # If you add NameVirtualHost *:443 here, you will also have to change<br>
    # the VirtualHost statement in /etc/apache2/sites-available/default-ssl<br>
    # to <VirtualHost *:443><br>
    # Server Name Indication for SSL named virtual hosts is currently not<br>
    # supported by MSIE on Windows XP.<br>
    Listen 443<br>
</IfModule><br>
<br>
<IfModule mod_gnutls.c><br>
    Listen 443<br>
</IfModule><br>
<br>
<br>
<br>
Espero con ansias sus respuestas<br>
Muchas gracias<br>
<br>
Cynthia Gamarra<br>
<br>
<br>
<br>
<br>
</div></div>El 8 de julio de 2013 19:08, Cynthia Gamarra <<a href="mailto:cyntgamarra@gmail.com">cyntgamarra@gmail.com</a><mailto:<a href="mailto:cyntgamarra@gmail.com">cyntgamarra@gmail.com</a>>> escribió:<br>

<div class="HOEnZb"><div class="h5">Hola,<br>
<br>
Instale la version de Debian 32bits sobre el ubuntu que ya venia corriendo, mi pregunta es: qué archivos <a href="http://localhost:9090/vos" target="_blank">http://localhost:9090/vos</a> de php/apache2 manipular exactamente para que pudiera funcionar?? Intente cargar la pagina <a href="http://localhost:9090/" target="_blank">http://localhost:9090/</a> y no funciona claramente. Lei el manual que adjuntaron pero no me resulto claro.<br>

<br>
Espero su ayuda ya que me gustaria probar con ansías y ponerlo en marcha<br>
<br>
Muchas gracias<br>
Saludos<br>
<br>
--<br>
Cynthia Gamarra<br>
<br>
<br>
<br>
--<br>
Cynthia Gamarra<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Cynthia Gamarra