On Sat, Nov 11, 2006 at 03:28:47PM +0800, Stephen Liu wrote :
> Are 80 and 44 referring to port-80 and port-44 respectively.
Yes
> If YES, what is port-44?
Isn't it 443 for http protocol over TLS/SSL ?
Oumar
--
One OS to rule them all,
One OS to find them.
One OS to call them all,
And in s
Hi all. Sorry to bother.I try to load the scgi module into apache2. I run suse linux and i installed the module through an RPM.I write LoadModule scgi module /path/to/mod_scgi.so and when i restart
apache2 i get the following error: Syntax error on line 113 of /etc/apache2/httpd.conf: Syntax error
Hi,I have a strange problem with mod_deflate. I have it configured apache with two Port 80 Virtual Hosts and a Port 443 one.For some bizarre reason the SSL one is logging as deflating correctly but the two Port 80's are logging but showing that it is not deflating.
Any help would be most appreciate
Have you tried putting a line break between "Listen 80 Listen 44 * end *"So it reads:Listen 80Listen 44Those two can't be on one line. as explained here:
http://httpd.apache.org/docs/2.2/configuring.html#syntaxExcerpt:"Apache configuration files contain one directive per line.
The