[EMAIL PROTECTED] shared hosting with suExec, PHP and Virtualmin

2008-05-24 Thread s3c . b3n
Hello everyone, I'm configuring a shared hosting system (Ubuntu Server 8.04) with Virtualmin and trying to configure suExec with apache since I need to run each virtual host with \different user privileges. But the problem is that after all the configuration is done as the tutorials, documentation

Re: [EMAIL PROTECTED] Rewriting as per-user-subdomains

2008-05-24 Thread Marcin 'Rambo' Roguski
> ServerAlias accepts wildcards, or just make sure all this mumbo-jumbo > happens in the first virtualhost for a set of NameVirtualHosts's -- it > will be the default. Sorry, false alarm- I knew I missed something- it was just that I didn't turn RewriteEngine explicitly on for the whole setup :),

Re: [EMAIL PROTECTED] Rewriting as per-user-subdomains

2008-05-24 Thread Eric Covener
On Sat, May 24, 2008 at 11:30 AM, Marcin 'Rambo' Roguski <[EMAIL PROTECTED]> wrote: > Hi, > > I was given a task for configuring the server so that if one calls > http://www.user.do.id.uw.edu.pl (yes, I know it's way too long- but on > purpose) > the server will silently rewrite the request so > h

[EMAIL PROTECTED] fastcgi

2008-05-24 Thread Gordon Stewart
Dear List I am trying to get Catalyst working through apache by using fastcgi. I am having difficulty in achieving this. This problem is that I seam to be getting apache error code 13. My config for my website is: ServerName www.dnsemail.co.uk DocumentRoot /var/www/dnsema

[EMAIL PROTECTED] Rewriting as per-user-subdomains

2008-05-24 Thread Marcin 'Rambo' Roguski
Hi, I was given a task for configuring the server so that if one calls http://www.user.do.id.uw.edu.pl (yes, I know it's way too long- but on purpose) the server will silently rewrite the request so http://do.id.uw.edu.pl/~user/joomla/ will be given Wasn't a difficulty finding it in httpd docs, h

Re: [EMAIL PROTECTED] how to use reverseproxy with htaccess

2008-05-24 Thread Chris Cohen
On Saturday 24 May 2008 14:34:45 Eric Covener wrote: > On Sat, May 24, 2008 at 3:22 AM, Chris Cohen <[EMAIL PROTECTED]> wrote: > > > >ProxyPass http://fry.example.org/ > >ProxyPassReversehttp://fry.example.org/ > > > > Try Locati

Re: [EMAIL PROTECTED] how to use reverseproxy with htaccess

2008-05-24 Thread Eric Covener
On Sat, May 24, 2008 at 3:22 AM, Chris Cohen <[EMAIL PROTECTED]> wrote: > >ProxyPass http://fry.example.org/ >ProxyPassReversehttp://fry.example.org/ > Try Location instead of directory. -- Eric Covener [EMAIL PROTECTED]

[EMAIL PROTECTED] how to use reverseproxy with htaccess

2008-05-24 Thread Chris Cohen
Hello all, I'm new to this list and am not very experienced with apache. I wan't to use apache's reverse proxy functionality to access a webserver in my lan behind nat via ssl. But I want to restrict access to only a few users. So I have: ServerAdmin [EMAIL PROTECTED] SSLEngine