is there a way to build apache from ssh? instead of using whm to do it?
Thanks
is there a way to build apache from ssh? instead of using whm to do it?
Thanks
You can use /scripts/easyapache
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Or if you want to do it manually (as I do), just grab the Apache source from http://httpd.apache.org/ and compile it as per their instructions.
The simplest, most basic way is simply to download the source, extract it, and type ./configure . To check out the options you can throw in there, just type ./configure --help .
~ Dan
^--- I wrote that.
http://www.parasane.net/
<plug shame="no">
We also offercPanel/WHM hosting plans that include full PHP text-to-speech technology
We created it so that you can play with it!
</plug>
I would never suggest this to a new user... /scripts/easyapache is the best option as Chirpy said.Originally Posted by parasane
Which is exactly why new users never learn to become anything more than novices.Originally Posted by Murtaza_t
It's not a recommendation, just an answer to the question, "is there a way to build apache from ssh? instead of using whm to do it?"
^--- I wrote that.
http://www.parasane.net/
<plug shame="no">
We also offercPanel/WHM hosting plans that include full PHP text-to-speech technology
We created it so that you can play with it!
</plug>
Well it is always good to go step by step and not try and take a long jump you would rather brake your leg....Originally Posted by parasane
There is no harm in trying things out but not on the live server.. as it may cost you your earnings.
Indeed. Building from source is fine if you already know what you're doing, however if you wish to get cPanel support for any apache issue that you have they most likely won't support you if you don't use the tools provided. So, recommended a manual build is not sensible at all in the context of help on these forums.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com