XenForo Server Setup Guide Part 1 (CentOS, OpenLiteSpeed, Percona) (With Pictures!)

XenForo Server Setup Guide Part 1 (CentOS, OpenLiteSpeed, Percona) (With Pictures!)

@Slavik - There is a slight error when replacing OpenSSL : --replace-with-openssl10

Should be:

Code:
yum replace openssl --replace-with openssl10

(y)
 
both versions should work.
Hmm, well I had this on CentOS 6.4

Code:
[root@vps2 ~]# yum replace openssl --replace-with-openssl10
Loaded plugins: fastestmirror, replace
Usage: yum [options] COMMAND

List of Commands:

check          Check for problems in the rpmdb
check-update  Check for available package updates
clean          Remove cached data
deplist        List a package's dependencies
distribution-synchronization Synchronize installed packages to the latest available versions
downgrade      downgrade a package
erase          Remove a package or packages from your system
groupinfo      Display details about a package group
groupinstall  Install the packages in a group on your system
grouplist      List available package groups
groupremove    Remove the packages in a group from your system
help          Display a helpful usage message
history        Display, or use, the transaction history
info          Display details about a package or group of packages
install        Install a package or packages on your system
list          List a package or groups of packages
load-transaction load a saved transaction from filename
makecache      Generate the metadata cache
provides      Find what package provides the given value
reinstall      reinstall a package
replace        Replace a package with another that provides the same thing
repolist      Display the configured software repositories
resolvedep    Determine which package provides the given dependency
search        Search package details for the given string
shell          Run an interactive yum shell
update        Update a package or packages on your system
upgrade        Update packages taking obsoletes into account
version        Display a version for the machine and/or available repos.


Command line error: no such option: --replace-with-openssl10
 
Hmm, well I had this on CentOS 6.4

Code:
[root@vps2 ~]# yum replace openssl --replace-with-openssl10
Loaded plugins: fastestmirror, replace
Usage: yum [options] COMMAND
 
List of Commands:
 
check          Check for problems in the rpmdb
check-update  Check for available package updates
clean          Remove cached data
deplist        List a package's dependencies
distribution-synchronization Synchronize installed packages to the latest available versions
downgrade      downgrade a package
erase          Remove a package or packages from your system
groupinfo      Display details about a package group
groupinstall  Install the packages in a group on your system
grouplist      List available package groups
groupremove    Remove the packages in a group from your system
help          Display a helpful usage message
history        Display, or use, the transaction history
info          Display details about a package or group of packages
install        Install a package or packages on your system
list          List a package or groups of packages
load-transaction load a saved transaction from filename
makecache      Generate the metadata cache
provides      Find what package provides the given value
reinstall      reinstall a package
replace        Replace a package with another that provides the same thing
repolist      Display the configured software repositories
resolvedep    Determine which package provides the given dependency
search        Search package details for the given string
shell          Run an interactive yum shell
update        Update a package or packages on your system
upgrade        Update packages taking obsoletes into account
version        Display a version for the machine and/or available repos.
 
 
Command line error: no such option: --replace-with-openssl10


Ah I see, should be:
yum replace openssl --replace-with=openssl10
 
Can you do all this on a server already setup with Apache/PHP/MySQL and running Direct Admin or you have to do it on a clean server just running CentOS 6?
 
Can you do all this on a server already setup with Apache/PHP/MySQL and running Direct Admin or you have to do it on a clean server just running CentOS 6?

Not to be patronising, but if your asking that question you should not be touching a live server.
 
Not to be patronising, but if your asking that question you should not be touching a live server.

I thought the patronizing and disrespectful attitude towards customers only happened at that other company we all know. A simple yes or no was all I needed, then you could've added the disclaimer. Sorry to bother you with such a silly question, I didn't know it was beneath you. :)

Can someone else please answer this? I won't be doing the job myself, but I need to know the answer to either upgrade my current server or get a new one. Thanks.
 
I don't have a person yet. I might get a new server within the next month and I'm thinking of adding Direct Admin to it, that's one of the reasons I was asking about this. If the answer was positive then I would go ahead according to my original plan, if it was negative, I would not get the server with DA installed. My current server also has DA and I was considering upgrading it to this setup too.
 
Top Bottom