I don't know why this is a problem, but maybe someone will be able to help...
I was changing some PHP settings so that I could upload some large images to my server. All was going fine until I tried to increase the memory limit.
I had set the Max Execution Time to 300
db configuration setprop php MaxExecutionTime 300
The Upload Max Filesize to 50
db configuration setprop php UploadMaxFilesize 50
And I ran the following between the two commands that I just mentioned
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart
I tried the web page after each step and it loaded fine.
Then I ran
db configuration setprop php MemoryLimit 64
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart
and now I can't get to any webpage on that server. I don't get an error, just a page cannot be displayed in IE, and unable to connect in Firefox... I have since went back and changed the PHP settings to their
default values, and it has not helped at all.
When I run
db configuration show
I see
httpd-e-smith=service
TCPPort=80
access=public
status=enabled
and
php=service
AllowUrlFopen=Off
MaxExecutionTime=30
MemoryLimit=32
UploadMaxFilesize=10
status=enabled
This is a fully updated 7.2 server, and I should point out that I am able to VPN and SSH into it just fine as I am not at that location...
What other relevant information should I include?
Thanks!
Ryan