This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel GUI / Re: Blank accounts list in Admin Gui
« on: January 17, 2020, 06:15:06 PM »
Hi,
I have the same problem on my server, when loading any interface it goes blank and the google inspector marks errors, attached capture
http://prntscr.com/qp6mm4
Cheers
I have the same problem on my server, when loading any interface it goes blank and the google inspector marks errors, attached capture
http://prntscr.com/qp6mm4
Cheers
2
CentOS-WebPanel Bugs / Re: User Panel stopped logging in after update
« on: September 10, 2019, 09:09:28 AM »
sh /scripts/update_cwp
It doesn't work for me, since I have the latest version available I execute the command several times and it doesn't make any changes. Any solution? centos +.10 64bits.
http://prntscr.com/p45spy
It doesn't work for me, since I have the latest version available I execute the command several times and it doesn't make any changes. Any solution? centos +.10 64bits.
http://prntscr.com/p45spy
3
CentOS-WebPanel Bugs / Re: User Panel stopped logging in after update
« on: September 10, 2019, 02:51:07 AM »
sh /scripts/update_cwp
No hace nada, ya que tengo la ulitma version disponible adjunto capture.
http://prntscr.com/p41tat
El problema persiiste en todas la cuentas..
It does nothing, since I have the latest available version attached capture. http://prntscr.com/p41tat The problem persisted in all accounts .
No hace nada, ya que tengo la ulitma version disponible adjunto capture.
http://prntscr.com/p41tat
El problema persiiste en todas la cuentas..
It does nothing, since I have the latest available version attached capture. http://prntscr.com/p41tat The problem persisted in all accounts .
4
CentOS-WebPanel Bugs / Re: after .856 update, user panel not working..
« on: August 15, 2019, 04:41:10 PM »
Hello,
Resolve the incognito that the login does not work, they can refresh the package with a new one they have created, the default packages generate this type of failure.
http://prntscr.com/ot4rr6
Resolve the incognito that the login does not work, they can refresh the package with a new one they have created, the default packages generate this type of failure.
http://prntscr.com/ot4rr6
5
CentOS-WebPanel Bugs / Re: reset user password does not work
« on: August 15, 2019, 04:40:10 PM »
Hello,
Resolve the incognito that the login does not work, they can refresh the package with a new one they have created, the default packages generate this type of failure.
http://prntscr.com/ot4rr6
Resolve the incognito that the login does not work, they can refresh the package with a new one they have created, the default packages generate this type of failure.
http://prntscr.com/ot4rr6
6
CentOS-WebPanel Bugs / Re: edit account
« on: August 15, 2019, 04:39:31 PM »
Hello,
Resolve the incognito that the login does not work, they can refresh the package with a new one they have created, the default packages generate this type of failure.
http://prntscr.com/ot4rr6
Resolve the incognito that the login does not work, they can refresh the package with a new one they have created, the default packages generate this type of failure.
http://prntscr.com/ot4rr6
7
How to / Re: [Tutorial] integrating Awstats in Centos Web Panel
« on: January 18, 2019, 05:22:03 AM »
Hola,
Te sale esa pantalla porque tienes que agregar el modulo al archivo de configuracion. en la ruta:
/usr/local/apache/conf.d/mod_cgid.conf
Agregas
LoadModule cgid_module modules/mod_cgid.so
<IfModule cgid_module>
<Directory /usr/local/awstats/wwwroot/cgi-bin/>
Options ExecCGI SymLinksifOwnerMatch
SetHandler cgi-script
AddHandler cgi-script .cgi .pl .py
Require all granted
AllowOverride All
</Directory>
</IfModule>
reinicias apache
Con eso deberia de abrir la interfaz.
Ahora tendras inconvenientes en actualizar las estadisticas. En si tendras que crear un directorio con permiso de lectura y escritura en la ruta donde este el usuario de dicho dominio que usara la metrica.
Ejemplo.
/home/alca/awstats
Dicho directorios con los permisos necesarios, sera utilizado para dejar el reporte de estadisticas, pero primero deberas editar
el archivo de configuracion de dicho sitio en la ruta:
/etc/awstats
ahi nano al archivo de configuracion de tu sitio. y buscas las lineas.
AllowToUpdateStatsFromBrowse de 0 le pones un 1, asi puedes actualizar desde el boton desde la interfaz.
Buscas en el mismo archivo la linea Dirdata y la editas con la nueva ruta de, por ejemplo:
#DirData="/var/lib/awstats"
DirData="/home/alca/awstats" "Yo lo tengo en esa ruta , pero deberia ser por default, en la ruta que tu deseeas el directorio debe tener los permisos de escritura y lectura"
Con eso ya deberias poder tener la estadisticas actualizada.
Saludos
Te sale esa pantalla porque tienes que agregar el modulo al archivo de configuracion. en la ruta:
/usr/local/apache/conf.d/mod_cgid.conf
Agregas
LoadModule cgid_module modules/mod_cgid.so
<IfModule cgid_module>
<Directory /usr/local/awstats/wwwroot/cgi-bin/>
Options ExecCGI SymLinksifOwnerMatch
SetHandler cgi-script
AddHandler cgi-script .cgi .pl .py
Require all granted
AllowOverride All
</Directory>
</IfModule>
reinicias apache
Con eso deberia de abrir la interfaz.
Ahora tendras inconvenientes en actualizar las estadisticas. En si tendras que crear un directorio con permiso de lectura y escritura en la ruta donde este el usuario de dicho dominio que usara la metrica.
Ejemplo.
/home/alca/awstats
Dicho directorios con los permisos necesarios, sera utilizado para dejar el reporte de estadisticas, pero primero deberas editar
el archivo de configuracion de dicho sitio en la ruta:
/etc/awstats
ahi nano al archivo de configuracion de tu sitio. y buscas las lineas.
AllowToUpdateStatsFromBrowse de 0 le pones un 1, asi puedes actualizar desde el boton desde la interfaz.
Buscas en el mismo archivo la linea Dirdata y la editas con la nueva ruta de, por ejemplo:
#DirData="/var/lib/awstats"
DirData="/home/alca/awstats" "Yo lo tengo en esa ruta , pero deberia ser por default, en la ruta que tu deseeas el directorio debe tener los permisos de escritura y lectura"
Con eso ya deberias poder tener la estadisticas actualizada.
Saludos
Pages: [1]