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 - davidpbro

Pages: [1]
1
CentOS-WebPanel GUI / Re: After Public IP change, no access to WebPanel
« on: December 30, 2016, 06:43:52 PM »
Hello Igor.
I can't connect to server IP (https://192.168.xx.xx:2031) as I did before.
The only change regarding the new shared IP (2.228.xx.xx) and on this IP I can connect via Putty SSH.
So the problem is that CWP is running, I see it via Putty on Console, but via http I can't make a connection.


2
CentOS-WebPanel GUI / After Public IP change, no access to WebPanel
« on: December 24, 2016, 11:57:53 AM »
Hello to the forum.
For more clarity I need to briefly explain what's going on, before and after.
Before two days ago, all working good obviously, when the provider has to change our public IP for a massive update to their structures. No problems. I have change via ssh (Putty) the shared IP and updated all DNS in our domain control panel (only one domain). DNS propagation took 24h to complete. Main domain (with all name based virtual host as subdomains are fully working as before, mail server works good). Keep in mind that we have an SSL wildcard certificate to cover all. In fact works only in https.
With this update, the provider cancels the old VPN that I used before to "make" a connection and to access via browser to CWP (in http://192.168.xx.xx:2031 - this is the server IP, no the public/shared IP), and also, to have a "secure" root FTP access to the server.

So, today.
I can access to the server via Putty using the new external (public) IP that is 2.228.xx.xx and correctly it ask me username and password.

Browser connection to the WebGui does not work anymore.
CWPsrv is running and the ports 2030 and 2031 are open, but http connection goes in connection timed out.

Probably it is a stupid question, but what I can do?

Thanks to all and good 32th December. ;)

3
PHP / Re: suPHP - 500 Internal Server Error
« on: August 05, 2015, 10:04:49 AM »
Hello to the forum!
Similar situation for me.
I am spending a lot of hours trying to resolve this issue. But, now, it is time to ask your help.
I have this VPS server with only one public/shared IP.
I have setup a Vhost with one only domain (registered with Registrar with DNS management correctly configured) running a small Wordpress network (The installation went Ok, but I have experienced a lot of permission denied and forbidden and so all, when in wordpress admin). Anyway, until this afternoon I was able to install wordpress, setup a working mail server, sending and receiving email via roundcube webmail, at  the price of security setting
Code: [Select]
;Check wheter script is within DOCUMENT_ROOT
check_vhost_docroot=false
in /usr/local/etc/suphp.conf. Thinking about that, in fact, I am still in "development mode", I revert to TRUE the line above.
Result: 500 internal server error. Also in roundcube.
I have made all the actions suggested here in the forum and in the Wiki: fix permission thousands of times, re-upload manually wp-admin and wp-include folder in their proper location, renamed .htaccess (Leave it untouched as default wordpress network required), rebuild virtual hosts, increase in the php.ini memory limit to 256 Mb, disabling all plugins, nothing.
Looking inside apache error log, it says at the recent few lines:
Code: [Select]
[Tue Aug 04 21:08:27 2015] [error] [client 93.41.199.45] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:08:27 2015] [error] [client 93.41.199.45] Premature end of script headers: themes.php
[Tue Aug 04 21:08:28 2015] [error] [client 93.41.199.45] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:08:28 2015] [error] [client 93.41.199.45] Premature end of script headers: themes.php
[Tue Aug 04 21:11:32 2015] [error] [client 180.76.15.146] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:11:32 2015] [error] [client 180.76.15.146] Premature end of script headers: index.php
[Tue Aug 04 21:13:21 2015] [error] [client 180.76.15.153] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:13:21 2015] [error] [client 180.76.15.153] Premature end of script headers: index.php
[Tue Aug 04 21:18:26 2015] [error] [client 93.41.199.45] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:18:26 2015] [error] [client 93.41.199.45] Premature end of script headers: themes.php
[Tue Aug 04 21:32:51 2015] [error] [client 93.41.199.45] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:32:51 2015] [error] [client 93.41.199.45] Premature end of script headers: index.php
[Tue Aug 04 21:32:53 2015] [error] [client 93.41.199.45] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:32:53 2015] [error] [client 93.41.199.45] Premature end of script headers: index.php
[Tue Aug 04 21:52:28 2015] [error] [client 66.249.78.57] ParsingException in IniFile.cpp:198: Malformed line "[global]\r"
[Tue Aug 04 21:52:28 2015] [error] [client 66.249.78.57] Premature end of script headers: index.php

At this point, any suggestion is appreciated.
Thank you.
David

Pages: [1]