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.
361
Addons / Re: Torrent Seedbox not installed
« on: February 11, 2018, 05:52:02 PM »
Its working fine on my centos 7 box
362
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 08:40:58 PM »
You are behind nat and issue is being fixed by using private ip and rebuilding apache vhost.
363
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 08:18:35 PM »
Goto https://88.247.100.250:2087/admin/index.php?module=change_hostname
enter
server.7bel.com
restart apache
service httpd restart
check again what is your hostname by triggering the command below.
hostname
enter
server.7bel.com
restart apache
service httpd restart
check again what is your hostname by triggering the command below.
hostname
364
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 08:04:34 PM »
in ssh type hostname and press enter.
365
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 07:57:55 PM »
1) Should be? what the below command shows?
hostname
2) Try to rebuild apache vhost
https://88.247.100.250:2087/admin/index.php?module=vhost_rebuild
2) Follow this too
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
hostname
2) Try to rebuild apache vhost
https://88.247.100.250:2087/admin/index.php?module=vhost_rebuild
2) Follow this too
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
366
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 07:49:57 PM »
Ftp is using right directory.
It works very well.
http://88.247.100.250/~yedibel/
7bel.com redirects to Apache directory.
http://7bel.com/webftp_simple/
May I know what is your server hostname?
It works very well.
http://88.247.100.250/~yedibel/
7bel.com redirects to Apache directory.
http://7bel.com/webftp_simple/
May I know what is your server hostname?
368
CentOS-WebPanel Bugs / Re: ftp opens the wrong directory
« on: February 10, 2018, 07:32:35 PM »
What is output of command below.
pure-pw list
pure-pw list
369
Apache / Re: Apache Bad Bot and User-Agent Blocker, Spam Referrer Blocker, Bad IP Blocker
« on: February 10, 2018, 06:20:25 PM »
mkdir -p /usr/local/apache/custom.d
git clone https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker.git
cd /root/apache-ultimate-bad-bot-blocker/Apache_2.4/custom.d
cp -r * /usr/local/apache/custom.d
nano /usr/local/apache/custom.d/globalblacklist.conf
press ctrl+w and ctrl+r
type
/etc/apache2/custom.d
replace with
/usr/local/apache/custom.d
navigate to
https://youip:2087/admin/index.php?module=vhost_tpl
Add Include /usr/local/apache/custom.d/globalblacklist.conf under the code below
<Directory "PATH_REPLACE">
AllowOverride All
/usr/local/apache/custom.d/globalblacklist.conf
</Directory>
Rebuild Apache Vhost
https://yourip:2087/admin/index.php?module=vhost_rebuild
Restart Apache
server httpd restart
Test to see if its working
curl -I http://yourserverip -e http://100dollars-seo.com
Error
HTTP/1.1 403 Forbidden
Date: Sat, 10 Feb 2018 18:18:57 GMT
Server: Apache/2.4.28 (Unix) PHP/5.6.33 OpenSSL/1.0.1e-fips
Content-Type: text/html; charset=iso-8859-1
git clone https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker.git
cd /root/apache-ultimate-bad-bot-blocker/Apache_2.4/custom.d
cp -r * /usr/local/apache/custom.d
nano /usr/local/apache/custom.d/globalblacklist.conf
press ctrl+w and ctrl+r
type
/etc/apache2/custom.d
replace with
/usr/local/apache/custom.d
navigate to
https://youip:2087/admin/index.php?module=vhost_tpl
Add Include /usr/local/apache/custom.d/globalblacklist.conf under the code below
<Directory "PATH_REPLACE">
AllowOverride All
/usr/local/apache/custom.d/globalblacklist.conf
</Directory>
Rebuild Apache Vhost
https://yourip:2087/admin/index.php?module=vhost_rebuild
Restart Apache
server httpd restart
Test to see if its working
curl -I http://yourserverip -e http://100dollars-seo.com
Error
HTTP/1.1 403 Forbidden
Date: Sat, 10 Feb 2018 18:18:57 GMT
Server: Apache/2.4.28 (Unix) PHP/5.6.33 OpenSSL/1.0.1e-fips
Content-Type: text/html; charset=iso-8859-1
370
CentOS Configuration / Re: How to create index.html every time I add a domain?
« on: February 10, 2018, 11:26:11 AM »
you can navigate to cd /usr/local/cwpsrv/htdocs/resources/admin/tpl/new_account_tpl
replace index.html with your index.html text and when a new account is created CWP will copy your index.html file to user public_html folder.
replace index.html with your index.html text and when a new account is created CWP will copy your index.html file to user public_html folder.
371
How to / Re: How to access CWP panels through VPN only
« on: February 09, 2018, 09:39:31 PM »
No. VPN just changes your ip.
372
How to / Re: How to access CWP panels through VPN only
« on: February 09, 2018, 09:28:42 PM »
Your ip means your client ip. You cnat add this rule for dynatic ip.
373
How to / Re: How to access CWP panels through VPN only
« on: February 09, 2018, 09:14:05 PM »
nano /usr/local/cwpsrv/conf/cwpsrv.conf
Locate
location / {
add
allow yourip;
deny all;
restart cwp.
service cwpsrv restart
Locate
location / {
add
allow yourip;
deny all;
restart cwp.
service cwpsrv restart
375
How to / Re: How to change port of CWP.user
« on: February 08, 2018, 07:04:45 PM »
nano /usr/local/cwpsrv/conf.d/users.conf
Change Listen port to something different.
Restart cwpserver
service cwpsrv restart
Change Listen port to something different.
Restart cwpserver
service cwpsrv restart