Konfiguracja servera http + PHP
|
greeno |
Dodano 22-10-2008 20:02
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Witam. Przyszła kolej na kolejną usługę którą chciałbym postawić HTTP + PHP
Wszystko zrobiłem według tutoriala z openwrt.pl
Wygląda u mnie to tak:
po udanej instalacji thttp-php
następnie:
touch/etc/thttpd.conf
dir=/hdd/http
port=81
user=nobody
nochroot
nosymlink
novhost
logfile=/var/log/thttpd.log
pidfile=/var/run/thttpd.pid
Konfiguracja jest prosta, należy ustalić port oraz katalog docelowy ze stroną WWW.
Kamikaze
touch /etc/rc.d/S80thttpd
#!/bin/sh
thttpd -C /etc/thttpd.conf
chmod +x /etc/rc.d/S80thttpd
/etc/rc.d/S80thttpd
Serwer działa, jednakże jak wrzucam stronę w PHP serwer wogóle nie odpowiada.
dla wiadomości server httpd(busybox) działa mi na porcie 8080
W czym może być problem ? |
|
|
|
greeno |
Dodano 23-10-2008 12:32
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Nikt nie ma żadnych pomysłów ? |
|
|
|
demeo |
Dodano 23-10-2008 14:49
|
User
Posty: 111
Dołączył: 30/12/2007 19:16
|
Spróbuj zainstalować lighttpd z php. Ja to robiłem wg. opisu z http://openwrt.pl/ i ruszyło mi od ręki razem z php.
--
Pozdrawiam
Demeo
|
|
|
|
greeno |
Dodano 23-10-2008 16:01
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
No może i jest to jakiś pomysł ale nie bardzo rozwązanie mojego problemu. Obsy może ty byś się wypowiedział, jak do tej pory byłeś niezastąpiony ? |
|
|
|
obsy |
Dodano 23-10-2008 18:02
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Bo nigdy nie używałem thttpd-php. Chociaż by z tego powodu, ze php w nim zawarte jest lekko ograniczone i zwykle nie działają wymagane funkcje.
Skąd masz paczkę dla openwrt? Czy zwykłe phpinfo() ?> też nie działa?
|
|
|
|
greeno |
Dodano 23-10-2008 18:39
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
http://info.awmn.net/users/images/stories/Hardware/Linksys/WRT54/OpenWRT/ipkg/thttpd-php_2.21b-2_mipsel.ipk
link jest w tutorialu na openwrt.pl |
|
|
|
greeno |
Dodano 23-10-2008 23:21
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Zainstalowałem lighttpd na zamountowanym pendrive, jednakże po konfiguracji i próbie odpalenia go wywala mi takowy komunikat:
root@OpenWrt:~/etc# lighttpd -f /hdd/etc/lighttpd.conf
2008-10-23 22:18:42: (configfile.c.487) sourcehdd/etc/lighttpd.conf line: 28 pos: 22 use => for assignments in arrays
2008-10-23 22:18:42: (configfile.c.852) configfile parser failed at: server.document-root
linia 28 to:
server.document-root = "/hdd/http/"
o co tu biega ? |
|
|
|
obsy |
Dodano 24-10-2008 06:56
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Zobacz czy wcześniej masz zamknięty nawias klamrowy od poprzedniej dyrektywy.
|
|
|
|
greeno |
Dodano 24-10-2008 19:31
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Strzał w dziesiątkę, serwer teraz działa. Jednakże teraz mam problem ze szczegułową konfiguracją tak aby działał interpreter PHP. Ktoś już to robił ? |
|
|
|
greeno |
Dodano 25-10-2008 11:11
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Niestety cos mi to nie idzie, nie wiem bardzo jak skonfigurowac lighttpd.conf tak aby w pełni działało php, może ktoś wrzucić swój config ? |
|
|
|
greeno |
Dodano 26-10-2008 00:12
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
CO TU MOŻE BYĆ ŹLE ?
# lighttpd configuration file
#
## modules to load
# all other module should only be loaded if really neccesary
# - saves some time
# - saves memory
server.modules = (
# "mod_rewrite",
# "mod_redirect",
# "mod_alias",
# "mod_auth",
"mod_status",
# "mod_setenv",
"mod_fastcgi",
# "mod_proxy",
# "mod_simple_vhost",
"mod_cgi",
# "mod_ssi",
# "mod_usertrack",
# "mod_expire"
)
# force use of the "write" backend (closes: #2401)
#server.network-backend = "write"
## a static document-root, for virtual-hosting take look at the
## server.virtual-* options
server.document-root = "/hdd/http/"
## where to send error-messages to
#server.errorlog = "/var/log/lighttpd/error.log"
## files to check for if .../ is requested
index-file.names = ( "index.php", "index.html", "default.html", "index.htm", "default.htm" )
## mimetype mapping
mimetype.assign = (
".pdf" => "application/pdf",
".class" => "application/octet-stream",
".pac" => "application/x-ns-proxy-autoconfig",
".swf" => "application/x-shockwave-flash",
".wav" => "audio/x-wav",
".gif" => "image/gif",
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
".css" => "text/css",
".html" => "text/html",
".htm" => "text/html",
".js" => "text/javascript",
".txt" => "text/plain",
".dtd" => "text/xml",
".xml" => "text/xml"
)
## Use the "Content-Type" extended attribute to obtain mime type if possible
#mimetypes.use-xattr = "enable"
## send a different Server: header
## be nice and keep it at lighttpd
#server.tag = "lighttpd"
$HTTP["url"] =~ "\.pdf$" {
server.range-requests = "disable"
}
##
# which extensions should not be handle via static-file transfer
#
# .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
######### Options that are good to be but not neccesary to be changed #######
## bind to port (default: 80)
server.port = 81
## bind to localhost (default: all interfaces)
#server.bind = "localhost"
## error-handler for status 404
#server.error-handler-404 = "/error-handler.html"
#server.error-handler-404 = "/error-handler.php"
## to help the rc.scripts
server.pid-file = "/var/run/lighttpd.pid"
###### virtual hosts
##
## If you want name-based virtual hosting add the next three settings and load
## mod_simple_vhost
##
## document-root =
## virtual-server-root + virtual-server-default-host + virtual-server-docroot or
## virtual-server-root + http-host + virtual-server-docroot
##
#simple-vhost.server-root = "/home/weigon/wwwroot/servers/"
#simple-vhost.default-host = "grisu.home.kneschke.de"
#simple-vhost.document-root = "/pages/"
##
## Format: .html
## -> ..../status-404.html for 'File not found'
#server.errorfile-prefix = "/www/error-"
## virtual directory listings
server.dir-listing = "enable"
## send unhandled HTTP-header headers to error-log
#debug.dump-unknown-headers = "enable"
### only root can use these options
#
# chroot() to directory (default: no chroot() )
#server.chroot = "/"
## change uid to (default: don't care)
#server.username = "nobody"
#
server.upload-dirs = ( "/tmp" )
## change uid to (default: don't care)
#server.groupname = "nobody"
#### compress module
#compress.cache-dir = "/dev/null/"
#compress.filetype = ("text/plain", "text/html")
#### proxy module
## read proxy.txt for more info
#proxy.server = (
# ".php" => (
# "localhost" => (
# "host" => "192.168.0.101",
# "port" => 80
# )
# )
#)
#### fastcgi module
## read fastcgi.txt for more info
fastcgi.server = ( ".php" => ((
"bin-path" => "/hdd/usr/bin/php-cgi",
"socket" => "/tmp/php.socket-0-0"))
)
#### CGI module
cgi.assign = ( ".php" => "hdd/usr/bin/php-cgi" )
#### SSL engine
#ssl.engine = "enable"
#ssl.pemfile = "server.pem"
#### status module
status.status-url = "/server-status"
status.config-url = "/server-config"
#### auth module
## read authentification.txt for more info
#auth.backend = "plain"
#auth.backend.plain.userfile = "lighttpd.user"
#auth.backend.plain.groupfile = "lighttpd.group"
#auth.require = (
# "/server-status" => (
# "method" => "digest",
# "realm" => "download archiv",
# "require" => "group=www|user=jan|host=192.168.2.10"
# ),
# "/server-info" => (
# "method" => "digest",
# "realm" => "download archiv",
# "require" => "group=www|user=jan|host=192.168.2.10"
# )
#)
#### url handling modules (rewrite, redirect, access)
#url.rewrite = ( "^/$" => "/server-status" )
#url.redirect = ( "^/wishlist/(.+)" => "http://www.123.org/$1" )
#### both rewrite/redirect support back reference to regex conditional using %n
#$HTTP["host"] =~ "^www\.(.*)" {
# url.redirect = ( "^/(.*)" => "http://%1/$1" )
#}
#### expire module
#expire.url = ( "/buggy/" => "access 2 hours", "/asdhas/" => "access plus 1 seconds 2 minutes")
#### ssi
#ssi.extension = ( ".shtml" )
#### setenv
#setenv.add-request-header = ( "TRAV_ENV" => "mysql://user@host/db" )
#setenv.add-response-header = ( "X-Secret-Message" => "42" )
#### variable usage:
## variable name without "." is auto prefixed by "var." and becomes "var.bar"
#bar = 1
#var.mystring = "foo"
## integer add
#bar += 1
## string concat, with integer cast as string, result: "www.foo1.com"
#server.name = "www." + mystring + var.bar + ".com"
## array merge
#index-file.names = (foo + ".php") + index-file.names
#index-file.names += (foo + ".php")
#### include
#include /etc/lighttpd/lighttpd-inc.conf
## same as above if you run: "lighttpd -f /etc/lighttpd/lighttpd.conf"
#include "lighttpd-inc.conf"
#### include_shell
#include_shell "echo var.a=1"
## the above is same as:
#var.a=1 |
|
|
|
obsy |
Dodano 26-10-2008 07:16
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
cgi.assign = ( ".php" => "hdd/usr/bin/php-cgi" ) Tu Ci / brakuje.
Uruchom z palca /hdd/usr/bin/php-cgi i zobacz czy w ogóle się uruchamia. Jeżeli tak, to czy robi socket w /tmp pod nazwą taką jak podałeś a nie inną.
|
|
|
|
greeno |
Dodano 26-10-2008 10:06
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
jak poprawię ten / to wywala mi coś takiego, a /hdd/usr/bin/php-cgi wogóle się nie uruchamia, po w klepaniu wisi
root@OpenWrt:/tmp# lighttpd -f /hdd/etc/lighttpd.conf
2008-10-26 09:03:59: (server.c.918) WARNING: unknown config-key: fastcgi.server (ignored)
root@OpenWrt:/tmp# 2008-10-26 09:03:59: (log.c.75) server started
a tak wogóle gdzie znajduje się php5-cgi ? |
|
|
|
obsy |
Dodano 26-10-2008 20:00
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Tobie w ogóle fastcgi nie startuje. Zainstalowałeś serwer na karcie, czy zrobiłeś w /usr/lib odpowiedni link, żeby wiedział skąd ma ładować te dodatkowe moduły? (bo przecież nie domyśli się sam, że są na /hdd/coś/tam).
No i podstawa: zainstalowałeś mod-fastcgi? (pytam, bo nie napisałeś).
|
|
|
|
greeno |
Dodano 26-10-2008 20:36
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Server zainstalowałem na karcie na podmontowanym /hdd .
Wszystkie te pakiety plus dodatkowo mod-fastcgi (oczywiście do katalogu /hdd)
ipkg install lighttpd
ipkg install lighttpd-mod-cgi
ipkg install lighttpd-mod-status
ipkg install http://manius85.cba.pl/1/libjpeg_6b-1_mipsel.ipk
ipkg install http://manius85.cba.pl/1/php5_5.2.3-1_mipsel.ipk
ipkg install http://manius85.cba.pl/1/php5-cgi_5.2.3-1_mipsel.ipk
ipkg install http://manius85.cba.pl/1/php5-mod-gd_5.2.3-1_mipsel.ipk
nie prawdopodobnie nie zrobiłem żadnego link-a, a jak mam to zrobić ?
Od razu zadam ci pytanko w innym temacie, próbowałem zainstalować amule według twojego opisu, wszystko idzie gładko dopuki nie próbuje wykonac pierwszego startu tj:
/tmp/shared/bin/amule start
wyskakuje mi: bus error
katalog jaki linkuje to:
ln -s /hdd/anule /tmp/shared
|
|
|
|
obsy |
Dodano 26-10-2008 21:06
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Jeżeli zainstalowaleś program na karcie, to nie wie gdzie ma szukać plików z danymi czy modułami, bo i skąd. Jeżeli jeszcze nie trafiłeś na to: http://eko.one.pl/index.php?page=open...rt-pakiety.
Amule był kompilowany dla whiterussian. Nie działa w kamikaze.
|
|
|
|
greeno |
Dodano 26-10-2008 23:16
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
zrobiłem te 2 wpisy w /etc/profile
export LD_LIBRARY_PATH=/hdd/lib:/hdd/usr/lib:$LD_LIBRARY_PATH
export PATH=/hdd/bin:/hdd/sbin:/hdd/usr/bin:/hdd/usr/sbin:$PATH
serwer się uruchamia, w /tmp tworzą się socket-y, jednakże skrypty w większąsci dalej nie działają, nawet jakieś proste chaty, sprawdziłem kilka. W większaści wystepują jakieś błędy. Czy to wina, tego, że trzeba załadować więcej modułów ? |
|
|
|
obsy |
Dodano 27-10-2008 06:29
|
VIP
Posty: 5775
Dołączył: 31/10/2006 20:06
|
Dokładnie. Potrzebna jest cała masa dodatkowych modułów do php.
|
|
|
|
greeno |
Dodano 27-10-2008 21:18
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Jednak coś jest nie tak z tym PHP, nie działają nawet podstawowe funkcje (nawet phpinfo). Nie mam już siły do tego serwera. Może byłby ktoś na tyle miły i mnie poinstruował jak go odpalić, moge zacząć wszystko od początku. Może jekaś sesja na IRC-CHAT ? |
|
|
|
greeno |
Dodano 28-10-2008 21:58
|
User
Posty: 130
Dołączył: 05/10/2008 23:22
|
Musi być jakaś niezgodnośc bo wogle nie działa php-cgi pod moim kamikaze, jak uruchamiam plik to robi zwis. |
|
|