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

Pages: [1]
1
Apache / Re: Apache won't start after upgrade. (solved)
« on: May 12, 2018, 02:37:21 AM »
Nevermind, after rebuilding domains I rebooted and it starts now.

2
Apache / Apache won't start after upgrade.
« on: May 11, 2018, 08:38:46 PM »
Tried to rebuild, no luck.
yum uninstall and install, no luck.

Code: [Select]
● httpd.service - Web server Apache
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: inactive (dead) since Fri 2018-05-11 15:36:05 CDT; 11s ago
  Process: 6983 ExecStop=/usr/local/apache/bin/apachectl graceful-stop (code=exited, status=0/SUCCESS)
  Process: 6979 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=0/SUCCESS)

May 11 15:36:05 NS1 apachectl[6979]: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf.d/ssl.conf:9
May 11 15:36:05 NS1 apachectl[6979]: httpd (pid 611) already running
May 11 15:36:05 NS1 apachectl[6983]: AH00548: NameVirtualHost has no effect and will be removed in the next release /usr/local/apache/conf.d/ssl.conf:9
May 11 15:36:05 NS1 systemd[1]: Started Web server Apache.

3
CentOS 6 Problems / Re: CentOS6 Upgrade
« on: May 16, 2017, 11:44:07 PM »
This is all I did and it fixed the problem.

[root@NS1 logs]# yum install cwp-suphp.x86_64
Loaded plugins: fastestmirror, replace
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.tzulo.com
 * extras: mirror.genesisadaptive.com
 * nux-dextop: mirror.li.nux.ro
 * rpmforge: mirror.team-cymru.org
 * updates: mirrors.gigenet.com
Resolving Dependencies
--> Running transaction check
---> Package cwp-suphp.x86_64 0:0.7.2-3 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

============================================================================================================================
 Package                         Arch                         Version                       Repository                 Size
============================================================================================================================
Installing:
 cwp-suphp                       x86_64                       0.7.2-3                       cwp                        71 k

Transaction Summary
============================================================================================================================
Install       1 Package(s)

Total download size: 71 k
Installed size: 192 k
Is this ok [y/N]: y
Downloading Packages:
cwp-suphp-0.7.2-3.x86_64.rpm                                                                         |  71 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : cwp-suphp-0.7.2-3.x86_64                                                                                 1/1
  Verifying  : cwp-suphp-0.7.2-3.x86_64                                                                                 1/1

Installed:
  cwp-suphp.x86_64 0:0.7.2-3                                                                                               

Complete!


Pages: [1]