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.


Topics - PsyberTech

Pages: [1]
1
Apache / suphp.conf: error and my Apache is dead.
« on: July 01, 2017, 11:11:30 PM »
I tried to upgrade my Apache from within CWP-Pro and I killed it...  :(

Stopping httpd: [FAILED]
Starting httpd: httpd: Syntax error on line 509 of /usr/local/apache/conf/httpd.conf: Syntax error on line 1 of /usr/local/apache/conf.d/suphp.conf: Cannot load modules/mod_suphp.so into server: /usr/local/apache/modules/mod_suphp.so: undefined symbol: ap_log_rerror
[FAILED]


Any ideas what I can do to fix it anyone?

Many thanks.

2
Addons / Deluge addon
« on: October 18, 2015, 06:02:12 AM »
Seeing that someone added a Deluge addon, I thought to install it.  Install ran perfect on the first try and it is up and running great.  But for the life of me, I am unable to establish the link connection between my local Deluge client on my desktop and the Deluge server daemon running on the new server.

You can connect to the server through the server's webui only using the 127.0.0.1 IP.  Attempts to use the actual IP or the domain name with the proper ports, login name and password always fails.  Again, using 127.0.0.1 always works.

Know that I am not even running the firewall yet.   Any thoughts would be deeply appreciated.

3
CentOS 6 Problems / Is CWP causing Alias fakename realname from working?
« on: February 09, 2015, 04:03:46 AM »
No alias directories I create are accessible.  Is CWP causing this?  I do this all the time without CWP installed

TO MAKE A NEW WWW ALIAS:
cd /home/minecraft/multicraft/servers/
cd serverN    # where N is the server number

mkdir www
cd /etc/httpd/conf/
{edit} httpd.conf   <--- line 551
# add a new Alias directive
Alias /customerN/ "/home/minecraft/multicraft/servers/serverN/www/"

 /etc/init.d/httpd restart


#
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL.  So "/icons" isn't aliased in this
# example, only "/icons/".  If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
# We include the /icons/ alias for FancyIndexed directory listings.  If you
# do not use FancyIndexing, you may comment this out.
#
Alias /icons/ "/var/www/icons/"

Alias /fiftyone/ "/home/minecraft/multicraft/servers/server51/www/"     

<Directory "/var/www/icons">
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

4
I have been told that for some of my security options, I should install Fail2Ban on my CWP/Centos 6.6 servers.

Any thoughts or recommendations before I start to tinker with it?

Many thanks!

5
E-Mail / Brand new install: SMTP fails to run. Unable to fix
« on: October 05, 2014, 06:12:41 PM »
Brand new install: SMTP fails to run. Unable to fix.

Anyone have any ideas what I should try?

-------------------------------------------


[root@webhost ~]# curl http://dl1.centos-webpanel.com/files/s_scripts/sinfo.sh|sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
121   364  121   364    0     0   1344      0 --:--:-- --:--:-- --:--:--  3466
===============================================
Kernel:
Linux webhost.trueworldgaming.com 2.6.32-042stab093.5 #1 SMP Wed Sep 10 17:39:49 MSK 2014 x86_64 x86_64 x86_64 GNU/Linux

CPU info:
model name      : AMD Opteron(tm) Processor 6386 SE

Release:
CentOS release 6.5 (Final)

Arch:
x86_64

Memory:
             total       used       free     shared    buffers     cached
Mem:          8192        203       7988          0          0        103
-/+ buffers/cache:        100       8091
Swap:          128          0        128

MySQL info:
mysql  Ver 14.14 Distrib 5.1.73, for redhat-linux-gnu (x86_64) using readline 5.1

Disk Info:
Filesystem      Size  Used Avail Use% Mounted on
/dev/simfs      100G  4.9G   96G   5% /
none            4.0G   12K  4.0G   1% /dev
none            4.0G     0  4.0G   0% /dev/shm
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/var/named
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.conf
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.rfc1912.zones
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/rndc.key
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/usr/lib64/bind
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.iscdlv.key
/dev/simfs      100G  4.9G   96G   5% /var/named/chroot/etc/named.root.key
===============================================


6
Installation / Free Type Fonts are missing is the new build...
« on: September 17, 2014, 02:52:51 AM »
One of the changes made in this current upgrade is that the Free Type Fonts are missing.  Can anyone let me know how to easily and properly add them so GB can properly create the banners again on my new servers?

Many thanks!!!

Psyber

7
Installation / I want to install an earlier version of CWP not 0.8
« on: June 05, 2014, 08:41:08 PM »
What is the file name I can use to get the last version before cwp-0.8 so I can get my servers online and running?  I tried http://dl1.centos-webpanel.com/files/cwp-0.7.sh but that file is not there.


Current:Installer all versions
cd /usr/local/src
 wget http://dl1.centos-webpanel.com/files/cwp-0.8.sh
 sh cwp-0.8.sh


8
I am used to working with CWP and seeing /var/www/html as the default server web page.  Today, the folder is empty, but apache is running it from some place else.  I am poking around to find where it went.  Any ideas?  This is the first time that I have used the new combo 32/64 bit install.

cd /usr/local/src
 wget http://dl1.centos-webpanel.com/files/cwp-0.8.sh
 sh cwp-0.8.sh

9
FTP / Can not SFTP in as Root
« on: May 23, 2014, 08:17:06 PM »
We have been installing CWP for the last few months, and always we can SFTP in as ROOT until we ran an install today.  Has something changed?  The proftpd.conf file is correct and looks the same as all the rest.

We get:
Error:  Connection timed out
Error:  Could not connect to server

If we switch to standard FTP, we get a Connection established before it errors out on the AUTH.

Has something changed?

Pages: [1]