Php 4/5

Status
Not open for further replies.

alpharex

Verified User
Joined
Jun 7, 2008
Messages
15
Hi,

if'e installed Directadmin, but the php don't work.

I installed 4 and 5, but where i can choose witch php version i want to use? this is an example

http://www.alpharex.nl/php.php

An inital server error :S

Whats the problem? should i re-instel php or whole directadmin?
 
did you use customapache or custombuild? were there any errors during installation? didn't you select php 4 and 5 both as cli?
 
Code:
[root@server ~]#tail -n 20 /var/log/suphp.log
[Thu Jul 10 21:35:16 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:16 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:16 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:16 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:16 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:17 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:17 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:17 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:17 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:35:17 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:37:46 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/php.php" is smaller than min_uid
[Thu Jul 10 21:39:14 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:39:15 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:39:15 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:39:15 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/echo.php" is smaller than min_uid
[Thu Jul 10 21:39:18 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/index.php" is smaller than min_uid
[Thu Jul 10 21:39:20 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/index.php" is smaller than min_uid
[Thu Jul 10 21:39:20 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/index.php" is smaller than min_uid
[Thu Jul 10 21:39:20 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/index.php" is smaller than min_uid
[Thu Jul 10 21:39:20 2008] [warn] UID of script "/home/admin/domains/alpharex.nl/public_html/index.php" is smaller than min_uid
[root@server ~]#
 
What's the output of:
Code:
ls -l /home/admin/domains/alpharex.nl/public_html/index.php
 
haha stupid, i see, it's an mistake by meself...

i've created this page with ssh so it don't work.

Now he work

Thanks for all your help and tips
 
Status
Not open for further replies.
Back
Top