1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
ClearOS Web Hosting
(1 viewing) 1 Guest
Go to bottomPage: 12
TOPIC: ClearOS Web Hosting
*
#3067
Re:ClearOS Web Hosting 3 Years, 4 Months ago  
Hi all again.
I solved it. Found some other threads and it finally led me to someone with the same problem. Think it was on the old cc forum. I made another user, just for the ftp and that worked after I opened the firewall for passive ftp.
Odinn Burkni Helgason
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3090
Re:ClearOS Web Hosting 3 Years, 4 Months ago  
Hi Odinn
you can Install joomla 1.5 by using this setup just use the ftp upload option in joomla to maintain the installation of components and plugins.
Megrain
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
The pillar of knowledge is like a mountain, it doesn’t matter how many times you climb it you'll discover something on your way. website
 
#3224
Re:ClearOS Web Hosting 3 Years, 4 Months ago  
Awesome!

I will definitely look into it. Many thanks for the hard work.
kbricked
Platinum Boarder
Posts: 431
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3226
Re:ClearOS Web Hosting 3 Years, 4 Months ago  
no problem
Megrain
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
The pillar of knowledge is like a mountain, it doesn’t matter how many times you climb it you'll discover something on your way. website
 
#24252
Re:ClearOS Web Hosting 2 Years, 3 Months ago  
Hi

I've started to build a few amateur websites on my CC box using flexshares that I want to have others be able to control and maintain the majority of responsibility for. In short, simple and reliable web hosting for a few individuals.

site1.domain.pointclark.net
site2.domain.pointclark.net
site3.domain.pointclark.net
etc

What I want to be able to do is register domain names for each flexshare that I'm using as independent websites and I think I can do this by utilizing virtual hosts. I am not sure if using flexshares is the correct way as of now to set this up but if this is possible I would like to go this route.

My question is this: Will installing a control panel such as web-cp, GPL Host, or RavenCore interfere in anyway with webconfig, webmin or other vital roles of the CC/ClearOS distribution? If so, how does this differ from granting webconfig and ssh access?

Needless to say I think its time I bought a few books on linux and web hosting.


exchange server maintenance
nithra booly
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#24253
Re:ClearOS Web Hosting 2 Years, 3 Months ago  
Hi N
if you are going to use the website for yourself and not allow customers direct access to it, you don't need to go for any of the cp packages and just use webconfig. if you wish to use this as a hosting platfom I would suggest to look at installing CentOS 5 with ISPConfig it works alot better then webconfig and has the added billing system in it.
Megrain
Senior Boarder
Posts: 58
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
The pillar of knowledge is like a mountain, it doesn’t matter how many times you climb it you'll discover something on your way. website
 
#24274
Re:ClearOS Web Hosting 2 Years, 3 Months ago  
I think it was Megrain who suggested Joomla on an earlier post in this thread. I've been using it with two sites so far, one primary domain in my web root (i.e. /var/www/html) and one virtual domain in the virtual web root (i.e. /var/www/virtual/virtualdomain_name.com). All websites can be added to the web server in the webconfig. The first entered becomes the primary and any entered thereafter become the virtual sites (as many as you want if your server can keep up). Of course each virtual domain requires a registered domain themselves. Subdomains to your pointclark.com domain won't need to be registered domains, but they will need to be added in your Clear Center account. Any new domains you want to register can also be done in your Clear Center account. You'll want to create aliases for any registered domains for virtual sites (unless you have muliple static ip addresses from your isp) by way of cname records. These cname records will point the domain names for your virtual sites to the same ip address of your primary domain. Works like a charm.

Now, once all this is done, you just copy all the contents Joomla includes in their installation package into the webroot. Do the same for every virtual site you're hosting into the virtual webroot(s). I recommend you copy and rename the configuration.php-dist file to configuration.php and delete all the script from it, so its basically a blank file. Don't worry, Joomla will populate it with script during the configuration steps. Before doing the next steps, you'll ideally want to give apache ownership of your webroot:
Code:

chown -R apache:apache /var/www/html

and the same for virtual sites:
Code:

chown -R apache:apache /var/www/virtual/virtualdomain_name

To configure Joomla for each site you then enter the site's address/administrator and Joomla will walk you through the rest. After the initial configuration you'll be required to delete the installation (it's literally labeled "installation") folder from your webroot before you can proceed any further. Once you do that, you can get into the backend administration panel using the default username of "admin" and the password you assigned during the initial configuration. It's pretty straight forward after that. Just take your time during the initial configuration and check all the fields that need entries. I recommend you install the sample files during the configuration process because it will make startup so much nicer for you.

Any customers of yours that want to configure and design their own (Joomla) sites can then have usernames and passwords configured for them and be made superadministrators for the site(s).

It really is good stuff.
Dirk Albring
Platinum Boarder
Posts: 360
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
God Bless,
Dirk
 
#46004
Re:ClearOS Web Hosting 8 Months, 1 Week ago  
hi , i did my first website today. i just created a new default website through, web-webserver-website...
add default website as sitename.lan/ group all user, ..
at system, add new group, add new user with password.
download filezilla ftp host name : your server addres, username your user name, password user password. port 21
login to the ftp server upload your files. go to your web browser type server,name
you can see the new default site.
now i am trying to host another webpage
SHAMEEM
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#46056
Re:ClearOS Web Hosting 8 Months, 1 Week ago  
Are you asking how to host another website on your server?

If yes, then it will have to be a virtual domain under /var/www/virtual and you'll have to create a cname record that will point the virtual domain name to your web domain name.
Dirk Albring
Platinum Boarder
Posts: 360
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
God Bless,
Dirk
 
Go to topPage: 12
  get the latest posts directly to your desktop