i actually have to reboot the server to gain access to it again.
Restarting the SSHD is enough to gain access again overhere.
But i tried it 3 times now. And 3 times it juist close my session.
i actually have to reboot the server to gain access to it again.
Anyone have an idea for my question?
When i run the ./build update_all d command within a VPS.
The ssh session is terminated when php5 is compiled.
Any idea why?
There is no command "update_all", maybe you are using "./build all d". This issue is probably caused because of zlib recompile, because both PHP and SSHd are using it
Because there are no plans for it in CustomBuild 1 plans Maybe in 1.1 we will have it as default or addition.
Error executing your request
Details
Error setting up your web: Error: Cannot open "srm.conf": no such file or folder.
How do i get frontpage extensions working again? I can see that the dav module is loaded and configured with apache 2.2 thanks to the build script but when i try to enable extensions from inside DA i get this error;
Code:Error executing your request Details Error setting up your web: Error: Cannot open "srm.conf": no such file or folder.
touch /etc/httpd/conf/srm.conf
When i run the ./build update_all d command within a VPS.
The ssh session is terminated when php5 is compiled.
Any idea why?
This issue is probably caused because of zlib recompile, because both PHP and SSHd are using it
Alias /uploads "/etc/httpd/uploads"
<Directory "/etc/httpd/uploads">
Dav On
Order Allow,Deny
Allow from all
AuthType Digest
AuthName DAV-upload
# You can use the htdigest program to create the password database:
# htdigest -c "/etc/httpd/user.passwd" DAV-upload admin
AuthUserFile "/etc/httpd/user.passwd"
# Allow universal read-access, but writes are restricted
# to the admin user.
<LimitExcept GET OPTIONS>
require user admin
</LimitExcept>
</Directory>