Okey, I know that Apache + PHP runs best out of linux, but since my skills in linux is quite limited I wish to get as much out of Win2k instead.
As stated in the subject, this is my setup:
- Apache 2 (C:\www\Apache2\)
- PHP 4 (C:\www\php\) (CGI since Apache complains trying the module)
- Windows 2000 Pro
I've set up an account for Apache to run as a service with which I've limited filesystem access to as much as I can, but still I'm not happy. As far as I've come is that PHP can list all folder contents down its path, that means that it can list:
C:\
C:\www\
C:\www\*
I wish that there were a way to limit PHP-scripts access on the system by only changing in php.ini. I've tried with the different path-settings such as basedir and userdir (I don't remember the exact names), but I end up with "No input file specified." while browsing the different php-pages.
If You'd like to help me out on this one, then I'd be really greatful for it!
(I'm sorry if my english isn't the best, I'm from Sweden.)



