TWLan Forum
[v1.4] Linux-Server Problem - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61)
+--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62)
+---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65)
+----- Forum: Fragen & Probleme (https://twlan.org/forumdisplay.php?fid=7)
+----- Thread: [v1.4] Linux-Server Problem (/showthread.php?tid=4455)



Linux-Server Problem - westside - 26.06.2011

Deutsch
Hallo ich habe ein problem mit meinem server:
Quote:Warning: Unknown(/opt/twlan/htdocs/index.php): failed to open stream: Permission denied in Unknown on line 0

Warning: (null)() [function.include]: Failed opening '/opt/twlan/htdocs/index.php' for inclusion (include_path='.') in Unknown on line 0

English
Hello I have a problem with my server is:

Quote:Warning: Unknown(/opt/twlan/htdocs/index.php): failed to open stream: Permission denied in Unknown on line 0

Warning: (null)() [function.include]: Failed opening '/opt/twlan/htdocs/index.php' for inclusion (include_path='.') in Unknown on line 0



RE: Linux-Server Problem - Molt - 26.06.2011

Ich würd mal sagen, der Server hat keine Leserechte auf die Datei. Wink


RE: Linux-Server Problem - sandrela - 25.10.2013

I have checked the file path and it exists so I'm not sure why it failed?
I checked the properties of httpd and its set as executable so I can't see and issue there?


RE: Linux-Server Problem - agent47 - 26.10.2013

Warum liegt der Server Root unter /opt? In allen Linux Systemen ist der Standart /var/www.

Je nach System kannst du das wie folg auf der Kommandozeile beheben, dazu brauchst du aber root rechte (also sudo oder root benutzer).

Code:
chmod -R 0755 /opt/twlan/htdocs/

Nach dem ausführen können alle die Datei lesen, aber nur der Besitzer schreiben.