Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Lighttpd und Debian 6

Featured Replies

Ich habe von meinem Hoster gestern meinen neuen server gestellt bekommen. Die Hardware ist recht neu und Debian 5 machte Probleme bei der Installation. Da ein paar Techniker bei der entwicklung von Debian 6 mitwirken, meinte man, das es kein Problem sei, Debian 6 zu Installieren, da diese Version n?chsten Monat eh erscheint.

 

Ich habe nun Lighttpd installiert und Froxlor. Es gab hier keinerlei Probleme. Nachdem ich nun Froxlor Installiert habe und die Config f?r lighttpd eingerichtet habe, bekomme ich beim neustart von lighttpd ein Fehler

 

root@debian:~# /etc/init.d/lighttpd restart

cat: /etc/lighttpd/froxlor-diroptions/*.conf: No such file or directory

Stopping web server: lighttpd.

cat: /etc/lighttpd/froxlor-diroptions/*.conf: No such file or directory

Starting web server: lighttpdcat: /etc/lighttpd/froxlor-diroptions/*.conf: No such file or directory

 

das verzeichnis froxlor-diroptions wurde erstellt, jedoch ist es leer.

 

Hier meine lighttpd.conf

 

###############################################################################
# Default lighttpd.conf for Froxlor.
###############################################################################
var.basedir  = "/var/www"
var.logdir   = "/var/log/lighttpd"
var.statedir = "/var/lib/lighttpd"

server.modules = (
"mod_rewrite",
"mod_redirect",
"mod_alias",
"mod_access",
"mod_auth",
"mod_fastcgi",
"mod_cgi",
"mod_accesslog"
)

server.username      = "www-data"
server.groupname     = "www-data"
server.document-root = var.basedir
server.pid-file      = "/var/run/lighttpd.pid"
accesslog.filename   = var.logdir + "/access.log"
server.errorlog      = var.logdir  + "/error.log"

server.indexfiles    = ("index.php", "index.html",
					"index.htm", "default.htm")

server.name			 = "debian"
server.port          = 80
server.bind          = "95.0.239.162"
url.access-deny = ("~", ".inc")

fastcgi.server = (
".php" => (
	"localhost" => (
		"socket" => "/tmp/lighttpd-fcgi-sock-lighttpd",
		"broken-scriptfilename" => "enable",
		"bin-path" => "/usr/bin/php5-cgi",
		"min-procs" => 1,
		"max-procs" => 1,
		"max-load-per-proc" => 4,
		"idle-timeout" => 60,
		"bin-environment" => (
			"UID" => "www-data",
			"GID" => "www-data",
			"PHP_FCGI_CHILDREN" => "0",
			"PHP_FCGI_MAX_REQUESTS" => "10000"
		),
		"bin-copy-environment" => ( "" )
	)
)
)

#### external configuration files
## mimetype mapping
include_shell "/usr/share/lighttpd/create-mime.assign.pl"

include_shell "cat /etc/lighttpd/conf-enabled/*.conf"

include_shell "cat /etc/lighttpd/froxlor-diroptions/*.conf"

touch /etc/lighttpd/froxlor-diroptions/dummy.conf

  • Author

Leider geht es nicht

Eine meldung bekomme ich leider noch

 

Stopping web server: lighttpd.

cat: /etc/lighttpd/conf-enabled/*.conf: No such file or directory

Starting web server: lighttpdcat: /etc/lighttpd/conf-enabled/*.conf: No such file or directory

 

mein Ordner conf-enabled ist auch leer

dann hadt du wohl noch keine kunden angelegt, ansonsten

machste halt indem ordner auch nen "touch dummy.conf"

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.