24 Apr
2011
24 Apr
'11
11:58 p.m.
On Sun, Apr 24, 2011 at 4:03 AM, <ajesh@maxenna.com> wrote:
Initially I added the following lines to ports.conf.
Listen 80 Listen 8080 NameVirtualHost*:80 NameVirtualHost*:8080
Spaces are needed between 'NameVirtualHost' and the rest of the lines (i.e. *:80) NameVirtualHost *:80 NameVirtualHost *:8080 To+