V S Somasundaram schrieb:
> Hi,
> 
> I compiled PHP 4.3.0 support with Apache 2.0.43 on Linux. Then I created
> a test script and when trying to access it says "Access Forbidden". The
> permission for the directory from which the test script is invoked are
> correct.
> 
> When I run the same script from the terminal like this:
> 
> $php test.php
> 
> it works correctly.
> 
> Please help me out.
> 
> Cheers!!!
> Somu
> 

take a look in ".../apache/logs/" what is in the error & access Log file ?
there you might find more details which script where, when fails ...
maybe use "log_errors = On" and "error_log = /myphp.log" in the php.ini
to get more detailed information ...


-- 
 @  Goetz Lohmann, Germany   |   Web-Developer & Sys-Admin
\/  ------------------------------------------------------
()  He's the fellow that people wonder what he does and
||  why the company needs him, until he goes on vacation.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to