Strange problems

Wouter

Verified User
Joined
Jun 15, 2005
Messages
132
Location
The Netherlands
We have strange problems with one of our DA-servers. We already submitted an support mail, but maybe someone here knows the problem and can help us faster? You can read the problem(s) in the support mail we send:

----- Our latest reply to DA support -----

Hello John,

Unfortunately that's not the solution, I have did what you say and restarted
apache and directadmin (too be sure), but without any results.

Also I found another strange problem, when I was restarting apache, it
give's the following error:

The following error has occurred

Details

Starting httpd: daemon: not found [ FAILED ]

But apache starts without any problems?!

Do you have any idea what could be the solution for our problems?
Thanks in advance.


----- First reply of DA support -----

Hello,

It looks like php it outputting an httpd headers. not too sure why.

If you type the following, you should get:

[user@server]# php
<?
echo "hi\n";
?>
hi
[user@server]#

Your system is likely doing:

[user@server]# php
<?
echo "hi\n";
?>
Content-type: text/html
X-Powered-By: PHP/4.3.11
hi
[user@server]#

Try running:

cp -f /usr/local/directadmin/customapache/php-4.3.11/php.ini-dist /usr/local/lib/php.ini

Thank you,

John
--------------------------------------------------

DirectAdmin Web Control Panel
http://www.directadmin.com



----- Original Message -----


Dear Sir/Madame,

One of our server encounters problems in the DA webpanels. Attached to
this
e-mail you will find 2 screenshots wich makes the problems obvious.
I can't get it to work. I tried another skin but it also gives strange
output. All the data shows up 3 times, one of them looks good, the other 2
shows only the tokens and screw up the look of the panel.
Do you have any suggestions?
 

Attachments

  • da_problems.zip
    166.1 KB · Views: 370
Problem is solved really fast because of John. Thank John.
Recompiling php was the solution. You can find how to do this in the help pages of DA.
 
Back
Top