Re: [EMAIL PROTECTED] Apache not listening on port 443

2007-07-28 Thread Daniel D Jones
On Saturday 28 July 2007 21:59, Graham Frank wrote: > Hey, > > Look for "Port" or "Listen" directives in your httpd.conf file. What do > you see? You should see something line: > > Listen 80 > Listen 443 > > Or > > Port 80 > Port 443 I knew it had to be something simple. Thanks! -

RE: [EMAIL PROTECTED] Apache not listening on port 443

2007-07-28 Thread Graham Frank
Hey, Look for "Port" or "Listen" directives in your httpd.conf file. What do you see? You should see something line: Listen 80 Listen 443 Or Port 80 Port 443 Graham Frank Neoservers LLC - Founder and Owner Ph: (608) 359-1593 Member of the Better Business Bureau -Original Messag

[EMAIL PROTECTED] Apache not listening on port 443

2007-07-28 Thread Daniel D Jones
Running Apache 2.2.3 on Debian Etch. I recently rebuilt my server and am in the process of getting all services up and functioning. I have apache2 installed and functional. I'm not trying to get ssl working. I belive I have everything installed and configured. I get no errors when I restart

Re: [EMAIL PROTECTED] help on apache mod_rewrite

2007-07-28 Thread Norman Peelman
Tim Bannister wrote: On 28 Jul 2007, at 07:30, Marc Jacobs wrote: I need to create 1 virtual host that runs multiple sites (siteA.com) & siteB.com) located at different paths in the host. … See the part of httpd.conf that relates to this virtual host: DocumentRoot /var/www/vhosts/sites/http

Re: [EMAIL PROTECTED] help on apache mod_rewrite

2007-07-28 Thread Tim Bannister
On 28 Jul 2007, at 07:30, Marc Jacobs wrote: I need to create 1 virtual host that runs multiple sites (siteA.com) & siteB.com) located at different paths in the host. … See the part of httpd.conf that relates to this virtual host: DocumentRoot /var/www/vhosts/sites/httpdocs ServerName sites

Re: [EMAIL PROTECTED] determine FQDN problem

2007-07-28 Thread Deephay
On 7/28/07, Graham Frank <[EMAIL PROTECTED]> wrote: > It would error when it was in the VirtualHost because that directive only > applied to the VirtualHost. With it in the main config, it applies globally > to everything. > > I hope that answers the question. Thanks. I tried to add a .local exte