On Tue, 2004-10-26 at 16:35, Chuck Ouellette wrote: > The issue I have is it seems to work from the command line but not the > browser I get a 403 Forbidden > > You don't have permission to access /hello.php on this server. > > Apache/1.3.29 Server at wncghost.wncg.net Port 80 >
Charles, Checking the simple things first, it sounds as though your webserver user does not have permissions to access phpinfo.php. Try renaming it to phpinfo.html (so PHP is taken out of the equation) and see if the webserver will show it. I don't use PHP with Oracle but I don't think you need the --with-oracle as this is really for Oracle 7. Another point. As you compiled PHP --with-apxs then it will be as an Apache httpd module, so has Apache httpd been compiled with mod_so? (httpd -l from the command line as root will tell you). Just checking, you did restart the webserver? HTH Chris