| |||||||
| Kayıt ol | Yardım | Üye Listesi | Ajanda | Forumları Okundu Kabul Et |
![]() |
| | LinkBack | Seçenekler | Stil |
| |||
| Merhaba arkadaşlar, Bayadır araştırıyorum php5 kurmak istiyordum sunucuma, ama beraberinde php4 ün de çalışmasını istiyordum. Nette döndüm durdum şöyle bir kılavuz buldum. Kod: 1. Compiler check
/scripts/checkccompiler
rm -rf /home/cpphpbuild
mkdir /home/cpphpbuild
cd /home/cpphpbuild
2. Download and extract php
wget http://us2.php.net/get/php-5.2.4.tar.gz/from/this/mirror
tar zfx php-5.2.4.tar.gz
cd php-5.2.4
3. Configure and build the php installation (credits go to elix for an excellent work)
echo “#define HAVE_SENDMAIL 1″ >> /home/cpphpbuild/php-5.2.4/main/php_config.h
wget http://www.elix.us/tutorials/php5.gen.cpanel
chmod 700 php5.gen.cpanel
./php5.gen.cpanel
make
make install
4. Moving the files and finishing the configuration
cp -f /usr/local/php5/bin/php5 /usr/local/cpanel/cgi-sys/php5
chown root:wheel /usr/local/cpanel/cgi-sys/php5
cp -p /home/cpphpbuild/php-5.2.4/php.ini-recommended /usr/local/php5/lib/php.ini
chown root.root /usr/local/php5/lib/php.ini
chmod 644 /usr/local/php5/lib/php.ini
echo “cgi.fix_pathinfo = 1 ; needed for CGI/FastCGI mode” >> /usr/local/php5/lib/php.ini
5. Now we have to add a few lines to the httpd.conf file
pico /usr/local/apache/conf/httpd.conf
Add in the section – “index.php5″ before index.php4
Add after “AddType application/x-httpd-php .phtml”
Action application/x-httpd-php5 “/cgi-sys/php5″
AddHandler application/x-httpd-php5 .php5
6. Test the installation
service httpd configtest
If you get any errors please check that you done all the steps properly.
If everything is ok you can now restart apache
7. Restart apache
service httpd restart
|
| |||
| Biraz araştırdım, dosya izinleriyle alakalıymış. Ssh de dosya sahiplerine ve izinlerine nasıl bakabilirim acaba? |
| ||||
| Forumda daha önce çok yazıldı sanıyorum.. chmod 755 * chown USER.USER * public_html içine girip bunları yazın düzelsin. Bu arada php5info sayfasını root olarak düzenlediyseniz çalışmaması normaldir.
__________________ KROYUM AMMA SİSTEM BİLGİSİ BENDE KAMYON ÇEKER 10-20 TON, GÖNLÜM ÇEKER PARİS HİLTON RAHMETLİ DE HACKLERDİ TEK RAKİBİM SUN MICROSYSTEMS SOLLAMA BENİ, FORMATLARIM SENİ HAZİRAN AYININ 2SİNE KADAR SINAVLAR NEDENİYLE YOKUM YARDIMCI OLAMADIĞIM İÇİN ÖZÜR DİLERİM ![]() ----------------------------------------------------------------------------------------- >> LÜTFEN ÜCRETSİZ DESTEK TALEP ETMEK İÇİN MSN ADRESLERİMİZİ EKLEMEYİNİZ. HER TÜRLÜ ÜCRETSİZ DESTEK İÇİN FORUMLARIMIZI KULLANINIZ. TEŞEKKÜRLER << |
| |||
| Merhaba Sinan Bey; Sizin dediğiniz gibi yaptım ![]() php5 çok güzel çalışıyor. Fakat bu sefer de php4 olan bütün sitelerde bu hata çıktı. Warning: Unexpected character in input: '' (ASCII=8) state=1 in /usr/local/cpanel/cgi-sys/php4 on line 1427 Parse error: syntax error, unexpected T_STRING in /usr/local/cpanel/cgi-sys/php4 on line 1427 Nasıl düzeltebilirim acaba? Şimdiden teşekkürler. |
| |||
| Alıntı:
Ancak o zaman çalıştı, php4 için dso; php5 için cgi seçtim default 4 yapıp SuExec 'i de açtım şaun çalışıyor. Ama bu şekilde yapmamın sakıncası olabilir mi? |
| |||
| Şunu da ekleyeyim ![]() Apache 1.3.41 şuan. |
| ||||
| Hayır hiçbir sakıncası olmaz. Yukarıda yazdığım ile sizin yaptığınız derlemeden doğan değişiklik. Ben 5'i cgi olarak derlemiştim siz dso olarak derlemişsiniz sorun yok ![]()
__________________ KROYUM AMMA SİSTEM BİLGİSİ BENDE KAMYON ÇEKER 10-20 TON, GÖNLÜM ÇEKER PARİS HİLTON RAHMETLİ DE HACKLERDİ TEK RAKİBİM SUN MICROSYSTEMS SOLLAMA BENİ, FORMATLARIM SENİ HAZİRAN AYININ 2SİNE KADAR SINAVLAR NEDENİYLE YOKUM YARDIMCI OLAMADIĞIM İÇİN ÖZÜR DİLERİM ![]() ----------------------------------------------------------------------------------------- >> LÜTFEN ÜCRETSİZ DESTEK TALEP ETMEK İÇİN MSN ADRESLERİMİZİ EKLEMEYİNİZ. HER TÜRLÜ ÜCRETSİZ DESTEK İÇİN FORUMLARIMIZI KULLANINIZ. TEŞEKKÜRLER << |
| |||
| Çok teşekkürler, elinize sağlık ![]() |
![]() |
| Seçenekler | |
| Stil | |
| |
Benzer Konular | ||||
| Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
| Internal Server Error hatası | omer44 | Soru ve Cevaplar | 6 | 23.02.08 01:40 PM |
| Php 4 & Php5 | WartecH | Soru ve Cevaplar | 4 | 27.01.08 05:15 PM |
| internal server error hatası (apache2) | bluevean | Soru ve Cevaplar | 2 | 09.11.07 09:37 PM |
| Internal Server Error hatası | remsa | Soru ve Cevaplar | 7 | 08.11.07 02:55 AM |
| IE de "HTTP 500 internal server error" | tespara | Makaleler | 0 | 25.06.07 09:01 PM |


