Koozali.org: home of the SME Server

Zend install help! Willing to pay for step by step!

Offline edb

  • *
  • 548
  • +0/-0
Zend install help! Willing to pay for step by step!
« Reply #30 on: January 11, 2005, 01:28:19 AM »
Close. After a reboot the lines are still at the bottom of the httpd.conf file but for whatever reason I have to give the /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf and restart httpd to see the results I want. I just don't get it? Does it make any sense to you.
......

Offline gregswallow

  • *
  • 651
  • +1/-0
Zend install help! Willing to pay for step by step!
« Reply #31 on: January 11, 2005, 01:50:04 AM »
I dont think it has to do with expanding the template again if the file is the same before and after.  Try rebooting and then see if it works, then just restart httpd and see if it works.  Although either way it doesn't make any sense to me either.  You might have to go though your log files to see if any error messages can explain it.

Offline edb

  • *
  • 548
  • +0/-0
Zend install help! Willing to pay for step by step!
« Reply #32 on: January 11, 2005, 06:34:55 AM »
Your right it sure is wierd.
I just tried it again after a reboot and sure enough it didn't work properly. But all I had to do was a "service httpd restart" and everything is ok again.

Could it be the relationship between HTTPD loading and PHP loading depending on what gets loaded first?
Since the code I'm adding within the httpd.conf file are php varriables maybe it's not working due to httpd loading before php and therefore, php isn't runing so httpd doesn't know how to handoff the code. Hence, the reason for the restarting of the httpd after the server is up seems to work fine? Comments

Ed
......

Offline gregswallow

  • *
  • 651
  • +1/-0
Zend install help! Willing to pay for step by step!
« Reply #33 on: January 11, 2005, 08:02:31 AM »
Maybe check out other ways of setting those variables than in the httpd.conf file.  Try google, I am out of ideas, sorry.

Offline gregswallow

  • *
  • 651
  • +1/-0
Zend install help! Willing to pay for step by step!
« Reply #34 on: January 11, 2005, 08:11:49 AM »
Note - I made a script to install Zend Optimizer, Turck-MMCache and PHPCoder - check it out here:
http://forums.contribs.org/index.php?topic=25554.msg103256#msg103256

Offline edb

  • *
  • 548
  • +0/-0
Zend install help! Willing to pay for step by step!
« Reply #35 on: January 11, 2005, 04:55:24 PM »
Thanks for looking at it Greg.

Ed
......