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!
-
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
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
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
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
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