Moderators: enjay, williamconley, Staydog, mflorell, MJCoate, mcargile, Kumba
nano +30 /etc/apache2/default-server.conf
Allow from all
<FilesMatch "\.(log|txt)$">
Order allow,deny
Deny from all
</FilesMatch>
</Directory>
/etc/init.d/apache2 restart
ciacho wrote:1.
<Home> and <End> keys console patch (in console via SSH home and end keys not working):
@line 140 and 141 /etc/inputrc:
#
# Normal keypad and cursor of xterm
#
#"\e[1~": history-search-backward
#"\e[4~": set-mark
williamconley wrote:echo 'export EDITOR=/usr/bin/nano' >> /root/.bashrc
echo 'test -s ~/.alias && . ~/.alias || true' >> /root/.bashrc
will not take effect until next login (dupe your login NOW to test if you like)
Test (crontab -e uses the "default editor"):
crontab -e
williamconley wrote:
- Code: Select all
nano +30 /etc/apache2/default-server.conf
add the "FilesMatch" portion
- Code: Select all
Allow from all
<FilesMatch "\.(log|txt)$">
Order allow,deny
Deny from all
</FilesMatch>
</Directory>
restart apache!
- Code: Select all
/etc/init.d/apache2 restart
williamconley wrote:it would also be nice if the date.timezone were the same in both php.ini files.
/etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
it is presently set properly in the apache version, but left empty in the cli version
The php5-eaccelerator package comes from that repo. If there is an update made to php then that would need to be updated as well. After your update you can run php -v and if it doesn't say anything about eaccelerator being compiled for a different version then you are OK.
randy_delgado_03 wrote:If possible kumba, maybe we can add a option or configuration to freely change the sound of enter.h and leave.h (^_^) ...
Return to ViciBox Server Install and Demo
Users browsing this forum: No registered users and 57 guests