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.
376
Suggestions / Re: goaccess - Fast web log analyzer
« on: February 08, 2018, 07:52:53 AM »
For realtime report use the command below
goaccess -f /usr/local/apache/logs/access_log --log-format='%h %l %u %^[%d:%t %^] "%r" %s %b' --date-format=%d/%b/%Y --time-format=%T --real-os -m -a -d -o /usr/local/apache/htdocs/report.html --real-time-html
goaccess -f /usr/local/apache/logs/access_log --log-format='%h %l %u %^[%d:%t %^] "%r" %s %b' --date-format=%d/%b/%Y --time-format=%T --real-os -m -a -d -o /usr/local/apache/htdocs/report.html --real-time-html
377
CentOS 7 Problems / Re: CWP HTTP Test Page hijack public_html homepage
« on: February 07, 2018, 06:39:44 PM »
nano /usr/local/apache/conf/sharedip.conf
change first line to <VirtualHost *:80>
save and restart apache
change first line to <VirtualHost *:80>
save and restart apache
378
Nginx / Re: Starting nginx: nginx: [emerg] bind() to 163.1xx.xxx.xxx:80 failed (98: Address
« on: February 07, 2018, 06:37:14 PM »
when you restart nginx what error it throws?
379
Nginx / Re: Starting nginx: nginx: [emerg] bind() to 163.1xx.xxx.xxx:80 failed (98: Address
« on: February 07, 2018, 06:17:27 PM »
What error varnish is throwing?
Better goto select webserver --> select only apache and compile
Then select nginx --> apache --> varnish and compile it again.
Better goto select webserver --> select only apache and compile
Then select nginx --> apache --> varnish and compile it again.
380
CentOS 7 Problems / Re: CWP HTTP Test Page hijack public_html homepage
« on: February 07, 2018, 06:10:33 PM »
Can you goto select webserver and then select only apache and rebuild the server again to see if it solves the problem?
381
CentOS 7 Problems / Re: CWP HTTP Test Page hijack public_html homepage
« on: February 07, 2018, 06:05:04 PM »Did you accidentally installed additional apache?
yum list installed | grep httpd
What you see there?
382
CentOS 7 Problems / Re: CWP HTTP Test Page hijack public_html homepage
« on: February 07, 2018, 05:52:29 PM »
I think its reading page from /usr/local/apache/htdocs/index.html
383
CentOS 7 Problems / Re: CWP HTTP Test Page hijack public_html homepage
« on: February 07, 2018, 05:40:06 PM »
what if you remove nginx and use only apache?
384
Suggestions / Re: goaccess - Fast web log analyzer
« on: February 07, 2018, 05:39:06 PM »
sudo yum -y install epel-release ncurses-devel gcc geoip-devel tokyocabinet-devel gettext-devel
git clone https://github.com/allinurl/goaccess.git
cd goaccess
autoreconf -fiv
./configure --enable-utf8 --enable-geoip=legacy
make && make install
sudo ln -s /usr/local/bin/goaccess /usr/bin/goaccess
goaccess -f /usr/local/apache/logs/access_log --log-format='%h %^[%d:%t %^] "%r" %s %b' --date-format=%d/%b/%Y --time-format=%T -a -o /usr/local/apache/htdocs/report.html
open
http://yourserverip/report.html
git clone https://github.com/allinurl/goaccess.git
cd goaccess
autoreconf -fiv
./configure --enable-utf8 --enable-geoip=legacy
make && make install
sudo ln -s /usr/local/bin/goaccess /usr/bin/goaccess
goaccess -f /usr/local/apache/logs/access_log --log-format='%h %^[%d:%t %^] "%r" %s %b' --date-format=%d/%b/%Y --time-format=%T -a -o /usr/local/apache/htdocs/report.html
open
http://yourserverip/report.html
385
CentOS-WebPanel Bugs / Re: Disk Usage show 0
« on: February 07, 2018, 04:49:06 PM »
In openvz quota is turned off by default and can only be enabled by system administrator of node.
https://wiki.openvz.org/User_Guide/Managing_Resources#What_are_Disk_Quotas.3F
https://wiki.openvz.org/User_Guide/Managing_Resources#What_are_Disk_Quotas.3F
386
CentOS 7 Problems / Re: CWP HTTP Test Page hijack public_html homepage
« on: February 07, 2018, 04:45:35 PM »
Did you try rebuilding apache vhost file?
387
DNS / Re: DNS Zone NOT WORK
« on: February 06, 2018, 07:28:50 PM »
Its resolving fine.
https://dnschecker.org/#A/live1.radiovip.ro
Check the server 51.254.170.251 to see if services are up there.
https://dnschecker.org/#A/live1.radiovip.ro
Check the server 51.254.170.251 to see if services are up there.
388
Other / Denying Installation Upon Invalid Hostname
« on: February 06, 2018, 05:33:40 PM »
Hello,
The script developers should not allow installation of CWP upon invalid hostname like domain.com.
FQDN should be followed.
https://en.wikipedia.org/wiki/Fully_qualified_domain_name
The script developers should not allow installation of CWP upon invalid hostname like domain.com.
FQDN should be followed.
https://en.wikipedia.org/wiki/Fully_qualified_domain_name
389
CentOS-WebPanel Bugs / Re: self hosted DNS with one IP - CWP scripting the settings of named.conf
« on: February 06, 2018, 05:28:23 PM »
Just a typo
390
CentOS-WebPanel GUI / Re: User Panel Not Working
« on: February 06, 2018, 05:18:43 PM »
yum reinstall cwpsrv
This makes any changes for you?
This makes any changes for you?