vicentgodella
Newbie
![*](images/star.gif)
Posts: 9
Joined: Jun 2011
Reputation: 0
|
RE: Imposible acceder al panel de administración
Hola kilburn, el problema de eso es que cuando pare la instancia y la vuelva a arrancar, la ip privada cambiará, y tendré que cambiarla otra vez.
De todas formas, en /etc/apache2/sites-available/ispcp.conf no me aparece ninguna ip, solo hay esto:
# httpd Data BEGIN.
#
# wget-hack prevention
#
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} ^LWP::Simple
RewriteRule ^/.* http://%{REMOTE_ADDR}/ [L,E=nolog:1]
</IfModule>
#
# Log processing
#
LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" ispcplog
CustomLog "||/var/www/ispcp/engine/ispcp-apache-logger" ispcplog
ErrorLog "||/var/www/ispcp/engine/ispcp-apache-logger -t error"
#
# mod_cband configuration
#
<IfModule mod_cband.c>
CBandScoreFlushPeriod 10
CBandRandomPulse On
</IfModule>
#
# let the customer decide what charset he likes to use
#
AddDefaultCharset Off
#
# Access for errors directory
#
<Directory /var/www/virtual/*/errors>
Order allow,deny
Allow from all
</Directory>
#
# Header End
#
# httpd [{IP}] virtual host entry BEGIN.
# httpd [{IP}] virtual host entry END.
# httpd Data END.
Además, /etc/apache2/parts en mi sistema no existe.
Muchas gracias por contestarme.
|
|
06-04-2011 03:07 AM |
|