ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Problems with mod_php5
@ 2006-08-22 10:29 vic
  2006-08-22 17:11 ` Artem Zolochevskiy
  0 siblings, 1 reply; 6+ messages in thread
From: vic @ 2006-08-22 10:29 UTC (permalink / raw)
  To: ALT Linux Community

Возникли какие-то проблемы с mod_php5 на Alt 3.0
Вот такой текст "<?php phpinfo(); ?>" mod_php4 отрабатывает нормально, а
mod_php5 не интерпритрирует, то есть предлагает браузеру загрузить
страницу.
Установленны следующие пакеты:
[root@vtexp 0]# rpm -qa | grep -e apache -e php
apache-common-1.3.33rusPL30.20-alt6
php-base-2.0-alt1
php-libs-4.3.12-alt0.cvs20050530
mod_php5-5.0.5-alt0.cvs20050729
apache-1.3.33rusPL30.20-alt6
php5-libs-5.0.5-alt0.cvs20050729
php5-mysql-5.0.5-alt0.cvs20050729
Помогите понять в чем проблемы.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Problems with mod_php5
  2006-08-22 10:29 [Comm] Problems with mod_php5 vic
@ 2006-08-22 17:11 ` Artem Zolochevskiy
  2006-08-23  5:03   ` vic
  0 siblings, 1 reply; 6+ messages in thread
From: Artem Zolochevskiy @ 2006-08-22 17:11 UTC (permalink / raw)
  To: community

vic wrote:

> Возникли какие-то проблемы с mod_php5 на Alt 3.0
> Вот такой текст "<?php phpinfo(); ?>" mod_php4 отрабатывает нормально, а
> mod_php5 не интерпритрирует, то есть предлагает браузеру загрузить
> страницу.
> Установленны следующие пакеты:
> [root@vtexp 0]# rpm -qa | grep -e apache -e php
> apache-common-1.3.33rusPL30.20-alt6
> php-base-2.0-alt1
> php-libs-4.3.12-alt0.cvs20050530
> mod_php5-5.0.5-alt0.cvs20050729
> apache-1.3.33rusPL30.20-alt6
> php5-libs-5.0.5-alt0.cvs20050729
> php5-mysql-5.0.5-alt0.cvs20050729
> Помогите понять в чем проблемы.
> 
> 

Баг - https://bugzilla.altlinux.org/show_bug.cgi?id=8141

--
Artem Zolochevskiy



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Problems with mod_php5
  2006-08-22 17:11 ` Artem Zolochevskiy
@ 2006-08-23  5:03   ` vic
  2006-08-23 19:55     ` Kaydannik Alex
  0 siblings, 1 reply; 6+ messages in thread
From: vic @ 2006-08-23  5:03 UTC (permalink / raw)
  To: ALT Linux Mailing List

Большое Спасибо!



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Problems with mod_php5
  2006-08-23  5:03   ` vic
@ 2006-08-23 19:55     ` Kaydannik Alex
  2006-08-24  5:52       ` Yuri N. Glibovetz
  2006-08-24  6:25       ` Artem Zolochevskiy
  0 siblings, 2 replies; 6+ messages in thread
From: Kaydannik Alex @ 2006-08-23 19:55 UTC (permalink / raw)
  To: vic, ALT Linux Mailing List

В баге написан неправильный конфиг.
Однако php5 баг совсем не раскрыт.
Текущий Сизифус php5.

[root@mainframe html]# php -v
PHP 5.1.4 with Hardening-Patch 0.4.14 (cli) (built: Aug 15 2006 04:38:17)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
[root@mainframe html]# cat info.php
<?
phpinfo();
?>[root@mainframe html]# php info.php
<?
phpinfo();
?>[root@mainframe html]#

Php не интерпритирует ничего.
> Большое Спасибо!
>
> _______________________________________________
> Community mailing list
> Community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Problems with mod_php5
  2006-08-23 19:55     ` Kaydannik Alex
@ 2006-08-24  5:52       ` Yuri N. Glibovetz
  2006-08-24  6:25       ` Artem Zolochevskiy
  1 sibling, 0 replies; 6+ messages in thread
From: Yuri N. Glibovetz @ 2006-08-24  5:52 UTC (permalink / raw)
  To: ALT Linux Community

Kaydannik Alex пишет:
> В баге написан неправильный конфиг.
> Однако php5 баг совсем не раскрыт.
> Текущий Сизифус php5.
> 
> [root@mainframe html]# php -v
> PHP 5.1.4 with Hardening-Patch 0.4.14 (cli) (built: Aug 15 2006 04:38:17)
> Copyright (c) 1997-2006 The PHP Group
> Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
> [root@mainframe html]# cat info.php
> <?
> phpinfo();
> ?>[root@mainframe html]# php info.php
> <?
> phpinfo();
> ?>[root@mainframe html]#
> 
> Php не интерпритирует ничего.

А может это фича?

short_open_tag = On

-- 
Чудес не бывает - бывают только глюки...

Linux Registered User #387540
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=387540



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Problems with mod_php5
  2006-08-23 19:55     ` Kaydannik Alex
  2006-08-24  5:52       ` Yuri N. Glibovetz
@ 2006-08-24  6:25       ` Artem Zolochevskiy
  1 sibling, 0 replies; 6+ messages in thread
From: Artem Zolochevskiy @ 2006-08-24  6:25 UTC (permalink / raw)
  To: community

Kaydannik Alex wrote:

> Php не интерпритирует ничего.

У меня инерпретирует, хотя конкретно phpinfo - disabled for security
reasons.
Да и ещё.. <?php ... ?>

--
Artem Zolochevskiy





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-08-24  6:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-22 10:29 [Comm] Problems with mod_php5 vic
2006-08-22 17:11 ` Artem Zolochevskiy
2006-08-23  5:03   ` vic
2006-08-23 19:55     ` Kaydannik Alex
2006-08-24  5:52       ` Yuri N. Glibovetz
2006-08-24  6:25       ` Artem Zolochevskiy

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git