matlas Napisano Maj 20, 2008 Zgłoszenie Share Napisano Maj 20, 2008 No to dodaj: AddType application/x-httpd-php .php i powinno smigac. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
andrew Napisano Maj 21, 2008 Zgłoszenie Share Napisano Maj 21, 2008 Witam! W httpd.conf jest przecież linijka z: Include conf.d/*.conf a w katalogu /etc/httpd/conf.d powinien być min. plik php.conf, w którym jest zawarte zarówno ładowanie modułu libphp5.so jak i obsługa plików z rozszerzeniem .php Sprawdź czy masz ten plik. Pozdrowienia, andrew Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
webcreator Napisano Maj 22, 2008 Autor Zgłoszenie Share Napisano Maj 22, 2008 No to dodaj: AddType application/x-httpd-php .php i powinno smigac. A gdzie mam to dodać? Mój /etc/httpd/conf.d/php.conf wygląda tak # # PHP is an HTML-embedded scripting language which attempts to make it # easy for developers to write dynamically generated webpages. # LoadModule php5_module modules/libphp5.so # # Cause the PHP interpreter to handle files with a .php extension. # AddHandler php5-script .php AddType text/html .php # # Add index.php to the list of files that will be served as directory # indexes. # DirectoryIndex index.php # # Uncomment the following line to allow PHP to pretty-print .phps # files as PHP source code: # #AddType application/x-httpd-php-source .phps Mam przeczucie, że jest coś jest spieprzone w plikach konfiguracyjnych. Pod Windowsami też mi przez chwilę php nie działało, bo wymagało edycji jednego pliku. Tylko, że tam wszystko miałem drobiazgowo wyjaśnione, a tutaj mam Was i wiem, że mi pomożecie to skonfigurować. Bardzo Wam dziękuję za pomoc. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
andrew Napisano Maj 23, 2008 Zgłoszenie Share Napisano Maj 23, 2008 Mój /etc/httpd/php.conf wygląda tak Czy to tylko Twój błąd czy tak rzeczywiście masz? Ścieżka powinna wyglądać tak /etc/httpd/conf.d/php.conf tak jak masz w httpd.conf linię: Include conf.d/*.conf Pozdrowienia, andrew Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
webcreator Napisano Maj 23, 2008 Autor Zgłoszenie Share Napisano Maj 23, 2008 Sorry! Masz rację, to mój błąd. Zaraz poprawię. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
morsik Napisano Maj 23, 2008 Zgłoszenie Share Napisano Maj 23, 2008 A weź daj: yum erase php php-mysql apache mysql-server yum install php php-mysql mysql-server apache erase usunie wszystko, łącznie w konfiguracją. Może coś namieszałeś Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
webcreator Napisano Maj 23, 2008 Autor Zgłoszenie Share Napisano Maj 23, 2008 Zrobiłem jak mi radziłeś i ... to samo. Nic się nie zmieniło!!! Może jeszcze brakuje jakiegoś pliku albo paczki? Nie mam pojęcia co się dzieje - u Was działa, a u mnie nie chce działać. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
matlas Napisano Maj 24, 2008 Zgłoszenie Share Napisano Maj 24, 2008 A co masz w logach teraz? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
webcreator Napisano Maj 24, 2008 Autor Zgłoszenie Share Napisano Maj 24, 2008 [sun May 18 20:04:50 2008] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [sun May 18 20:04:50 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [sun May 18 20:04:51 2008] [notice] Digest: generating secret for digest authentication ... [sun May 18 20:04:51 2008] [notice] Digest: done [sun May 18 20:04:51 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [sun May 18 20:05:24 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /test.php denied [sun May 18 20:05:24 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /favicon.ico denied [sun May 18 20:05:27 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /favicon.ico denied [sun May 18 20:07:56 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /test.php denied [sun May 18 20:21:36 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /test.php denied [sun May 18 23:01:05 2008] [notice] caught SIGTERM, shutting down [Mon May 19 21:06:18 2008] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Mon May 19 21:06:18 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon May 19 21:06:18 2008] [notice] Digest: generating secret for digest authentication ... [Mon May 19 21:06:18 2008] [notice] Digest: done [Mon May 19 21:06:19 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [Mon May 19 21:06:41 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Mon May 19 21:09:28 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Mon May 19 21:17:59 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Mon May 19 21:19:19 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Mon May 19 21:35:13 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/phpMyAdmin [Mon May 19 22:20:05 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Mon May 19 22:20:42 2008] [notice] caught SIGTERM, shutting down [Mon May 19 22:33:53 2008] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Mon May 19 22:33:53 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Mon May 19 22:33:53 2008] [notice] Digest: generating secret for digest authentication ... [Mon May 19 22:33:53 2008] [notice] Digest: done [Mon May 19 22:33:53 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [Mon May 19 22:36:17 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/phpMyAdmin, referer: http://forum.fedora.pl/index.php?showtopic=18026 [Mon May 19 22:41:00 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/phpMyAdmin [Mon May 19 22:48:10 2008] [error] [client 127.0.0.1] script '/var/www/html/index.php' not found or unable to stat [Mon May 19 22:56:46 2008] [notice] caught SIGTERM, shutting down [Tue May 20 10:47:08 2008] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Tue May 20 10:47:08 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue May 20 10:47:08 2008] [notice] Digest: generating secret for digest authentication ... [Tue May 20 10:47:08 2008] [notice] Digest: done [Tue May 20 10:47:08 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [Tue May 20 23:34:12 2008] [notice] caught SIGTERM, shutting down [Thu May 22 19:46:14 2008] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [Thu May 22 19:46:14 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Thu May 22 19:46:14 2008] [notice] Digest: generating secret for digest authentication ... [Thu May 22 19:46:14 2008] [notice] Digest: done [Thu May 22 19:46:16 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [Thu May 22 23:41:50 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Thu May 22 23:41:53 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Fri May 23 00:09:28 2008] [notice] caught SIGTERM, shutting down [Fri May 23 09:22:03 2008] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [Fri May 23 09:22:03 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri May 23 09:22:03 2008] [notice] Digest: generating secret for digest authentication ... [Fri May 23 09:22:03 2008] [notice] Digest: done [Fri May 23 09:22:04 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [Fri May 23 09:58:38 2008] [notice] caught SIGTERM, shutting down [Fri May 23 09:59:54 2008] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [Fri May 23 09:59:54 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri May 23 09:59:54 2008] [notice] Digest: generating secret for digest authentication ... [Fri May 23 09:59:54 2008] [notice] Digest: done [Fri May 23 09:59:55 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [Fri May 23 15:18:36 2008] [notice] caught SIGTERM, shutting down [Fri May 23 15:32:04 2008] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Fri May 23 15:32:04 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri May 23 15:32:04 2008] [notice] Digest: generating secret for digest authentication ... [Fri May 23 15:32:04 2008] [notice] Digest: done [Fri May 23 15:32:04 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations [Fri May 23 15:32:19 2008] [error] [client 127.0.0.1] File does not exist: /var/www/html/favicon.ico [Fri May 23 23:08:34 2008] [notice] caught SIGTERM, shutting down [sat May 24 09:10:18 2008] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [sat May 24 09:10:18 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [sat May 24 09:10:18 2008] [notice] Digest: generating secret for digest authentication ... [sat May 24 09:10:18 2008] [notice] Digest: done [sat May 24 09:10:20 2008] [notice] Apache/2.2.8 (Unix) DAV/2 PHP/5.2.5 configured -- resuming normal operations Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
matlas Napisano Maj 24, 2008 Zgłoszenie Share Napisano Maj 24, 2008 No to nie masz errorow (te wczesniejsze to tez sie powtarzaja teraz w logach? o braku dostepu?). Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
scipawka Napisano Maj 24, 2008 Zgłoszenie Share Napisano Maj 24, 2008 witam dołożę jeszcze swoje trzy grosze: 1. zrób jeszcze raz jak radzi matlas na swoim blogu, tylko: - odpuść sobie kroki dotyczące test.php - wykonaj test htppd z roota (na blogu jest opisane) - wejdź na setup (z roota) ustaw aby usługi uruchamiały się z systemem i powinien zadziałać - zobacz czy masz zainstalowane potrzebne pliki (phpMyadmin itd.) Ja mam tak zainstalowane i na moje potrzeby tworzenia stron pod Joomlą jest wystarczające. Powinno działać Życzę powodzenia i dużo cierpliwości Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
webcreator Napisano Maj 25, 2008 Autor Zgłoszenie Share Napisano Maj 25, 2008 Dzięki za pomoc Nie mam problemu z brakiem dostępu, tylko z test.php, który mi się wyświetla jako tekst w przeglądarce, a nie informacja o PHP. Mam skonfigurowany system tak, że httpd i mysql uruchamia się wraz z systemem, szkoda, że PHP tego nie robi. Popracuję jeszcze nad tym - zrobię test PHP spod roota itd. Musi się wreszcie udać! Nie mam pliku /var/www/html/phpMyAdmin # ls -la /var/www/html/ razem 12 drwxr-xr-x 2 root root 4096 lut 25 13:07 . drwxr-xr-x 6 root root 4096 maj 23 15:21 .. -rw-rw-r-- 1 wojtek wojtek 27 maj 23 15:31 test.php Może to jest przyczyną, że PHP u mnie nie działa. Jednak nic o tym pliku nie wiem Poza tym # php -v PHP 5.2.5 (cli) (built: Apr 24 2008 10:37:47) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies więc PHP działa Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
morsik Napisano Maj 25, 2008 Zgłoszenie Share Napisano Maj 25, 2008 Mam skonfigurowany system tak, że httpd i mysql uruchamia się wraz z systemem, szkoda, że PHP tego nie robi. Bo PHP to nie usługa tylko dodatek do serwera HTTP, czyli w Twoim przypadku Apache'a i jest uruchamiany wraz z apachem jeśli masz dobrze wszystko skonfigurowane Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
webcreator Napisano Maj 25, 2008 Autor Zgłoszenie Share Napisano Maj 25, 2008 Serwer Apache jest uruchamiany, a PHP nie działa, więc pozwoliłem sobie zażartować, że "httpd i mysql uruchamia się wraz z systemem, szkoda, że PHP tego nie robi." Zainstalowałem sobie właśnie phpMyAdmin zrobiłem test.php i dalej jest to samo - Apache działa bez PHP - po prostu skrzydła opadają :lammer: Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
matlas Napisano Maj 25, 2008 Zgłoszenie Share Napisano Maj 25, 2008 A pokaz php.ini jesze. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi