Re: apache2 virtual host

2020-02-03 Thread Russell L. Harris
On Mon, Feb 03, 2020 at 09:10:25AM -0500, Greg Wooledge wrote: On Mon, Feb 03, 2020 at 06:59:55AM +, Russell L. Harris wrote: I receive the following error message when attempting to enable a virtual host (apache2 in Debian 10): root@penelope:/etc/apache2/sites-available# a2ensite domain

Re: apache2 virtual host

2020-02-03 Thread john doe
On 2/3/2020 4:55 PM, Russell L. Harris wrote: > On Mon, Feb 03, 2020 at 07:42:12AM +, Andy Smith wrote: >> Does calling it as: >> >> # /usr/sbin/a2ensite ??? >> >> work? > > root@penelope:/usr/sbin# /usr/sbin/a2ensite > Your choices are: 000-default default-ssl domain1.com domain2.com > Which s

Re: apache2 virtual host

2020-02-03 Thread Russell L. Harris
On Mon, Feb 03, 2020 at 07:42:12AM +, Andy Smith wrote: Does calling it as: # /usr/sbin/a2ensite ??? work? root@penelope:/usr/sbin# /usr/sbin/a2ensite Your choices are: 000-default default-ssl domain1.com domain2.com Which site(s) do you want to enable (wildcards ok)? domain1.com Enabling

Re: apache2 virtual host

2020-02-03 Thread Daryl
On Mon, 3 Feb 2020 07:40:25 + "Russell L. Harris" wrote: > On Mon, Feb 03, 2020 at 08:29:30AM +0100, john doe wrote: > >What is the content of your 'PATH' env? > > > >$ printf "%s\n" "$PATH" > > root@penelope:/usr/sbin# printf "%s\n" "$PATH" > /usr/local/bin:/usr/bin:/bin:/usr/local/games:

Re: apache2 virtual host

2020-02-03 Thread Greg Wooledge
On Mon, Feb 03, 2020 at 06:59:55AM +, Russell L. Harris wrote: > I receive the following error message when attempting to enable a > virtual host (apache2 in Debian 10): > >root@penelope:/etc/apache2/sites-available# a2ensite domain1.com.conf >bash: a2ensite: command not found You use

Re: apache2 virtual host

2020-02-03 Thread Russell L. Harris
On Mon, Feb 03, 2020 at 08:29:30AM +0100, john doe wrote: What is the content of your 'PATH' env? $ printf "%s\n" "$PATH" root@penelope:/usr/sbin# printf "%s\n" "$PATH" /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games I really must turn in for the night, and resume this on the morrow.

Re: apache2 virtual host

2020-02-02 Thread john doe
On 2/3/2020 8:40 AM, Russell L. Harris wrote: > On Mon, Feb 03, 2020 at 08:29:30AM +0100, john doe wrote: >> What is the content of your 'PATH' env? >> >> $ printf "%s\n" "$PATH" > > root@penelope:/usr/sbin# printf "%s\n" "$PATH" > /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > In addi

Re: apache2 virtual host

2020-02-02 Thread Andy Smith
Hi Russell, On Mon, Feb 03, 2020 at 07:11:21AM +, Russell L. Harris wrote: > On Mon, Feb 03, 2020 at 07:05:11AM +, Andy Smith wrote: > >(do these as root, since that seems to be how you are working) > > > ># which a2ensite > ># ls -la /usr/sbin/a2ensite > > root@penelope:/etc/apache2/site

Re: apache2 virtual host

2020-02-02 Thread john doe
On 2/3/2020 8:11 AM, Russell L. Harris wrote: > On Mon, Feb 03, 2020 at 07:05:11AM +, Andy Smith wrote: >> Hi Russell, >> >> On Mon, Feb 03, 2020 at 06:59:55AM +, Russell L. Harris wrote: >>> I receive the following error message when attempting to enable a >>> virtual host (apache2 in Debi

Re: apache2 virtual host

2020-02-02 Thread Russell L. Harris
On Mon, Feb 03, 2020 at 07:05:11AM +, Andy Smith wrote: Hi Russell, On Mon, Feb 03, 2020 at 06:59:55AM +, Russell L. Harris wrote: I receive the following error message when attempting to enable a virtual host (apache2 in Debian 10): root@penelope:/etc/apache2/sites-available# a2ens

Re: apache2 virtual host

2020-02-02 Thread Andy Smith
Hi Russell, On Mon, Feb 03, 2020 at 06:59:55AM +, Russell L. Harris wrote: > I receive the following error message when attempting to enable a > virtual host (apache2 in Debian 10): > >root@penelope:/etc/apache2/sites-available# a2ensite domain1.com.conf >bash: a2ensite: command not f

apache2 virtual host

2020-02-02 Thread Russell L. Harris
I receive the following error message when attempting to enable a virtual host (apache2 in Debian 10): root@penelope:/etc/apache2/sites-available# a2ensite domain1.com.conf bash: a2ensite: command not found The configuration file domain1.com.conf is owned by root:root and has permissions i

Re: Splitting out apache2 virtual host bandwidth usage

2007-10-01 Thread Chris Searle
On 2. okt. 2007, at 00.17, Michael Shuler wrote: http://cband.linux.pl/ http://mod-cband.com/cband-status Interesting - I will have to take a look at this. It's available in etch - I just need to see if it can be configured only for monitoring and not limiting (of course you can set extre

Re: Splitting out apache2 virtual host bandwidth usage

2007-10-01 Thread Michael Shuler
On 10/01/2007 04:17 PM, Chris Searle wrote: > I know I can see on the awstats graph for each host the usage there. But > - is there a simple way to either get ntop to separate by virtual hosts > (not sure if this kind of customization is available) or - some other > way to collect this information

Splitting out apache2 virtual host bandwidth usage

2007-10-01 Thread Chris Searle
Just been monitoring a new server - it has several apache2 virtual hosts and ntop is reporting within the last day 250M bandwidth usage on http alone. I know I can see on the awstats graph for each host the usage there. But - is there a simple way to either get ntop to separate by virtual

Re: Debian Etch apache2 virtual host problem

2007-08-01 Thread rocky
Hey all, Thank you very much for your help! I will go back and make the changes. Blessings, Rocky -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian Etch apache2 virtual host problem

2007-07-31 Thread Andrew Sackville-West
On Tue, Jul 31, 2007 at 09:30:38AM -, rocky wrote: > Hey, > > I'm runing Debian etch with apache2 on it. To make the server host > many website I added the following code to the end of /etc/apache2/ > apache2.conf > --Code > begin

Re: Debian Etch apache2 virtual host problem

2007-07-31 Thread Raffaele Morelli
# HTML documents, with indexing. > > Options +Includes > this is extremely insecure if your machine is public see Order Deny, Allow # CGI Handling > ScriptAlias /cgi-bin/ /var/www/workzone/cgi-bin/ > > Options +ExecCGI >

Debian Etch apache2 virtual host problem

2007-07-31 Thread rocky
Hey, I'm runing Debian etch with apache2 on it. To make the server host many website I added the following code to the end of /etc/apache2/ apache2.conf --Code begin-- NameVirtualHost * # Basic setup S