Show Posts

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.


Messages - JaviAB

Pages: [1]
1
CentOS 7 Problems / SSL VPS whit CWP Loop
« on: August 21, 2018, 11:07:39 AM »
Hi, i have 1 VPS with CWP, i install SSL certificate in my website, but VPS panel is loop when i use Apache & Varnish Cache & Nginx Reverse Proxy
i do this http://forum.centos-webpanel.com/how-to/(solution)-nginx-varnish-apache-force-ssl-htaccess-redirect-loops/msg18680/?topicseen#msg18680 but when i use https, sometimes website is loop

3
Varnish / Re: Apache & Varnish Cache & Nginx Reverse Proxy + SSL = Loop
« on: August 17, 2018, 12:20:58 PM »
http://forum.centos-webpanel.com/how-to/(solution)-nginx-varnish-apache-force-ssl-htaccess-redirect-loops/msg18680/?topicseen#msg18680
where i should use this .htacces? in the publichtml of the domain wich i use SSL? for example, i have 3 website but only one whith SSL, this .htaccess i should use in the website publichtml wich use SSL?
Thanks!

4
Varnish / Apache & Varnish Cache & Nginx Reverse Proxy + SSL = Loop
« on: August 15, 2018, 11:10:51 AM »
Hi, when i use this configuration, sometimes my website is loop but it isn't always. How i could solved it?

5
CentOS 7 Problems / Re: FTP and PHP Fail
« on: August 15, 2018, 09:48:32 AM »
for ftp issue check "TLS" line in the config
If i disable firewall manager, FTP works. what should i do?

6
CentOS 7 Problems / Re: FTP and PHP Fail
« on: August 14, 2018, 01:36:00 PM »
for ftp issue check "TLS" line in the config
i dont see it, where is the file?

7
CentOS 7 Problems / Re: FTP and PHP Fail
« on: August 10, 2018, 03:13:58 PM »
for ftp try to remove https from the config file of it /etc/pure-ftpd/pure-ftpd.conf
for php you need to check error log, info about log paths are on the wiki
this is the FTP file, i dont see https.
Code: [Select]
AllowAnonymousFXP           no
AllowUserFXP                no
AltLog                      clf:/var/log/pureftpd.log
AnonymousCanCreateDirs      no
AnonymousCantUpload         no
AnonymousOnly               no
AntiWarez                   yes
AutoRename                  no
BrokenClientsCompatibility  no
ChrootEveryone              yes
CustomerProof               yes
Daemonize                   yes
DisplayDotFiles             yes
DontResolve                 yes
LimitRecursion              10000 8
MaxClientsNumber            50
MaxClientsPerIP             8
MaxDiskUsage                99
MaxIdleTime                 15
MaxLoad                     4
MinUID                      1000
NoAnonymous                 yes
ProhibitDotFilesRead        no
ProhibitDotFilesWrite       no
PureDB /etc/pure-ftpd/pureftpd.pdb
SyslogFacility              ftp
TLS                         1
Umask                       133:022
UnixAuthentication       yes
VerboseLog                  no
And the php fail could be this?
Code: [Select]


EDIT: PHP problem solved, this is the url: http://wiki.centos-webpanel.com/500-internal-server-error now, i will study FTP problem, thanks!

8
CentOS 7 Problems / FTP and PHP Fail
« on: August 09, 2018, 01:56:16 PM »
Hi,
I installa 6 months ago CWP in my VPS, i have 2 web sites and it's work so good. Now, i want create 1 more page and i have 2 problems.
1. FTP doesn't conect, i use my account and it don't work, says:
Code: [Select]
Estado: Conexión establecida, esperando el mensaje de bienvenida...
Respuesta: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Respuesta: 220-You are user number 2 of 50 allowed.
Respuesta: 220-Local time is now 15:52. Server port: 21.
Respuesta: 220-This is a private system - No anonymous login
Respuesta: 220-IPv6 connections are also welcome on this server.
Respuesta: 220 You will be disconnected after 15 minutes of inactivity.
Comando: AUTH TLS
Error: No se pudo conectar al servidor
Estado: Esperando para reintentar...
Estado: Resolviendo la dirección de javier.ovh
Estado: Conectando a 137.74.197.46:21...
Estado: Conexión establecida, esperando el mensaje de bienvenida...
Respuesta: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Respuesta: 220-You are user number 3 of 50 allowed.
Respuesta: 220-Local time is now 15:52. Server port: 21.
Respuesta: 220-This is a private system - No anonymous login
Respuesta: 220-IPv6 connections are also welcome on this server.
Respuesta: 220 You will be disconnected after 15 minutes of inactivity.
Comando: AUTH TLS
But when i use FTP by WebPanel it works

2. PHP doesnt work in the new page. if i use file.html it works but when i use file.php says
Code: [Select]
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@parabailar.es to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

P.D: I have CWP pro and I am with all updates

9
SSL / Re: How use i always https?
« on: March 24, 2018, 11:28:36 AM »
you need to check in your admin area if you have option there to enable https access to avoid redirects

Thanks! where i could see? in server settings or where?

10
SSL / How use i always https?
« on: March 23, 2018, 01:17:59 PM »
Hi!
I have 1 web y my CWP wich it use always https, but when i change the .htcacces and i go to the http://web.com, it fail because  the page go to bucle because the server says that it should use http and .htacces says that it should use https.
this is the error "Firefox has detected that the server is redirecting the request to this address in a way that it will never end."
Regards

Pages: [1]