Development Software
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementDevelopment Software

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old August 23rd, 2005, 09:48 AM
jsbruns jsbruns is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2003
Location: Washington, D.C.
Posts: 610 jsbruns User rank is Private First Class (20 - 50 Reputation Level)jsbruns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 15 h 9 m 54 sec
Reputation Power: 5
Web Hosting Control Panel

I'm setting up a box to act as a shared hosting server. I already have the virtual hosts up and running, but I wanted to set up a customer interface where an administrator for a specific domain can log in and administer their account. Anything out there open source, and good for redhat EL 3?

Reply With Quote
  #2  
Old August 29th, 2005, 12:06 PM
ramonklown's Avatar
ramonklown ramonklown is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Rio de Janeiro, Brazil
Posts: 447 ramonklown User rank is Private First Class (20 - 50 Reputation Level)ramonklown User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 14 h 17 m 46 sec
Reputation Power: 5
www.web-cp.net
Peace.
__________________
Help my country and sign the petition in favor of OS software. See the Petition
Quote:
Linux is like sex, it's better when it's free!

Last edited by ramonklown : August 29th, 2005 at 12:19 PM.

Reply With Quote
  #3  
Old September 2nd, 2005, 05:26 AM
sephers181's Avatar
sephers181 sephers181 is offline
Young but nerdy ¦8-)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2005
Location: UK
Posts: 363 sephers181 User rank is Sergeant Major (2000 - 5000 Reputation Level)sephers181 User rank is Sergeant Major (2000 - 5000 Reputation Level)sephers181 User rank is Sergeant Major (2000 - 5000 Reputation Level)sephers181 User rank is Sergeant Major (2000 - 5000 Reputation Level)sephers181 User rank is Sergeant Major (2000 - 5000 Reputation Level)sephers181 User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 2 Days 11 h 55 m 26 sec
Reputation Power: 24
Cpanel,
www.cpanel.com
although it costs it amazing

Reply With Quote
  #4  
Old September 7th, 2005, 11:27 AM
hopstream's Avatar
hopstream hopstream is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 187 hopstream User rank is Private First Class (20 - 50 Reputation Level)hopstream User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 6 h 9 m 30 sec
Reputation Power: 6
The best one available on the market is Ensim (www.ensim.com). Its also expensive but worth every penny.
__________________

Saving money is easy with discount codes from under tag coupons. Coupon codes for online purchases.

Reply With Quote
  #5  
Old September 16th, 2005, 02:53 PM
jsbruns jsbruns is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2003
Location: Washington, D.C.
Posts: 610 jsbruns User rank is Private First Class (20 - 50 Reputation Level)jsbruns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 15 h 9 m 54 sec
Reputation Power: 5
Trying to install web-cp on my redhat el 3 box, following the redhat 9 instructions. I don't get very far:

Code:
[root@shared1 root]# rpmbuild -ta webcp-0.5.7.tar.gz
error: File /root/webcp.0.5.7.tar.gz: No such file or directory

Reply With Quote
  #6  
Old September 18th, 2005, 12:31 PM
ramonklown's Avatar
ramonklown ramonklown is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Rio de Janeiro, Brazil
Posts: 447 ramonklown User rank is Private First Class (20 - 50 Reputation Level)ramonklown User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 14 h 17 m 46 sec
Reputation Power: 5
rpmbuild is for building source rpm files, in this case you probaly want to untar first before you go on and try to building it.
try:
Code:
tar -zxvf <filename>

Reply With Quote
  #7  
Old September 19th, 2005, 10:48 AM
jsbruns jsbruns is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2003
Location: Washington, D.C.
Posts: 610 jsbruns User rank is Private First Class (20 - 50 Reputation Level)jsbruns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 15 h 9 m 54 sec
Reputation Power: 5
I've untarred my webcp tar file, which creates a directory webcp, with a bunch of files and directories within. I tried issuing the same command outside of the new directory, same error. I tried moving into the directory and building the .spec file, error that says /usr/src/redhat/SOURCES/webcp.0.5.7.tar.gz No such file or directory.

Suggestions?

Reply With Quote
  #8  
Old September 19th, 2005, 11:28 AM
ramonklown's Avatar
ramonklown ramonklown is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Rio de Janeiro, Brazil
Posts: 447 ramonklown User rank is Private First Class (20 - 50 Reputation Level)ramonklown User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 14 h 17 m 46 sec
Reputation Power: 5
tar is a file(s) compacting format, src rpms hardly ever come inside tar files due to already being a compacted format.
you might want to look for tutorials on linux before you go off in this adventure, plus you will have to syncronize the webcp with the services.
You have to start on the right foot before going ahead.
tutorials:
http://www.tldp.org/LDP/intro-linux/html/intro-linux.html

I had a better one, but forgot the link.
Peace

Reply With Quote
  #9  
Old September 29th, 2005, 11:05 AM
jsbruns jsbruns is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2003
Location: Washington, D.C.
Posts: 610 jsbruns User rank is Private First Class (20 - 50 Reputation Level)jsbruns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 15 h 9 m 54 sec
Reputation Power: 5
I know what a tar file is and how it works. I wasn't sure if I was missing something by following the instructions on web-cp's website.

Reply With Quote
  #10  
Old October 14th, 2005, 11:38 AM
HeadBuilder HeadBuilder is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 9 HeadBuilder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 41 sec
Reputation Power: 0
I'm not quite sure if webmin is still being offered and if it will work for you. Perhaps try a search on Google for 'webmin' ?

Reply With Quote
  #11  
Old October 15th, 2005, 04:23 PM
jsbruns jsbruns is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Sep 2003
Location: Washington, D.C.
Posts: 610 jsbruns User rank is Private First Class (20 - 50 Reputation Level)jsbruns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 15 h 9 m 54 sec
Reputation Power: 5
Webin is great, I use it actively as an administrative tool. Isn't really designed for user/hosting deployment. Thanks though. Looks like CPanel is the best thing out there, too bad it's not open source.

Reply With Quote
  #12  
Old October 16th, 2005, 01:57 AM
Starc Hosting Starc Hosting is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2005
Location: Slidell, Louisiana
Posts: 12 Starc Hosting User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 19 m 32 sec
Reputation Power: 0
Send a message via AIM to Starc Hosting Send a message via MSN to Starc Hosting Send a message via Yahoo to Starc Hosting
Quote:
Originally Posted by HeadBuilder
I'm not quite sure if webmin is still being offered and if it will work for you. Perhaps try a search on Google for 'webmin' ?

webmin is still selling.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementDevelopment Software > Web Hosting Control Panel


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |