Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-01-2006, 04:07 PM
|
#1
|
LQ Newbie
Registered: May 2006
Posts: 9
Rep:
|
Fedora Core 4 and web hosting
Hello. I'm new both to this website, and to the world of Linux. I have a DOS background that I've enjoyed so that helps, but I do have some questions as I learn more about Linux and web hosting. I hope you'll endulge me with this.
1. I am running FC4 (Fedora Core 4). I recently tried to upgrade the Apache httpd server, but Fedora still only recognized the version that came with FC4. Where are all the files and directories located for Apache to make the new upgrade visible and operational??
2. To make it easier for this "newbie" to get setup and operational, I loaded FC4 with the GNOME desktop which set the default runlevel at 5. Once I get all the settings squared away, how do I change the default runlevel to 3?? I thought I did once by changing it in the inittab file, but it still wants to boot into the desktop. I understand that cPanel will not work with the x-system running, and I'm assuming other control panels are the same way.
3. Does anyone know if zPanel will work with FC4 or FC5? Their website claims they only support FC2 but I'm wondering if anyone has had success with it while running FC4 or FC5. I would prefer to run cPanel, but until I can really afford it I want to run something in the meantime, and I understand that zPanel is the best (free) and closest to cPanel. Any thoughts?
Thanks for your help. I will greatly appreciate it!!!
|
|
|
05-01-2006, 04:41 PM
|
#2
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
1. How did you upgrade using source or RPM? If rpm compiled for fedora then it should work fine but may require a reboot or stopping and restarting the Apache service. If from source then it might have installed where a default source is installed. The old precompiled version of Apache that was installed may have been customed configured and its files may be in a different location. Normally Apache starts with the command ' service httpd start ' and maybe the new /etc/init.d/httpd is still the old from the the orginal install. If I use rpm based software then I would upgrade using rpm based software. If changing to source code building then remove the rpm before installing. Reason is if you use a tool like yum or apt to apply updates then you will overwrite your newer compiled install even though the rpm is newer but still older the compiled version. Confusing isn't it.
2. You need to edit /etc/inittab file and change the line.
id:5:initdefault:
to
id:3:initdefault:
3. Do not know what zPanel is so can't help. But I see no issues if it runned under FC2. Only thing is as long as that version works with fc2 then should work with fc4 or fc5. Only thing is if Your install is missing some rpm's based on your install. If you installed everything I would say it should work with no issues. If a selective install then you might need to install additional needed librairy or application RPMS from the CD.
Do a search at rpm.pbone.net to see if there are any rpms for zPanel.
|
|
|
05-01-2006, 11:57 PM
|
#3
|
LQ Newbie
Registered: May 2006
Posts: 9
Original Poster
Rep:
|
Hello.
Thank you. I upgraded using source since I was unable to locate a RPM for the latest version of Apache HTTP. The website you referred me to had one and for that I am grateful.
Also, I already did as you said for editing the inittab file, and that didn't work so I figured there were more files to modify to make it work right.
As for zPanel, what can I say. I've gone back to looking at other control panels for web hosting and I'll see what I can come up with.
Again, thank you, and if you have anything else that could be of help to me that would be greatly appreciated.
|
|
|
05-02-2006, 05:26 PM
|
#4
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Not sure what else it can be for the inittab worked for my setup. Not sure if there is something in /etc/rc.local or maybe a service in /etc/init.d.
Brian1
|
|
|
05-02-2006, 06:34 PM
|
#5
|
Member
Registered: Apr 2006
Location: Washington
Distribution: Suse, CentOS, Ubuntu
Posts: 124
Rep:
|
/etc/inittab should do it. Check it again to make sure it is 3 when you get in your GUI - make sure it is saving. You could also try your ALT+F2 or ALT+F3 options to get to another promt. Or open up a terminal and type 'init 3' to get to the basic runlevel to make sure everything is happy. ('init 5' will get back to the GUI.
May I ask why you are trying to upgrade Apache?
J
|
|
|
05-02-2006, 09:43 PM
|
#6
|
LQ Newbie
Registered: May 2006
Posts: 9
Original Poster
Rep:
|
Okay. I'll try that again, thanks. Also, in regards to upgrading the Apache I understood it was best to keep those updated with the most recent "stable" versions as they become available. Is that not the case????
Again, thanks for the help!
|
|
|
05-03-2006, 01:33 AM
|
#7
|
Senior Member
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,797
|
No. If it aint broke, don't fix it.
Only update if it's usefull. If it's for home use, don't bother unless there are new functionalities that you really need. If it's a real webserver (connected to the internet and accessible by the whole world), just update when security is involved or (again) when there are new functionalities that you really need.
Updating involves testing as you have to make sure that it all still works. Proper testing takes time.
|
|
|
05-04-2006, 10:35 AM
|
#8
|
LQ Newbie
Registered: May 2006
Posts: 9
Original Poster
Rep:
|
Okay. Thanks for the input. No sense doing something that isn't necessary. Again, thanks.
|
|
|
All times are GMT -5. The time now is 09:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|