Re: getting a normal html-page (2nd try)

2001-08-26 Thread allan
changed port in httpd.conf to port 80 - it works! ___cliff rayman___ wrote: > > mac osX might also have the following mac like command: > lsof -nPi TCP | grep httpd | less > what does your's show? mine show: lsof: WARNING: compiled for Darwin release 1.0; this is 1.3.7. > alastair wrote: >

Re: getting a normal html-page

2001-08-23 Thread ___cliff rayman___
mac osX might also have the following mac like command: lsof -nPi TCP | grep httpd | less this should list something like: httpd27212 root 16u IPv4 2043928 TCP *:80 (LISTEN) httpd27213 root 16u IPv4 2043928 TCP *:80 (LISTEN) httpd27214 root 16u IPv4 2043928

Re: getting a normal html-page

2001-08-23 Thread alastair
On Fri, Aug 24, 2001 at 01:12:09AM +0200, allan wrote: > how come i cant even get a straigt html-page? So what port is apache listening on then? Are you sure it's port 80? Check httpd.conf. Cheers, -- Alastair| [EMAIL PROTECTED] | http://www.calliope.demon.co

Re: getting a normal html-page

2001-08-23 Thread ___cliff rayman___
two things: try ps auxww|less do you see a few httpd processes? then, try getting the page with the name of the server: http://www.domain.com/ or with the ip address of the server. perhaps the server is not listening at lo. i have never played with mac osX. allan wrote: > i have finally in

getting a normal html-page

2001-08-23 Thread allan
i have finally installed mod_perl (on mac osX) i can telnet to the sever and the error_log says: [Fri Aug 24 00:53:40 2001] [notice] Apache/1.3.20 (Darwin) mod_perl/1.25 configured -- resuming normal operations so im quite sure im pretty close ... my first major problem now is that i get a norm