Hi all,
I have set MOD_RUID2 yes in the options of Custombuild 2.0, and run
./build all d
./build rewrite_confs
But when test it with this simple php file in a public_html folder I get an permission error.
How can I test if MOD_RUID2 is working?
The "grep 'mod_ruid2' /etc/httpd/conf/httpd.conf" command does not give any output.
Custombuild display's this in the options "mod_ruid2: 0.9.8" and php "PHP (default): 5.6 as mod_php"
What am I missing ?!
I have set MOD_RUID2 yes in the options of Custombuild 2.0, and run
./build all d
./build rewrite_confs
But when test it with this simple php file in a public_html folder I get an permission error.
PHP:
<?php
mkdir('ruidtest');
file_put_contents('ruidtest/test.txt', 'Hello!');
?>
How can I test if MOD_RUID2 is working?
The "grep 'mod_ruid2' /etc/httpd/conf/httpd.conf" command does not give any output.
Custombuild display's this in the options "mod_ruid2: 0.9.8" and php "PHP (default): 5.6 as mod_php"
What am I missing ?!