Hice las configuraciones correpondientes pero no sale. Cuando quiero consultar la pagina <a href="http://localhost:9090/site/admin">http://localhost:9090/site/admin</a> me sale en pantalla esto: <br><a href="http://imageshack.us/photo/my-images/13/6j1.png/">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 class="gmail_quote">
El 8 de julio de 2013 19:08, Cynthia Gamarra <span dir="ltr"><<a href="mailto:cyntgamarra@gmail.com" target="_blank">cyntgamarra@gmail.com</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>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<span class="HOEnZb"><font color="#888888"><br clear="all"><br>-- <br>Cynthia Gamarra
</font></span></blockquote></div><br><br clear="all"><br>-- <br>Cynthia Gamarra