Welcome Guest, Not a member yet? Register   Sign In
Problem with URI
#16

[eluser]jedd[/eluser]
Hi Michael,

Not OSX au fait .. so you will have to hunt the details down yourself, but I suggest you track the contents of the access and error logs for Apache. They might(!) be under /var/log/apache2 - but who knows where Steve put them.

In any case, those are the two files there that are of interest. I recommend you open up two separate command line terminals, you might need to sudo to get access to these two files, and run this command in one window:

Code:
$   tail   -f   /var/log/apache2/access.log

In the other window, run the same command but against 'error.log'. You'll have to find the right PATHs, as I say.

The -f parameter will follow the log files. So if you crank these up, and then use your web browser to hit the page again, you'll see exactly what Apache thinks it's being asked for, and more importantly what it can and can't deliver.


Messages In This Thread
Problem with URI - by El Forum - 03-21-2009, 08:13 PM
Problem with URI - by El Forum - 03-21-2009, 11:49 PM
Problem with URI - by El Forum - 03-22-2009, 09:16 AM
Problem with URI - by El Forum - 03-22-2009, 10:19 AM
Problem with URI - by El Forum - 03-22-2009, 10:51 AM
Problem with URI - by El Forum - 03-22-2009, 12:00 PM
Problem with URI - by El Forum - 03-22-2009, 02:03 PM
Problem with URI - by El Forum - 03-23-2009, 01:38 PM
Problem with URI - by El Forum - 03-23-2009, 01:45 PM
Problem with URI - by El Forum - 03-23-2009, 01:55 PM
Problem with URI - by El Forum - 03-23-2009, 02:25 PM
Problem with URI - by El Forum - 03-23-2009, 02:43 PM
Problem with URI - by El Forum - 03-23-2009, 02:44 PM
Problem with URI - by El Forum - 03-23-2009, 02:56 PM
Problem with URI - by El Forum - 03-23-2009, 03:17 PM
Problem with URI - by El Forum - 03-23-2009, 05:49 PM
Problem with URI - by El Forum - 03-23-2009, 06:41 PM
Problem with URI - by El Forum - 03-23-2009, 07:20 PM
Problem with URI - by El Forum - 03-23-2009, 11:30 PM
Problem with URI - by El Forum - 03-24-2009, 10:23 AM
Problem with URI - by El Forum - 05-30-2009, 10:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB