friday
Mitglied
- Mitglied seit
- 2 Nov 2006
- Beiträge
- 416
- Punkte für Reaktionen
- 0
- Punkte
- 16
laut meiner info.php habe ich
PHP Version 5.3.29
System Linux TS-221 3.4.6 #1 Mon Dec 29 00:40:42 CST 2014 armv5tel
...
Server API Apache 2.0 Handler
...
in der /etc/config/apache/apache.conf steht unter anderem
#ServerType standalone
ServerRoot "/usr/local/apache"
LockFile /var/lock/apache.lock
PidFile /var/lock/apache.pid
#ScoreBoardFile /usr/local/apache/logs/apache.scoreboard **aber selbst die datei gibts dort nicht
Timeout 300
nach ein bischen wildes klicken habe ich in /etc/config/apache/extra/apache-msv2.conf gefunden
ändere ich es manuell auf on und mache danach ein /etc/init.d/Qthttpd.sh restart, so wird der urzustand wieder hergestellt - also off
PHP Version 5.3.29
System Linux TS-221 3.4.6 #1 Mon Dec 29 00:40:42 CST 2014 armv5tel
...
Server API Apache 2.0 Handler
...
in der /etc/config/apache/apache.conf steht unter anderem
#ServerType standalone
ServerRoot "/usr/local/apache"
LockFile /var/lock/apache.lock
PidFile /var/lock/apache.pid
#ScoreBoardFile /usr/local/apache/logs/apache.scoreboard **aber selbst die datei gibts dort nicht
Timeout 300
nach ein bischen wildes klicken habe ich in /etc/config/apache/extra/apache-msv2.conf gefunden
PHP:
<IfModule alias_module>
Alias /MSV2 "/mnt/ext/opt/MSV2"
<Directory "/mnt/ext/opt/MSV2">
AllowOverride All
Order allow,deny
Allow from all
# Disable directory browsing
Options All -Indexes
# display no errs to user
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
# log to file
php_flag log_errors [B][COLOR="#FF0000"]on[/COLOR][/B]
php_value memory_limit 128M
php_flag output_buffering Off
</Directory>
</IfModule>
ändere ich es manuell auf on und mache danach ein /etc/init.d/Qthttpd.sh restart, so wird der urzustand wieder hergestellt - also off