CoolStack 1.1 amd64 php refresh problem
Hi,
I have a problem with refreshing .php files. If I create a file.php in /opt/coolstack/apache2/htdocs I must use apachectl graceful to see it. The same problem is when I edit the file, I must restart apache2 to see changes.
There is no problem with .html files
Could anyone help me please?
Message was edited by:
setuid.h
[369 byte] By [
setuid.ha] at [2007-11-27 7:54:31]

# 1
[nobr]Strange someone else told me about that today. I have not tested it yet, but have you tried commenting out the APC in your PHP.
edit /opt/coolstack/php5/lib/php.ini
and alter the apc line
#extension="apc.so"
You can check if yout apache has still got APC enabled by using loading the following php file and search for APC
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<br>
<?php phpinfo() ?>
</body>
</html>
[/nobr]