> I've got apache-1.3.12-24mdk installed on my machine. When someone accesses
> my machine via http it doesn't show up in the logs in /var/log/httpd.
> Sometimes it takes some minutes until the entry shows up in the logs,
> sometimes it doesn't appear at all! HostnameLookups is off and I also tried
> chown'ing the files in /var/log/httpd to nobody.nobody. This didn't help at
> all.
>
> Is that behaviour expected, or am I doing something wrong?
>
> Alexander Skwar
I also installed this from cooker along with mod_perl and now I get
"connection refused" trying to access my site on port 80.
I even get refused trying to telnet to port 80 on loclhost, although I can
telnet to 22/23/25/443... What went wrong ?
I noticed that when I start up httpd, I now get new perl processes...
root 11118 1 0 Aug10 ? 00:00:00 httpd -DPERLPROXIED
root 11126 1 0 Aug10 ? 00:00:00 httpd-perl -f
/etc/httpd/conf/httpd-perl.conf -DPERL
root 11131 11118 0 Aug10 ? 00:00:00 httpd -DPERLPROXIED
www 11132 11118 0 Aug10 ? 00:00:00 httpd -DPERLPROXIED
www 11133 11118 0 Aug10 ? 00:00:00 httpd -DPERLPROXIED
www 11137 11126 0 Aug10 ? 00:00:00 httpd-perl -f
/etc/httpd/conf/httpd-perl.conf -DPERL
www 11140 11126 0 Aug10 ? 00:00:00 httpd-perl -f
/etc/httpd/conf/httpd-perl.conf -DPERL
www 11141 11118 0 Aug10 ? 00:00:00 httpd -DPERLPROXIED
www 11142 11118 0 Aug10 ? 00:00:00 httpd -DPERLPROXIED
I am just trying mod_perl for the first time, so is this normal ?
Why has this disabled port 80 ?
I noticed that the cooker version is changing the /etc/httpd/conf/httpd.conf
so that the web root path is now /var/www instead. Although it seems they
have /var/www linked back to /home/httpd... so what's the point of that ?
Thanks... Dan.