Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to allow otheres to configure there own site

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  internal server error  
Author Message
shahin

External


Since: Feb 01, 2008
Posts: 5



(Msg. 1) Posted: Wed Feb 13, 2008 7:47 am
Post subject: How to allow otheres to configure there own site
Archived from groups: alt>apache>configuration (more info?)

Hi,

I am a newbie and I have a question,

I did install debian+apache2+PHP+mysql every thing working just fine,
I can access my website from every where on this server.
Now I want to configure my server, so that diffirent users can access
it with SSH and setup there own websites, what program do I need and
how can I configure it?

Thanks,

Shahin

 >> Stay informed about: How to allow otheres to configure there own site 
Back to top
Login to vote
Andy Ruddock

External


Since: Dec 30, 2007
Posts: 5



(Msg. 2) Posted: Wed Feb 13, 2008 5:28 pm
Post subject: Re: How to allow otheres to configure there own site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

shahin wrote:
> Hi,
>
> I am a newbie and I have a question,
>
> I did install debian+apache2+PHP+mysql every thing working just fine,
> I can access my website from every where on this server.
> Now I want to configure my server, so that diffirent users can access
> it with SSH and setup there own websites, what program do I need and
> how can I configure it?
>
> Thanks,
>
> Shahin

Make sure that the userdir module is installed.
As root :

#a2enmod userdir
#/etc/init.d/apache2 reload

If you look in /etc/mods-available you should have two files
userdir.conf and userdir.load
In /etc/mods-enabled you should have symbolic links pointing to these files.

If your users create a directory called public_html under their home
directories they can place their html files there.
These are accessible via http://yoursite/~username

You also need to install the openssh server.
Again as root :

#apt-get install openssh-server

--
Andy Ruddock
------------
andy_DOT_ruddock_AT_gmail_DOT_com (GPG Key ID 0x74F41E8F)

 >> Stay informed about: How to allow otheres to configure there own site 
Back to top
Login to vote
Andy Ruddock

External


Since: Dec 30, 2007
Posts: 5



(Msg. 3) Posted: Wed Feb 13, 2008 5:29 pm
Post subject: Re: How to allow otheres to configure there own site [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Andy Ruddock wrote:
> shahin wrote:

[snip]

> If you look in /etc/mods-available you should have two files
> userdir.conf and userdir.load
> In /etc/mods-enabled you should have symbolic links pointing to these files.

That is, of course, /etc/apache2/mods-available and
/etc/apache2/mods-enabled

--
Andy Ruddock
------------
andy_DOT_ruddock_AT_gmail_DOT_com (GPG Key ID 0x74F41E8F)
 >> Stay informed about: How to allow otheres to configure there own site 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
How do I configure apache to view my web site remotely? - How do I configure apache to view my web site remotely? In httpd.conf I have changed the line ServerName localhost:80 to ServerName <my ip address>:80 and restarted Apache but I can't view my web site remotely. :( Any ideas? Thanks, Johnny

configure ssl - how configure and enable ssl with apache 2.0 ? thanks, sebosac.

How to configure log files ? - Hello, Sorry for my poor english, I'm french. My Apache 1.3.19 (running on Red Hat), is configured to create one log file per virtual site (it's described in the httpd.conf). But the log I get are not complete enougth, I'd like to have the referrer, the....

Configure via router - I'm a complete newbie to Apache, so any help would be appreciated in as simple terms as possible. I'm about to install Apache 2.0.48 on Windows XP via the Win32 installer. I know this isn't the best O.S. but it's what I have to work with. Apache will be...

Configure for no reliable IP - I have an OSX box (Cube, actually) and I want to mirror the configuration to the server my sites are on. This box is on a dynamic IP address and behind a firewall router. it usually has the local address 10.0.1.2 but not reliably. We have a Rendezvous..
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]